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

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