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

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