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