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