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