Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tcg/tci/tcg-target-con-str.h
2023-03-06 14:48:14 +01:00

12 lines
259 B
C

/* 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))