Lines Matching refs:isPPC64
104 bool isPPC64() const { return IsPPC64; } in isPPC64() function in __anon25a1d1790111::PPCAsmParser
148 IsPPC64 = TheTriple.isPPC64(); in PPCAsmParser()
245 bool isPPC64() const { return IsPPC64; } in isPPC64() function
486 if (isPPC64()) in addRegGxRCOperands()
493 if (isPPC64()) in addRegGxRCNoR0Operands()
1301 RegNo = isPPC64() ? PPC::LR8 : PPC::LR; in MatchRegisterName()
1304 RegNo = isPPC64() ? PPC::CTR8 : PPC::CTR; in MatchRegisterName()
1311 RegNo = isPPC64() ? XRegs[IntVal] : RRegs[IntVal]; in MatchRegisterName()
1550 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1571 Operands.push_back(PPCOperand::CreateFromMCExpr(EVal, S, E, isPPC64())); in ParseOperand()
1596 if (!isPPC64() && parseOptionalToken(AsmToken::At)) { in ParseOperand()
1621 Operands.push_back(PPCOperand::CreateFromMCExpr(TLSSym, S, E, isPPC64())); in ParseOperand()
1649 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1678 PPCOperand::CreateTokenWithStringCopy(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
1680 Operands.push_back(PPCOperand::CreateToken(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
1686 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1688 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1740 ParseDirectiveTC(isPPC64() ? 8 : 4, DirectiveID); in ParseDirective()