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

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