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

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