aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsx19.c
blob: 7e7a30ea9f35e4317ad40a0b5ad3db93f92ef458 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(bsx19) {
	NEXT_OP(sp, a, x >> 19, y, o);
}