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