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

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