Home
last modified time | relevance | path

Searched defs:Inst (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp25 #define CASE_SSE_INS_COMMON(Inst, src) \ argument
28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument
31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument
34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument
37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
42 #define CASE_MOVDUP(Inst, src) \ argument
50 #define CASE_MASK_MOVDUP(Inst, src) \ argument
55 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument
60 #define CASE_PMOVZX(Inst, src) \ argument
68 #define CASE_MASK_PMOVZX(Inst, src) \ argument
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp170 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand()
178 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand()
185 static DecodeStatus decodeU1ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU1ImmOperand()
191 static DecodeStatus decodeU2ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU2ImmOperand()
197 static DecodeStatus decodeU3ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU3ImmOperand()
203 static DecodeStatus decodeU4ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU4ImmOperand()
209 static DecodeStatus decodeU6ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU6ImmOperand()
215 static DecodeStatus decodeU8ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU8ImmOperand()
239 static DecodeStatus decodeS8ImmOperand(MCInst &Inst, uint64_t Imm, in decodeS8ImmOperand()
258 static DecodeStatus decodePCDBLOperand(MCInst &Inst, uint64_t Imm, in decodePCDBLOperand()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp695 DecodeMatrixTileListRegisterClass(MCInst &Inst, unsigned RegMask, in DecodeMatrixTileListRegisterClass()
717 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo, in DecodeMatrixTile()
865 static DecodeStatus DecodePCRelLabel19(MCInst &Inst, unsigned Imm, in DecodePCRelLabel19()
880 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm, in DecodeMemExtend()
929 static DecodeStatus DecodeVecShiftRImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftRImm()
935 static DecodeStatus DecodeVecShiftLImm(MCInst &Inst, unsigned Imm, in DecodeVecShiftLImm()
941 static DecodeStatus DecodeVecShiftR64Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR64Imm()
953 static DecodeStatus DecodeVecShiftR32Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR32Imm()
977 static DecodeStatus DecodeVecShiftR8Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftR8Imm()
1001 static DecodeStatus DecodeVecShiftL8Imm(MCInst &Inst, unsigned Imm, in DecodeVecShiftL8Imm()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp65 static DecodeStatus decodeCondBrTarget(MCInst &Inst, unsigned Imm, in decodeCondBrTarget()
72 static DecodeStatus decodeDirectBrTarget(MCInst &Inst, unsigned Imm, in decodeDirectBrTarget()
84 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
239 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
248 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
274 static DecodeStatus decodeMemRIOperands(MCInst &Inst, uint64_t Imm, in decodeMemRIOperands()
394 static DecodeStatus decodeSPE8Operands(MCInst &Inst, uint64_t Imm, in decodeSPE8Operands()
410 static DecodeStatus decodeSPE4Operands(MCInst &Inst, uint64_t Imm, in decodeSPE4Operands()
426 static DecodeStatus decodeSPE2Operands(MCInst &Inst, uint64_t Imm, in decodeSPE2Operands()
474 uint64_t Inst = BaseInst | (uint64_t)Prefix << 32; in getInstruction() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp61 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
76 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR16RegisterClass()
173 static DecodeStatus DecodeVRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVRRegisterClass()
244 static DecodeStatus decodeVMaskReg(MCInst &Inst, uint64_t RegNo, in decodeVMaskReg()
263 static void addImplySP(MCInst &Inst, int64_t Address, in addImplySP()
281 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
300 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
331 static DecodeStatus decodeCLUIImmOperand(MCInst &Inst, uint64_t Imm, in decodeCLUIImmOperand()
374 static DecodeStatus decodeRVCInstrSImm(MCInst &Inst, unsigned Insn, in decodeRVCInstrSImm()
385 static DecodeStatus decodeRVCInstrRdSImm(MCInst &Inst, unsigned Insn, in decodeRVCInstrRdSImm()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3966 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand()
4595 static DecodeStatus DecodeT2LdStPre(MCInst &Inst, unsigned Insn, in DecodeT2LdStPre()
4722 static DecodeStatus DecodeThumbCPS(MCInst &Inst, uint16_t Insn, in DecodeThumbCPS()
5074 static DecodeStatus DecodeBankedReg(MCInst &Inst, unsigned Val, in DecodeBankedReg()
5138 static DecodeStatus DecodeLDRPreImm(MCInst &Inst, unsigned Insn, in DecodeLDRPreImm()
5164 static DecodeStatus DecodeLDRPreReg(MCInst &Inst, unsigned Insn, in DecodeLDRPreReg()
5192 static DecodeStatus DecodeSTRPreImm(MCInst &Inst, unsigned Insn, in DecodeSTRPreImm()
5218 static DecodeStatus DecodeSTRPreReg(MCInst &Inst, unsigned Insn, in DecodeSTRPreReg()
6128 DecodeNEONComplexLane64Instruction(MCInst &Inst, unsigned Insn, in DecodeNEONComplexLane64Instruction()
6719 DecodeMVE_MEM_pre(MCInst &Inst, unsigned Val, uint64_t Address, in DecodeMVE_MEM_pre()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1501 static DecodeStatus DecodeLoadByte15(MCInst &Inst, unsigned Insn, in DecodeLoadByte15()
1533 static DecodeStatus DecodeCacheOpMM(MCInst &Inst, unsigned Insn, in DecodeCacheOpMM()
1549 static DecodeStatus DecodePrefeOpMM(MCInst &Inst, unsigned Insn, in DecodePrefeOpMM()
1594 static DecodeStatus DecodeSyncI_MM(MCInst &Inst, unsigned Insn, in DecodeSyncI_MM()
1621 static DecodeStatus DecodeMSA128Mem(MCInst &Inst, unsigned Insn, in DecodeMSA128Mem()
1668 static DecodeStatus DecodeMemMMImm4(MCInst &Inst, unsigned Insn, in DecodeMemMMImm4()
1779 static DecodeStatus DecodeMemMMImm9(MCInst &Inst, unsigned Insn, in DecodeMemMMImm9()
1799 static DecodeStatus DecodeMemMMImm12(MCInst &Inst, unsigned Insn, in DecodeMemMMImm12()
1866 static DecodeStatus DecodeFMemMMR2(MCInst &Inst, unsigned Insn, in DecodeFMemMMR2()
2215 static DecodeStatus DecodeLi16Imm(MCInst &Inst, unsigned Value, in DecodeLi16Imm()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp108 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
227 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
236 static DecodeStatus decodeOImmOperand(MCInst &Inst, uint64_t Imm, in decodeOImmOperand()
257 static DecodeStatus decodeJMPIXImmOperand(MCInst &Inst, uint64_t Imm, in decodeJMPIXImmOperand()
276 static DecodeStatus DecodeRegSeqOperand(MCInst &Inst, uint64_t Imm, in DecodeRegSeqOperand()
293 static DecodeStatus DecodeRegSeqOperandF1(MCInst &Inst, uint64_t Imm, in DecodeRegSeqOperandF1()
310 static DecodeStatus DecodeRegSeqOperandD1(MCInst &Inst, uint64_t Imm, in DecodeRegSeqOperandD1()
327 static DecodeStatus DecodeRegSeqOperandF2(MCInst &Inst, uint64_t Imm, in DecodeRegSeqOperandF2()
344 static DecodeStatus DecodeRegSeqOperandD2(MCInst &Inst, uint64_t Imm, in DecodeRegSeqOperandD2()
361 static DecodeStatus decodeImmShiftOpValue(MCInst &Inst, uint64_t Imm, in decodeImmShiftOpValue()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp106 static DecodeStatus decodeCallOperand(MCInst &Inst, uint64_t Imm, in decodeCallOperand()
113 static DecodeStatus decodeJumpOperand(MCInst &Inst, uint64_t Imm, in decodeJumpOperand()
120 static DecodeStatus decodeBranchOperand(MCInst &Inst, uint64_t Imm, in decodeBranchOperand()
141 static DecodeStatus decodeL32ROperand(MCInst &Inst, uint64_t Imm, in decodeL32ROperand()
150 static DecodeStatus decodeImm8Operand(MCInst &Inst, uint64_t Imm, in decodeImm8Operand()
165 static DecodeStatus decodeImm12Operand(MCInst &Inst, uint64_t Imm, in decodeImm12Operand()
172 static DecodeStatus decodeUimm4Operand(MCInst &Inst, uint64_t Imm, in decodeUimm4Operand()
179 static DecodeStatus decodeUimm5Operand(MCInst &Inst, uint64_t Imm, in decodeUimm5Operand()
222 static DecodeStatus decodeMem8Operand(MCInst &Inst, uint64_t Imm, in decodeMem8Operand()
230 static DecodeStatus decodeMem16Operand(MCInst &Inst, uint64_t Imm, in decodeMem16Operand()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.h17 struct Inst { struct
20 Inst(unsigned Opc, int64_t Imm) : Opc(Opc), Imm(Imm) {} in Inst() argument
/openbsd/gnu/llvm/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp196 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, in DecodeBitpOperand()
208 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, in DecodeNegImmOperand()
319 static DecodeStatus Decode2RInstruction(MCInst &Inst, unsigned Insn, in Decode2RInstruction()
345 static DecodeStatus DecodeR2RInstruction(MCInst &Inst, unsigned Insn, in DecodeR2RInstruction()
372 static DecodeStatus DecodeRUSInstruction(MCInst &Inst, unsigned Insn, in DecodeRUSInstruction()
483 static DecodeStatus DecodeL2RInstruction(MCInst &Inst, unsigned Insn, in DecodeL2RInstruction()
497 static DecodeStatus DecodeLR2RInstruction(MCInst &Inst, unsigned Insn, in DecodeLR2RInstruction()
511 static DecodeStatus Decode3RInstruction(MCInst &Inst, unsigned Insn, in Decode3RInstruction()
563 static DecodeStatus DecodeL3RInstruction(MCInst &Inst, unsigned Insn, in DecodeL3RInstruction()
620 static DecodeStatus DecodeL6RInstruction(MCInst &Inst, unsigned Insn, in DecodeL6RInstruction()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp67 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR8RegisterClass()
78 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeLD8RegisterClass()
135 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFIOARr()
170 static DecodeStatus decodeCallTarget(MCInst &Inst, unsigned Field, in decodeCallTarget()
179 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFRd()
188 static DecodeStatus decodeFLPMX(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFLPMX()
196 static DecodeStatus decodeFFMULRdRr(MCInst &Inst, unsigned Insn, in decodeFFMULRdRr()
210 static DecodeStatus decodeFMOVWRdRr(MCInst &Inst, unsigned Insn, in decodeFMOVWRdRr()
240 static DecodeStatus decodeFMUL2RdRr(MCInst &Inst, unsigned Insn, in decodeFMUL2RdRr()
271 static DecodeStatus decodeFBRk(MCInst &Inst, unsigned Insn, uint64_t Address, in decodeFBRk()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h39 virtual bool isBranch(const MCInst &Inst) const { in isBranch()
43 virtual bool isConditionalBranch(const MCInst &Inst) const { in isConditionalBranch()
47 virtual bool isUnconditionalBranch(const MCInst &Inst) const { in isUnconditionalBranch()
51 virtual bool isIndirectBranch(const MCInst &Inst) const { in isIndirectBranch()
55 virtual bool isCall(const MCInst &Inst) const { in isCall()
59 virtual bool isReturn(const MCInst &Inst) const { in isReturn()
63 virtual bool isTerminator(const MCInst &Inst) const { in isTerminator()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp41 static DecodeStatus DecodeRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeRegisterClass()
49 static DecodeStatus DecodeDR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR32RegisterClass()
55 static DecodeStatus DecodeDR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR16RegisterClass()
61 static DecodeStatus DecodeDR8RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR8RegisterClass()
67 static DecodeStatus DecodeAR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR32RegisterClass()
73 static DecodeStatus DecodeAR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR16RegisterClass()
79 static DecodeStatus DecodeXR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeXR32RegisterClass()
85 static DecodeStatus DecodeXR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeXR16RegisterClass()
91 static DecodeStatus DecodeCCRCRegisterClass(MCInst &Inst, APInt &Insn, in DecodeCCRCRegisterClass()
97 static DecodeStatus DecodeImm32(MCInst &Inst, uint64_t Imm, uint64_t Address, in DecodeImm32()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp187 MCInst *Inst = getContext().createMCInst(); in getInstruction() local
498 auto const &Inst = *i->getInst(); in getSingleInstruction() local
527 MCInst const &Inst = HexagonMCInstrInfo::isDuplex(*MCII, MI) in getSingleInstruction() local
537 static DecodeStatus DecodeRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeRegisterClass()
569 DecodeGeneralSubRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGeneralSubRegsRegisterClass()
582 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxVRRegisterClass()
598 DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDoubleRegsRegisterClass()
611 DecodeGeneralDoubleLow8RegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGeneralDoubleLow8RegsRegisterClass()
621 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxWRRegisterClass()
639 DecodeHvxVQRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeHvxVQRRegisterClass()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp131 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
179 static bool DecodeSymbolicOperand(MCInst &Inst, uint64_t Address, in DecodeSymbolicOperand()
187 static void DecodeSymbolicOperandOff(MCInst &Inst, uint64_t Address, in DecodeSymbolicOperandOff()
197 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS, in DecodeBranchTargetS()
207 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand()
218 static DecodeStatus DecodeFromCyclicRange(MCInst &Inst, unsigned InsnS, in DecodeFromCyclicRange()
229 static DecodeStatus DecodeStLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeStLImmInstruction()
246 static DecodeStatus DecodeLdLImmInstruction(MCInst &Inst, uint64_t Insn, in DecodeLdLImmInstruction()
307 static DecodeStatus DecodeCCRU6Instruction(MCInst &Inst, uint64_t Insn, in DecodeCCRU6Instruction()
322 static DecodeStatus DecodeSOPwithRU6(MCInst &Inst, uint64_t Insn, in DecodeSOPwithRU6()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp110 const MCInst &Inst, const MCOperand &MCOp, SmallVectorImpl<MCFixup> &Fixups, in getMachineOpValue()
135 static unsigned adjustPqBits(const MCInst &Inst, unsigned Value, in adjustPqBits()
161 LanaiMCCodeEmitter::adjustPqBitsRmAndRrm(const MCInst &Inst, unsigned Value, in adjustPqBitsRmAndRrm()
167 LanaiMCCodeEmitter::adjustPqBitsSpls(const MCInst &Inst, unsigned Value, in adjustPqBitsSpls()
173 const MCInst &Inst, raw_ostream &Ostream, SmallVectorImpl<MCFixup> &Fixups, in encodeInstruction()
186 const MCInst &Inst, unsigned OpNo, SmallVectorImpl<MCFixup> &Fixups, in getRiMemoryOpValue()
218 const MCInst &Inst, unsigned OpNo, SmallVectorImpl<MCFixup> &Fixups, in getRrMemoryOpValue()
256 LanaiMCCodeEmitter::getSplsOpValue(const MCInst &Inst, unsigned OpNo, in getSplsOpValue()
289 const MCInst &Inst, unsigned OpNo, SmallVectorImpl<MCFixup> &Fixups, in getBranchTargetOpValue()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
155 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI64RegsRegisterClass()
163 static DecodeStatus DecodePointerLikeRegClass0(MCInst &Inst, unsigned RegNo, in DecodePointerLikeRegClass0()
169 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPRegsRegisterClass()
179 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDFPRegsRegisterClass()
189 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQFPRegsRegisterClass()
203 DecodeCoprocRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, in DecodeCoprocRegsRegisterClass()
212 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
221 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass()
230 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePRRegsRegisterClass()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp58 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
67 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass()
76 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass()
85 static DecodeStatus DecodeCFRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCFRRegisterClass()
94 static DecodeStatus DecodeFCSRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFCSRRegisterClass()
104 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
113 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp130 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
252 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData() local
401 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitOperandTypeMappings() local
504 for (const auto *Inst : NumberedInstructions) { in emitLogicalOperandSizeMappings() local
558 for (const auto &Inst : Insts) { in emitLogicalOperandSizeMappings() local
591 for (const auto *Inst : NumberedInstructions) { in emitLogicalOperandTypeMappings() local
656 for (const auto &Inst : Insts) { in emitLogicalOperandTypeMappings() local
935 for (const CodeGenInstruction *Inst : reverse(NumberedInstructions)) { in run() local
951 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() local
969 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp251 MCInst Inst; in outputDebugSourceAndStrings() local
257 MCInst Inst; in outputDebugSourceAndStrings() local
269 MCInst Inst; in outputOpExtInstImports() local
280 MCInst Inst; in outputOpMemoryModel() local
329 MCInst Inst; in outputGlobalRequirements() local
337 MCInst Inst; in outputGlobalRequirements() local
407 MCInst Inst; in outputExecutionModeFromMDNode() local
419 MCInst Inst; in outputExecutionMode() local
441 MCInst Inst; in outputExecutionMode() local
452 MCInst Inst; in outputExecutionMode() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp127 static DecodeStatus DecodeI32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI32RegisterClass()
137 static DecodeStatus DecodeI64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI64RegisterClass()
147 static DecodeStatus DecodeF32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeF32RegisterClass()
157 static DecodeStatus DecodeF128RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeF128RegisterClass()
167 static DecodeStatus DecodeV64RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeV64RegisterClass()
181 static DecodeStatus DecodeVMRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVMRegisterClass()
424 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn, in DecodeStoreI32()
435 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn, in DecodeStoreI64()
446 static DecodeStatus DecodeStoreF32(MCInst &Inst, uint64_t insn, in DecodeStoreF32()
452 static DecodeStatus DecodeLoadASI64(MCInst &Inst, uint64_t insn, in DecodeLoadASI64()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp36 struct Inst { struct in __anon55fc75070111::LoongArchAsmParser
37 unsigned Opc;
38 LoongArchMCExpr::VariantKind VK;
39 Inst(unsigned Opc, in Inst() argument
493 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr()
501 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands()
505 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands()
819 void LoongArchAsmParser::emitLoadAddressAbs(MCInst &Inst, SMLoc IDLoc, in emitLoadAddressAbs()
896 void LoongArchAsmParser::emitLoadAddressGot(MCInst &Inst, SMLoc IDLoc, in emitLoadAddressGot()
1098 void LoongArchAsmParser::emitLoadImm(MCInst &Inst, SMLoc IDLoc, in emitLoadImm()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp59 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand()
77 static DecodeStatus decodeSoppBrTarget(MCInst &Inst, unsigned Imm, in decodeSoppBrTarget()
167 static DecodeStatus decodeOperand_VSrcV216(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcV216()
174 static DecodeStatus decodeOperand_VSrcV232(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcV232()
181 static DecodeStatus decodeOperand_VS_16(MCInst &Inst, unsigned Imm, in decodeOperand_VS_16()
188 static DecodeStatus decodeOperand_VS_32(MCInst &Inst, unsigned Imm, in decodeOperand_VS_32()
195 static DecodeStatus decodeOperand_AReg_64(MCInst &Inst, unsigned Imm, in decodeOperand_AReg_64()
230 static DecodeStatus decodeOperand_VReg_64(MCInst &Inst, unsigned Imm, in decodeOperand_VReg_64()
301 static bool IsAGPROperand(const MCInst &Inst, int OpIdx, in IsAGPROperand()
1687 MCOperand AMDGPUDisassembler::decodeVOPDDstYOp(MCInst &Inst, in decodeVOPDDstYOp()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1056 void addExpr(MCInst &Inst, const MCExpr *Expr) const { in addExpr()
1066 void addRegOperands(MCInst &Inst, unsigned N) const { in addRegOperands()
1228 void addSImmOperands(MCInst &Inst, unsigned N) const { in addSImmOperands()
1237 void addUImmOperands(MCInst &Inst, unsigned N) const { in addUImmOperands()
1255 void addImmOperands(MCInst &Inst, unsigned N) const { in addImmOperands()
1261 void addMemOperands(MCInst &Inst, unsigned N) const { in addMemOperands()
1281 void addRegListOperands(MCInst &Inst, unsigned N) const { in addRegListOperands()
1756 static bool hasShortDelaySlot(MCInst &Inst) { in hasShortDelaySlot()
3349 bool MipsAsmParser::emitLoongson2FBTBFlush(MCInst &Inst, in emitLoongson2FBTBFlush()
5972 MCInst Inst; in MatchAndEmitInstruction() local
[all …]

12345678910>>...17