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

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