aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/sla32.c
blob: ce48610b0f372ae92f433c207c03855a3af05d5a (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(sla32) {
	NEXT_OP(sp, a >> 32, x, y, o);
}