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