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