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