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

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