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