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

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