aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/srx60.c
blob: 695a74fa9cb90c0f6c2e0653709220bd1b133ab0 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(srx60) {
	NEXT_OP(sp, a, (sreg_t)x >> 60, y, o);
}