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

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