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