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

#include "../common.h"
DEFINE_OP(slx34) {
	NEXT_OP(sp, a, x << 34, y, o);
}