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