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

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