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

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