Home
last modified time | relevance | path

Searched defs:Mnemonic (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86MnemonicTables.cpp58 std::string Mnemonic = X86Disassembler::getMnemonic(I, Variant); in run() local
64 for (StringRef Mnemonic : MnemonicToCGInstrMap.keys()) in run() local
70 for (StringRef Mnemonic : MnemonicToCGInstrMap.keys()) { in run() local
H A DX86RecognizableInstr.cpp30 std::string Mnemonic = in getMnemonic() local
H A DAsmMatcherEmitter.cpp527 StringRef Mnemonic; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp24 StringRef Mnemonic; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1010 StringRef Mnemonic) { in parseOperand()
1048 StringRef Mnemonic = Name; in splitMnemonic() local
1168 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); in ParseInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp911 StringRef Mnemonic = Name; in splitMnemonic() local
977 StringRef Mnemonic = splitMnemonic(Name, NameLoc, &Operands); in ParseInstruction() local
1439 StringRef Mnemonic) { in parseOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp187 bool isCDEInstr(StringRef Mnemonic) { in isCDEInstr()
196 bool isVPTPredicableCDEInstr(StringRef Mnemonic) { in isVPTPredicableCDEInstr()
204 bool isITPredicableCDEInstr(StringRef Mnemonic) { in isITPredicableCDEInstr()
214 bool isCDEDualRegInstr(StringRef Mnemonic) { in isCDEDualRegInstr()
6228 ARMOperand &Mnemonic = static_cast<ARMOperand &>(*Operands[0]); in parseFPImm() local
6276 bool ARMAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand()
6540 StringRef ARMAsmParser::splitMnemonic(StringRef Mnemonic, StringRef ExtraToken, in splitMnemonic()
6670 void ARMAsmParser::getMnemonicAcceptInfo(StringRef Mnemonic, in getMnemonicAcceptInfo()
6758 StringRef Mnemonic, ARMCC::CondCodes PredicationCode, bool CarrySetting, in tryConvertingToTwoOperandForm()
6864 StringRef Mnemonic, OperandVector &Operands, unsigned MnemonicOpsEndInd) { in shouldOmitVectorPredicateOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp615 SparcAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid()
1250 StringRef Mnemonic) { in parseOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp627 StringRef Mnemonic, SMLoc NameLoc, in ParseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp650 bool XtensaAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic, in parseOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1124 bool CSKYAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp778 StringRef Mnemonic) { in parseOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6407 bool MipsAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand()
6528 MipsOperand &Mnemonic = static_cast<MipsOperand &>(*Operands[0]); in parseMemOperand() local
8975 bool MipsAsmParser::mnemonicIsValid(StringRef Mnemonic, unsigned VariantID) { in mnemonicIsValid()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1458 StringRef Mnemonic) { in parseOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1677 StringRef Mnemonic = Name.slice(0, Dot); in ParseInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp411 const char *Mnemonic; global() member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4421 StringRef Mnemonic = (static_cast<X86Operand &>(*Operands[0])).getToken(); in matchAndEmitIntelInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2666 bool RISCVAsmParser::parseOperand(OperandVector &Operands, StringRef Mnemonic) { in parseOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp87 StringRef Mnemonic; ///< Instruction mnemonic. member in __anon730428320111::AArch64AsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6275 StringRef Mnemonic, in parseOperand()