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

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