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

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