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