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

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