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