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