Lines Matching refs:isPPC64
104 bool isPPC64() const { return IsPPC64; } in isPPC64() function in __anon49f2f9030111::PPCAsmParser
148 IsPPC64 = TheTriple.isPPC64(); in PPCAsmParser()
245 bool isPPC64() const { return IsPPC64; } in isPPC64() function
488 if (isPPC64()) in addRegGxRCOperands()
495 if (isPPC64()) in addRegGxRCNoR0Operands()
1303 RegNo = isPPC64() ? PPC::LR8 : PPC::LR; in MatchRegisterName()
1306 RegNo = isPPC64() ? PPC::CTR8 : PPC::CTR; in MatchRegisterName()
1313 RegNo = isPPC64() ? XRegs[IntVal] : RRegs[IntVal]; in MatchRegisterName()
1552 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1573 Operands.push_back(PPCOperand::CreateFromMCExpr(EVal, S, E, isPPC64())); in ParseOperand()
1598 if (!isPPC64() && parseOptionalToken(AsmToken::At)) { in ParseOperand()
1623 Operands.push_back(PPCOperand::CreateFromMCExpr(TLSSym, S, E, isPPC64())); in ParseOperand()
1651 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1680 PPCOperand::CreateTokenWithStringCopy(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
1682 Operands.push_back(PPCOperand::CreateToken(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
1688 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1690 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1742 ParseDirectiveTC(isPPC64() ? 8 : 4, DirectiveID); in ParseDirective()