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

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