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

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