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

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