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

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