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

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