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

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