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