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

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