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

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