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