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

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