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