Home
last modified time | relevance | path

Searched defs:Mnemonic (Results 1 - 17 of 17) sorted by relevance

/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
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc375 const char* NEONFormatDecoder::Mnemonic(const char* mnemonic) { in Mnemonic() function in v8::internal::NEONFormatDecoder
/third_party/node/deps/v8/src/objects/
H A Dproperty-details.h213 const char* Mnemonic() const { in Mnemonic() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp348 const char *Mnemonic; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp597 ParseInstruction(ParseInstructionInfo &Info, StringRef Mnemonic, SMLoc NameLoc, OperandVector &Operands) ParseInstruction() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1001 LanaiAsmParser::parseOperand(OperandVector *Operands, StringRef Mnemonic) { in parseOperand() argument
1039 StringRef Mnemonic = Name; in splitMnemonic() local
1163 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); ParseInstruction() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp802 SparcAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1403 bool RISCVAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1176 parseOperand(OperandVector &Operands, StringRef Mnemonic) parseOperand() argument
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h899 const char* Mnemonic(const char* mnemonic) { in Mnemonic() function in vixl::aarch64::NEONFormatDecoder
/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
/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
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4452 AMDGPUAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic, in parseOperand() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5932 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/Mips/AsmParser/
H A DMipsAsmParser.cpp6142 bool MipsAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand() argument
6259 MipsOperand &Mnemonic = static_cast<MipsOperand &>(*Operands[0]); in parseMemOperand() local
8660 bool MipsAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid() argument

Completed in 66 milliseconds