[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 17/23] target/i386: remove unused enum
From: |
Paolo Bonzini |
Subject: |
[PULL 17/23] target/i386: remove unused enum |
Date: |
Fri, 28 Jun 2024 19:28:49 +0200 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
target/i386/tcg/translate.c | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c
index 934c514e64f..95bad55bf46 100644
--- a/target/i386/tcg/translate.c
+++ b/target/i386/tcg/translate.c
@@ -282,22 +282,6 @@ enum {
JCC_LE,
};
-enum {
- /* I386 int registers */
- OR_EAX, /* MUST be even numbered */
- OR_ECX,
- OR_EDX,
- OR_EBX,
- OR_ESP,
- OR_EBP,
- OR_ESI,
- OR_EDI,
-
- OR_TMP0 = 16, /* temporary operand register */
- OR_TMP1,
- OR_A0, /* temporary register used when doing address evaluation */
-};
-
enum {
USES_CC_DST = 1,
USES_CC_SRC = 2,
--
2.45.2
- [PULL 06/23] meson: remove dead optimization option, (continued)
- [PULL 06/23] meson: remove dead optimization option, Paolo Bonzini, 2024/06/28
- [PULL 08/23] block: do not check bdrv_file_open, Paolo Bonzini, 2024/06/28
- [PULL 09/23] block: remove separate bdrv_file_open callback, Paolo Bonzini, 2024/06/28
- [PULL 10/23] block: rename former bdrv_file_open callbacks, Paolo Bonzini, 2024/06/28
- [PULL 11/23] exec: avoid using C++ keywords in function parameters, Paolo Bonzini, 2024/06/28
- [PULL 13/23] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH(), Paolo Bonzini, 2024/06/28
- [PULL 14/23] target/i386: fix CC_OP dump, Paolo Bonzini, 2024/06/28
- [PULL 15/23] target/i386: use cpu_cc_dst for CC_OP_POPCNT, Paolo Bonzini, 2024/06/28
- [PULL 12/23] exec: don't use void* in pointer arithmetic in headers, Paolo Bonzini, 2024/06/28
- [PULL 16/23] target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL, Paolo Bonzini, 2024/06/28
- [PULL 17/23] target/i386: remove unused enum,
Paolo Bonzini <=
- [PULL 18/23] target/i386: SEV: rename sev_snp_guest->id_block, Paolo Bonzini, 2024/06/28
- [PULL 19/23] target/i386: SEV: store pointer to decoded id_block in SevSnpGuest, Paolo Bonzini, 2024/06/28
- [PULL 20/23] target/i386: SEV: rename sev_snp_guest->id_auth, Paolo Bonzini, 2024/06/28
- [PULL 21/23] target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest, Paolo Bonzini, 2024/06/28
- [PULL 22/23] target/i386/sev: Use size_t for object sizes, Paolo Bonzini, 2024/06/28
- [PULL 23/23] target/i386/sev: Fix printf formats, Paolo Bonzini, 2024/06/28
- Re: [PULL v3 00/23] Misc changes for 2024-06-28, Richard Henderson, 2024/06/29