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

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