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

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