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

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