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

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