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