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

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