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