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

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