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

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