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