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

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