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

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