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

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