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