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