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

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