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

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