Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[qemu/ar7.git] / tcg / sparc64 / tcg-target-con-str.h
blob8f5c7aef97b0897dc1c268260c21a6f00afca51b
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Define Sparc target-specific operand constraints.
4 * Copyright (c) 2021 Linaro
5 */
7 /*
8 * Define constraint letters for register sets:
9 * REGS(letter, register_mask)
11 REGS('r', ALL_GENERAL_REGS)
12 REGS('s', ALL_QLDST_REGS)
15 * Define constraint letters for constants:
16 * CONST(letter, TCG_CT_CONST_* bit set)
18 CONST('I', TCG_CT_CONST_S11)
19 CONST('J', TCG_CT_CONST_S13)
20 CONST('Z', TCG_CT_CONST_ZERO)