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

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