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

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