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

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