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

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