summary refs log tree commit diff stats
path: root/tcg/riscv/tcg-target-con-str.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tcg/riscv: Support ANDN, ORN, XNOR from ZbbRichard Henderson2023-05-251-0/+1
| | | | | | Acked-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* tcg/riscv: Simplify constraints on qemu_ld/stRichard Henderson2023-05-111-1/+0
| | | | | | | | | | The softmmu tlb uses TCG_REG_TMP[0-2], not any of the normally available registers. Now that we handle overlap betwen inputs and helper arguments, we can allow any allocatable reg. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* tcg/riscv: Split out target constraints to tcg-target-con-str.hRichard Henderson2021-02-021-0/+21
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>