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

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