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

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