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

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