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