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

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