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

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