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

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