Lines Matching refs:IsPPC64
754 const bool IsPPC64 = Subtarget->isPPC64(); in emitInstruction() local
798 [IsPPC64, getTOCRelocAdjustedExprForXCOFF, in emitInstruction()
802 const unsigned EntryByteSize = IsPPC64 ? 8 : 4; in emitInstruction()
1018 TmpInst.setOpcode((!IsPPC64) ? (PPC::LA) : (PPC::LA8)); in emitInstruction()
1072 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in emitInstruction()
1105 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in emitInstruction()
1236 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1255 TmpInst.setOpcode(IsPPC64 ? PPC::LD : PPC::LWZ); in emitInstruction()
1260 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TPREL_LO in emitInstruction()
1315 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1338 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSGD_LO in emitInstruction()
1342 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1372 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1395 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO in emitInstruction()
1399 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1429 MCInstBuilder(IsPPC64 ? PPC::ADDIS8 : PPC::ADDIS) in emitInstruction()
1463 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()