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