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