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

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