Lines Matching refs:IsPPC64
804 const bool IsPPC64 = Subtarget->isPPC64(); in emitInstruction() local
850 [IsPPC64, getTOCRelocAdjustedExprForXCOFF, in emitInstruction()
854 const unsigned EntryByteSize = IsPPC64 ? 8 : 4; in emitInstruction()
1103 TmpInst.setOpcode((!IsPPC64) ? (PPC::LA) : (PPC::LA8)); in emitInstruction()
1160 assert((IsAIX && !IsPPC64 && in emitInstruction()
1205 assert(IsAIX && !IsPPC64 && in emitInstruction()
1346 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1365 TmpInst.setOpcode(IsPPC64 ? PPC::LD : PPC::LWZ); in emitInstruction()
1370 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TPREL_LO in emitInstruction()
1425 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1448 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSGD_LO in emitInstruction()
1452 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1487 assert(IsPPC64 && "Not supported for 32-bit PowerPC"); in emitInstruction()
1510 MOSymbol, IsPPC64 ? MCSymbolRefExpr::VK_PPC_GOT_TLSLD_LO in emitInstruction()
1514 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()
1544 MCInstBuilder(IsPPC64 ? PPC::ADDIS8 : PPC::ADDIS) in emitInstruction()
1578 MCInstBuilder(IsPPC64 ? PPC::ADDI8 : PPC::ADDI) in emitInstruction()