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