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

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