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

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