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

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