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