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