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