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