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