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

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