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

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