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

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