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

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