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

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