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

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