aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsy25.c
blob: 38be93880014fc69e0275935e9b8b680756f798c (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

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