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