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