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

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