[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 51/54] tcg/ppc: Remove unused constraints A, B, C, D
From: |
Richard Henderson |
Subject: |
[PATCH v2 51/54] tcg/ppc: Remove unused constraints A, B, C, D |
Date: |
Mon, 10 Apr 2023 18:05:09 -0700 |
These constraints have not been used for quite some time.
Fixes: 77b73de67632 ("Use rem/div[u]_i32 drop div[u]2_i32")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
tcg/ppc/tcg-target-con-str.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tcg/ppc/tcg-target-con-str.h b/tcg/ppc/tcg-target-con-str.h
index f3bf030bc3..9dcbc3df50 100644
--- a/tcg/ppc/tcg-target-con-str.h
+++ b/tcg/ppc/tcg-target-con-str.h
@@ -10,10 +10,6 @@
*/
REGS('r', ALL_GENERAL_REGS)
REGS('v', ALL_VECTOR_REGS)
-REGS('A', 1u << TCG_REG_R3)
-REGS('B', 1u << TCG_REG_R4)
-REGS('C', 1u << TCG_REG_R5)
-REGS('D', 1u << TCG_REG_R6)
/*
* Define constraint letters for constants:
--
2.34.1
- [PATCH v2 45/54] tcg/loongarch64: Simplify constraints on qemu_ld/st, (continued)
- [PATCH v2 45/54] tcg/loongarch64: Simplify constraints on qemu_ld/st, Richard Henderson, 2023/04/10
- [PATCH v2 41/54] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path, Richard Henderson, 2023/04/10
- [PATCH v2 43/54] tcg/riscv: Convert tcg_out_qemu_{ld,st}_slow_path, Richard Henderson, 2023/04/10
- [PATCH v2 44/54] tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path, Richard Henderson, 2023/04/10
- [PATCH v2 46/54] tcg/mips: Remove MO_BSWAP handling, Richard Henderson, 2023/04/10
- [PATCH v2 48/54] tcg/mips: Simplify constraints on qemu_ld/st, Richard Henderson, 2023/04/10
- [PATCH v2 47/54] tcg/mips: Reorg tcg_out_tlb_load, Richard Henderson, 2023/04/10
- [PATCH v2 50/54] tcg/ppc: Adjust constraints on qemu_ld/st, Richard Henderson, 2023/04/10
- [PATCH v2 51/54] tcg/ppc: Remove unused constraints A, B, C, D,
Richard Henderson <=
- [PATCH v2 49/54] tcg/ppc: Reorg tcg_out_tlb_read, Richard Henderson, 2023/04/10
- [PATCH v2 52/54] tcg/riscv: Simplify constraints on qemu_ld/st, Richard Henderson, 2023/04/10
- [PATCH v2 54/54] tcg/s390x: Simplify constraints on qemu_ld/st, Richard Henderson, 2023/04/10
- [PATCH v2 53/54] tcg/s390x: Use ALGFR in constructing host address for qemu_ld/st, Richard Henderson, 2023/04/10