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

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