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

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