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

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