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

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