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

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