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