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

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