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