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