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