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

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