/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 399 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 D | LanaiAsmParser.cpp | 81 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 D | opcodes.cc | 28 char const* IrOpcode::Mnemonic(Value value) { in Mnemonic() function in v8::internal::compiler::IrOpcode 37 return os << IrOpcode::Mnemonic(opcode); in operator <<()
|
H A D | graph-visualizer.cc | 347 os_ << ",\"opcode\":\"" << IrOpcode::Mnemonic(node->opcode()) << "\""; in PrintNode()
|
H A D | opcodes.h | 1038 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 D | AVRAsmParser.cpp | 598 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 D | field-index.h | 102 PrintF("%s\n", representation.Mnemonic()); in FieldEncoding()
|
H A D | property.cc | 145 os << ":" << representation().Mnemonic(); in PrintAsFastTo()
|
H A D | property-details.h | 213 const char* Mnemonic() const { in Mnemonic() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
|
H A D | map-updater.cc | 65 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 D | AArch64AsmParser.cpp | 79 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 D | SparcAsmParser.cpp | 649 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 D | instructions-arm64.h | 626 const char* Mnemonic(const char* mnemonic);
|
H A D | instructions-arm64.cc | 375 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 D | PPCAsmParser.cpp | 1575 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 D | RISCVAsmParser.cpp | 143 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 D | SystemZAsmParser.cpp | 433 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 D | X86AsmParser.cpp | 3412 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 D | handler-configuration.cc | 465 << ", representation = " << representation.Mnemonic() in PrintSmiStoreHandler()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1929 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 D | instructions.h | 254 const char* Mnemonic() const { in Mnemonic() function in v8::internal::torque::Instruction
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 899 const char* Mnemonic(const char* mnemonic) { in Mnemonic() function in vixl::aarch64::NEONFormatDecoder
|
H A D | disasm-aarch64.cc | 2213 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 D | AArch64InstPrinter.cpp | 348 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 D | MipsAsmParser.cpp | 187 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()
|