aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/srx52.c
blob: 95956994cc5edd0da3d3e291166f5e307776234b (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

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