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

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