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

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