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