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

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