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

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