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

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