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

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