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

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