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