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

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