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

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