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