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

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