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