aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsy42.c
blob: 006a10790984f96cb389c65dcd322fe79e5d1dff (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(bsy42) {
	NEXT_OP(sp, a, x, y >> 42, o);
}