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