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