xref: /qemu/tcg/tci/tcg-target-con-str.h (revision d7a84021)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Define TCI target-specific operand constraints.
4  * Copyright (c) 2021 Linaro
5  */
6 
7 /*
8  * Define constraint letters for register sets:
9  * REGS(letter, register_mask)
10  */
11 REGS('r', MAKE_64BIT_MASK(0, TCG_TARGET_NB_REGS))
12