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

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