Home
last modified time | relevance | path

Searched refs:Mnemonic (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp399 bool parseOperand(OperandVector &, StringRef Mnemonic);
435 bool isMnemonicVPTPredicable(StringRef Mnemonic, StringRef ExtraToken);
436 StringRef splitMnemonic(StringRef Mnemonic, StringRef ExtraToken,
440 void getMnemonicAcceptInfo(StringRef Mnemonic, StringRef ExtraToken,
445 void tryConvertingToTwoOperandForm(StringRef Mnemonic, bool CarrySetting,
585 bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands);
586 bool shouldOmitPredicateOperand(StringRef Mnemonic, OperandVector &Operands);
587 bool shouldOmitVectorPredicateOperand(StringRef Mnemonic, OperandVector &Operands);
589 void fixupGNULDRDAlias(StringRef Mnemonic, OperandVector &Operands);
5932 ARMOperand &Mnemonic in parseFPImm() local
5983 parseOperand(OperandVector &Operands, StringRef Mnemonic) parseOperand() argument
6206 splitMnemonic(StringRef Mnemonic, StringRef ExtraToken, unsigned &PredicationCode, unsigned &VPTPredicationCode, bool &CarrySetting, unsigned &ProcessorIMod, StringRef &ITMask) splitMnemonic() argument
6341 getMnemonicAcceptInfo(StringRef Mnemonic, StringRef ExtraToken, StringRef FullInst, bool &CanAcceptCarrySet, bool &CanAcceptPredicationCode, bool &CanAcceptVPTPredicationCode) getMnemonicAcceptInfo() argument
6415 tryConvertingToTwoOperandForm(StringRef Mnemonic, bool CarrySetting, OperandVector &Operands) tryConvertingToTwoOperandForm() argument
6497 shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands) shouldOmitCCOutOperand() argument
6644 shouldOmitPredicateOperand(StringRef Mnemonic, OperandVector &Operands) shouldOmitPredicateOperand() argument
6667 shouldOmitVectorPredicateOperand(StringRef Mnemonic, OperandVector &Operands) shouldOmitVectorPredicateOperand() argument
6720 doesIgnoreDataTypeSuffix(StringRef Mnemonic, StringRef DT) doesIgnoreDataTypeSuffix() argument
6736 fixupGNULDRDAlias(StringRef Mnemonic, OperandVector &Operands) fixupGNULDRDAlias() argument
6798 StringRef Mnemonic = Name.slice(Start, Next); ParseInstruction() local
11904 isMnemonicVPTPredicable(StringRef Mnemonic, StringRef ExtraToken) isMnemonicVPTPredicable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp81 StringRef Mnemonic);
1001 LanaiAsmParser::parseOperand(OperandVector *Operands, StringRef Mnemonic) { in parseOperand() argument
1004 OperandMatchResultTy Result = MatchOperandParserImpl(*Operands, Mnemonic); in parseOperand()
1039 StringRef Mnemonic = Name; in splitMnemonic() local
1043 Mnemonic = Name.substr(0, Name.size() - 2); in splitMnemonic()
1048 if (Mnemonic[0] == 'b' || in splitMnemonic()
1049 (Mnemonic[0] == 's' && !Mnemonic.startswith("sel") && in splitMnemonic()
1050 !Mnemonic.startswith("st"))) { in splitMnemonic()
1054 LPCC::suffixToLanaiCondCode(Mnemonic in splitMnemonic()
1163 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); ParseInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dopcodes.cc28 char const* IrOpcode::Mnemonic(Value value) { in Mnemonic() function in v8::internal::compiler::IrOpcode
37 return os << IrOpcode::Mnemonic(opcode); in operator <<()
H A Dgraph-visualizer.cc347 os_ << ",\"opcode\":\"" << IrOpcode::Mnemonic(node->opcode()) << "\""; in PrintNode()
H A Dopcodes.h1038 static char const* Mnemonic(Value value);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp598 StringRef Mnemonic, SMLoc NameLoc, in ParseInstruction()
600 Operands.push_back(AVROperand::CreateToken(Mnemonic, NameLoc)); in ParseInstruction()
608 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction()
597 ParseInstruction(ParseInstructionInfo &Info, StringRef Mnemonic, SMLoc NameLoc, OperandVector &Operands) ParseInstruction() argument
/third_party/node/deps/v8/src/objects/
H A Dfield-index.h102 PrintF("%s\n", representation.Mnemonic()); in FieldEncoding()
H A Dproperty.cc145 os << ":" << representation().Mnemonic(); in PrintAsFastTo()
H A Dproperty-details.h213 const char* Mnemonic() const { in Mnemonic() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
H A Dmap-updater.cc65 os << old_representation.Mnemonic() << "{"; in PrintGeneralization()
73 os << "->" << new_representation.Mnemonic() << "{"; in PrintGeneralization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp79 StringRef Mnemonic; ///< Instruction mnemonic. member in __anon24399::AArch64AsmParser
2893 Mnemonic = Name; in parseSysAlias()
2902 if (Mnemonic == "ic") { in parseSysAlias()
2912 } else if (Mnemonic == "dc") { in parseSysAlias()
2922 } else if (Mnemonic == "at") { in parseSysAlias()
2932 } else if (Mnemonic == "tlbi") { in parseSysAlias()
2942 } else if (Mnemonic == "cfp" || Mnemonic == "dvp" || Mnemonic == "cpp") { in parseSysAlias()
2948 Mnemonic in parseSysAlias()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp649 static void applyMnemonicAliases(StringRef &Mnemonic,
802 SparcAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
804 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand()
818 if (Mnemonic == "cas" || Mnemonic == "casx" || Mnemonic == "casa") { in parseOperand()
859 ResTy = parseSparcAsmOperand(Op, (Mnemonic == "call")); in parseOperand()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h626 const char* Mnemonic(const char* mnemonic);
H A Dinstructions-arm64.cc375 const char* NEONFormatDecoder::Mnemonic(const char* mnemonic) { in Mnemonic() function in v8::internal::NEONFormatDecoder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1575 StringRef Mnemonic = Name.slice(0, Dot); in ParseInstruction() local
1578 PPCOperand::CreateTokenWithStringCopy(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
1580 Operands.push_back(PPCOperand::CreateToken(Mnemonic, NameLoc, isPPC64())); in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp143 bool parseOperand(OperandVector &Operands, StringRef Mnemonic);
1403 bool RISCVAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
1407 MatchOperandParserImpl(Operands, Mnemonic, /*ParseForAllFeatures=*/true); in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp433 bool parseOperand(OperandVector &Operands, StringRef Mnemonic);
1177 StringRef Mnemonic) { in parseOperand()
1187 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand()
1176 parseOperand(OperandVector &Operands, StringRef Mnemonic) parseOperand() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3412 StringRef Mnemonic = (static_cast<X86Operand &>(*Operands[0])).getToken(); in MatchAndEmitIntelInstruction() local
3448 if (Mnemonic == Instr) { in MatchAndEmitIntelInstruction()
3461 if (Mnemonic == "push" && Operands.size() == 2) { in MatchAndEmitIntelInstruction()
3526 return Error(IDLoc, "invalid instruction mnemonic '" + Mnemonic + "'", in MatchAndEmitIntelInstruction()
3572 "ambiguous operand size for instruction '" + Mnemonic + "\'", in MatchAndEmitIntelInstruction()
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc465 << ", representation = " << representation.Mnemonic() in PrintSmiStoreHandler()
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc1929 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON2RegMisc()
2041 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEON3Different()
2191 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in VisitNEONByIndexedElement()
/third_party/node/deps/v8/src/torque/
H A Dinstructions.h254 const char* Mnemonic() const { in Mnemonic() function in v8::internal::torque::Instruction
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h899 const char* Mnemonic(const char* mnemonic) { in Mnemonic() function in vixl::aarch64::NEONFormatDecoder
H A Ddisasm-aarch64.cc2213 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in Disassembler()
2255 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form), suffix); in Disassembler()
2446 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in Disassembler()
2507 Format(instr, nfd.Mnemonic(mnemonic_.c_str()), nfd.Substitute(form)); in Disassembler()
3474 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form), suffix); in Disassembler()
3507 Format(instr, nfd.Mnemonic(mnemonic), nfd.Substitute(form)); in Disassembler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp348 const char *Mnemonic; member
729 O << "\t" << LdStDesc->Mnemonic << LdStDesc->Layout << '\t'; in printInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp187 bool mnemonicIsValid(StringRef Mnemonic, unsigned VariantID);
211 bool parseOperand(OperandVector &, StringRef Mnemonic);
6142 bool MipsAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
6148 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic); in parseOperand()
6259 MipsOperand &Mnemonic = static_cast<MipsOperand &>(*Operands[0]); in parseMemOperand() local
6260 if (Mnemonic.getToken() == "la" || Mnemonic.getToken() == "dla") { in parseMemOperand()
8660 bool MipsAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid() argument
8668 auto MnemonicRange = std::equal_range(Start, End, Mnemonic, LessOpcode()); in mnemonicIsValid()

Completed in 80 milliseconds

12