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