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

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