aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci/tcg-target-con-str.h
blob: 87c0f19e9c2ea2cf266fad24cbffdfcc37ef571b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: MIT */
/*
 * Define TCI target-specific operand constraints.
 * Copyright (c) 2021 Linaro
 */

/*
 * Define constraint letters for register sets:
 * REGS(letter, register_mask)
 */
REGS('r', MAKE_64BIT_MASK(0, TCG_TARGET_NB_REGS))