aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/sla58.c
blob: 1f4e05cb38916b5661f77b8fd295a5850bd3126f (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(sla58) {
	NEXT_OP(sp, a >> 58, x, y, o);
}