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

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