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