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