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

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