aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/slx63.c
blob: c20cbd85d5395a19aec4a8f21bd4893ee7fda208 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(slx63) {
	NEXT_OP(sp, a, x << 63, y, o);
}