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

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