From: Peter Maydell Date: Mon, 23 Jun 2014 23:05:09 +0000 (+0100) Subject: target-ppc: Remove unused IMM and d extract helpers X-Git-Tag: v2.1.0-rc0~20^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b247812e4afda505a5ab48dd9ad05bd51bb55bee;p=thirdparty%2Fqemu.git target-ppc: Remove unused IMM and d extract helpers Remove the definition of the IMM and d extract helpers; these seem to have been added as part of the initial PPC support in 2003 but never actually used. Signed-off-by: Peter Maydell Signed-off-by: Alexander Graf --- diff --git a/target-ppc/translate.c b/target-ppc/translate.c index c5d73d5aa00..b5016558503 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -426,7 +426,6 @@ static inline uint32_t SPR(uint32_t opcode) return ((sprn >> 5) & 0x1F) | ((sprn & 0x1F) << 5); } /*** Get constants ***/ -EXTRACT_HELPER(IMM, 12, 8); /* 16 bits signed immediate value */ EXTRACT_SHELPER(SIMM, 0, 16); /* 16 bits unsigned immediate value */ @@ -459,8 +458,6 @@ EXTRACT_HELPER(FPFLM, 17, 8); EXTRACT_HELPER(FPW, 16, 1); /*** Jump target decoding ***/ -/* Displacement */ -EXTRACT_SHELPER(d, 0, 16); /* Immediate address */ static inline target_ulong LI(uint32_t opcode) {