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

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