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

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