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