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

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