Lines Matching refs:IsPPC64
666 const bool IsPPC64 = Subtarget->isPPC64(); in emitInstruction() local
710 [IsPPC64, getTOCRelocAdjustedExprForXCOFF, in emitInstruction()
714 const unsigned EntryByteSize = IsPPC64 ? 8 : 4; in emitInstruction()
914 TmpInst.setOpcode((!IsPPC64) ? (PPC::LA) : (PPC::LA8)); in emitInstruction()
967 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in emitInstruction()
999 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in emitInstruction()
1129 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1148 TmpInst.setOpcode(IsPPC64 ? PPC::LD : PPC::LWZ); in emitInstruction()
1153 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TPREL_LO in emitInstruction()
1208 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1231 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSGD_LO in emitInstruction()
1235 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1259 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1282 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO in emitInstruction()
1286 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1316 MCInstBuilder(IsPPC64 ? PPC::ADDIS8 : PPC::ADDIS) in emitInstruction()
1350 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()