Home
last modified time | relevance | path

Searched refs:DecodeStatus (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp25 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
35 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size,
81 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass()
91 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass()
97 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass()
103 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass()
109 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass()
115 static DecodeStatus
121 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass()
127 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp37 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
41 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, unsigned RegNo,
44 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, unsigned RegNo,
47 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo,
50 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo,
53 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo,
56 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo,
59 static DecodeStatus
62 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo,
65 static DecodeStatus
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
74 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, unsigned RegNo,
78 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, unsigned RegNo,
82 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
86 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
90 static DecodeStatus Decode2RInstruction(MCInst &Inst, unsigned Insn,
94 static DecodeStatus Decode2RImmInstruction(MCInst &Inst, unsigned Insn,
98 static DecodeStatus DecodeR2RInstruction(MCInst &Inst, unsigned Insn,
102 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp24 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
65 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()
91 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass()
97 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass()
103 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass()
109 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass()
115 static DecodeStatus DecodeVFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVFRCRegisterClass()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
73 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
82 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo,
86 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, unsigned RegNo,
90 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst, unsigned RegNo,
94 static DecodeStatus
98 static DecodeStatus
102 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo,
106 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, unsigned Insn,
110 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, unsigned RegNo,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp33 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 static DecodeStatus DecodeRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeRegisterClass()
44 return DecodeStatus::Fail; in DecodeRegisterClass()
46 return DecodeStatus::Success; 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()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp37 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
145 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
153 DecodeStatus getARMInstruction(MCInst &Instr, uint64_t &Size,
157 DecodeStatus getThumbInstruction(MCInst &Instr, uint64_t &Size,
166 DecodeStatus AddThumbPredicate(MCInst&) const;
167 void UpdateThumbVFPPredicate(DecodeStatus &, MCInst&) const;
176 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
179 static DecodeStatus DecodeCLRMGPRRegisterClass(MCInst &Inst, unsigned RegNo,
182 static DecodeStatus DecodetGPROddRegisterClass(MCInst &Inst, unsigned RegNo,
185 static DecodeStatus DecodetGPREvenRegisterClass(MCInst &Inst, unsigned RegNo,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
61 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
76 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR16RegisterClass()
87 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass()
98 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32CRegisterClass()
109 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass()
120 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64CRegisterClass()
131 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0RegisterClass()
141 static DecodeStatus
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
67 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR8RegisterClass()
78 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeLD8RegisterClass()
89 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, uint64_t Address,
92 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn, uint64_t Address,
95 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn, uint64_t Address,
98 static DecodeStatus decodeCallTarget(MCInst &Inst, unsigned Insn,
102 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, uint64_t Address,
105 static DecodeStatus decodeFLPMX(MCInst &Inst, unsigned Insn, uint64_t Address,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp27 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
127 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()
191 static DecodeStatus DecodeVM512RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeVM512RegisterClass()
201 static DecodeStatus DecodeMISCRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeMISCRegisterClass()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp30 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
45 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
67 static DecodeStatus DecodeARRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeARRegisterClass()
80 static DecodeStatus DecodeSRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeSRRegisterClass()
106 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()
157 static DecodeStatus decodeImm8_sh8Operand(MCInst &Inst, uint64_t Imm, in decodeImm8_sh8Operand()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp27 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
46 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
50 static DecodeStatus decodeRiMemoryValue(MCInst &Inst, unsigned Insn,
54 static DecodeStatus decodeRrMemoryValue(MCInst &Inst, unsigned Insn,
58 static DecodeStatus decodeSplsValue(MCInst &Inst, unsigned Insn,
62 static DecodeStatus decodeBranch(MCInst &Inst, unsigned Insn, uint64_t Address,
65 static DecodeStatus decodePredicateOperand(MCInst &Inst, unsigned Val,
69 static DecodeStatus decodeShiftImm(MCInst &Inst, unsigned Insn,
75 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t &Size, in readInstruction32()
131 DecodeStatus
[all …]
H A DLanaiDisassembler.h29 MCDisassembler::DecodeStatus
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp29 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
33 DecodeStatus getInstructionI(MCInst &MI, uint64_t &Size,
37 DecodeStatus getInstructionII(MCInst &MI, uint64_t &Size,
41 DecodeStatus getInstructionCJ(MCInst &MI, uint64_t &Size,
49 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size,
73 static DecodeStatus DecodeGR8RegisterClass(MCInst &MI, uint64_t RegNo, in DecodeGR8RegisterClass()
91 static DecodeStatus DecodeGR16RegisterClass(MCInst &MI, uint64_t RegNo, in DecodeGR16RegisterClass()
102 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address,
105 static DecodeStatus DecodeMemOperand(MCInst &MI, uint64_t Bits,
111 static DecodeStatus DecodeCGImm(MCInst &MI, uint64_t Bits, uint64_t Address, in DecodeCGImm()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp30 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
43 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
86 static DecodeStatus
91 static DecodeStatus
96 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS,
100 static DecodeStatus DecodeMEMrs9(MCInst &, unsigned, uint64_t,
103 static DecodeStatus DecodeLdLImmInstruction(MCInst &, uint64_t, uint64_t,
106 static DecodeStatus DecodeStLImmInstruction(MCInst &, uint64_t, uint64_t,
109 static DecodeStatus DecodeLdRLImmInstruction(MCInst &, uint64_t, uint64_t,
112 static DecodeStatus DecodeSOPwithRS12(MCInst &, uint64_t, uint64_t,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/Disassembler/
H A DLoongArchDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
58 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()
125 DecodeStatus LoongArchDisassembler::getInstruction(MCInst &MI, uint64_t &Size, in getInstruction()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp38 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
54 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB,
57 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
97 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
100 static DecodeStatus
104 static DecodeStatus
107 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo,
110 static DecodeStatus
113 static DecodeStatus
117 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepDecoders.inc17 static DecodeStatus s6_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
22 static DecodeStatus s31_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
27 static DecodeStatus s30_2ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
32 static DecodeStatus s29_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
37 static DecodeStatus s3_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
42 static DecodeStatus s4_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
47 static DecodeStatus s4_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
52 static DecodeStatus s4_2ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
57 static DecodeStatus s4_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
62 static DecodeStatus s6_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp26 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
145 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()
202 static DecodeStatus
212 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp31 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus handleCROperand(MCInst &Instr) const;
44 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
108 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
118 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass()
128 static DecodeStatus DecodesFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodesFPR32RegisterClass()
138 static DecodeStatus DecodesFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodesFPR64RegisterClass()
148 static DecodeStatus DecodesFPR64_VRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodesFPR64_VRegisterClass()
158 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass()
170 static DecodeStatus DecodesFPR128RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodesFPR128RegisterClass()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h104 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size,
117 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst()
132 std::optional<DecodeStatus>
136 DecodeStatus decodeKernelDescriptor(StringRef KdName, ArrayRef<uint8_t> Bytes,
139 DecodeStatus
148 DecodeStatus decodeCOMPUTE_PGM_RSRC1(uint32_t FourByteBuffer,
155 DecodeStatus decodeCOMPUTE_PGM_RSRC2(uint32_t FourByteBuffer,
158 DecodeStatus convertEXPInst(MCInst &MI) const;
159 DecodeStatus convertVINTERPInst(MCInst &MI) const;
160 DecodeStatus convertFMAanyK(MCInst &MI, int ImmLitIdx) const;
[all …]
H A DAMDGPUDisassembler.cpp45 using DecodeStatus = llvm::MCDisassembler::DecodeStatus; typedef
58 inline static MCDisassembler::DecodeStatus
77 static DecodeStatus decodeSoppBrTarget(MCInst &Inst, unsigned Imm, in decodeSoppBrTarget()
92 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, uint64_t Addr, in decodeSMEMOffset()
104 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, uint64_t Addr, in decodeBoolReg()
111 static DecodeStatus StaticDecoderName(MCInst &Inst, unsigned Imm, \
160 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, unsigned Imm, in DECODE_OPERAND_REG()
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()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
69 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
101 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
116 static DecodeStatus
127 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn, in decodeMemoryOpValue()
142 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
166 DecodeStatus BPFDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
172 DecodeStatus Result; in getInstruction()
224 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp35 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
45 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
48 std::optional<DecodeStatus>
123 std::optional<MCDisassembler::DecodeStatus>
160 MCDisassembler::DecodeStatus WebAssemblyDisassembler::getInstruction( in getInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h103 enum DecodeStatus { enum
129 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
157 virtual std::optional<DecodeStatus>

12