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

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