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