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