Lines Matching refs:isPPC64
104 bool isPPC64() const { return IsPPC64; } in isPPC64() function in __anon662ace330111::PPCAsmParser
148 IsPPC64 = TheTriple.isPPC64(); in PPCAsmParser()
245 bool isPPC64() const { return IsPPC64; } in isPPC64() function
447 if (isPPC64()) in addRegGxRCOperands()
454 if (isPPC64()) in addRegGxRCNoR0Operands()
1198 RegNo = isPPC64() ? PPC::LR8 : PPC::LR; in MatchRegisterName()
1201 RegNo = isPPC64() ? PPC::CTR8 : PPC::CTR; in MatchRegisterName()
1208 RegNo = isPPC64() ? XRegs[IntVal] : RRegs[IntVal]; in MatchRegisterName()
1427 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1448 Operands.push_back(PPCOperand::CreateFromMCExpr(EVal, S, E, isPPC64())); in ParseOperand()
1467 Operands.push_back(PPCOperand::CreateFromMCExpr(TLSSym, S, E, isPPC64())); in ParseOperand()
1496 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64())); in ParseOperand()
1525 PPCOperand::CreateTokenWithStringCopy(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
1527 Operands.push_back(PPCOperand::CreateToken(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
1533 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1535 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64())); in ParseInstruction()
1587 ParseDirectiveTC(isPPC64() ? 8 : 4, DirectiveID); in ParseDirective()