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