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