Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp25 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
121 static DecodeStatus
127 static DecodeStatus
197 static DecodeStatus decodeU1ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU1ImmOperand()
203 static DecodeStatus decodeU2ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU2ImmOperand()
209 static DecodeStatus decodeU3ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU3ImmOperand()
215 static DecodeStatus decodeU4ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU4ImmOperand()
221 static DecodeStatus decodeU8ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU8ImmOperand()
245 static DecodeStatus decodeS8ImmOperand(MCInst &Inst, uint64_t Imm, in decodeS8ImmOperand()
[all …]
/freebsd-14.2/contrib/llvm-project/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()
160 static DecodeStatus
178 static DecodeStatus
248 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
258 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
346 static DecodeStatus decodeCRBitMOperand(MCInst &Inst, uint64_t Imm, in decodeCRBitMOperand()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp37 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
47 static DecodeStatus
62 static DecodeStatus
68 static DecodeStatus
74 static DecodeStatus
77 static DecodeStatus
139 static DecodeStatus
152 static DecodeStatus
183 static DecodeStatus
189 static DecodeStatus
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
114 static DecodeStatus
170 static DecodeStatus
215 static DecodeStatus
233 static DecodeStatus
567 DecodeStatus S = in DecodeL3RInstruction()
581 DecodeStatus S = in DecodeL3RSrcDstInstruction()
596 DecodeStatus S = in DecodeL2RUSInstruction()
610 DecodeStatus S = in DecodeL2RUSBitpInstruction()
624 DecodeStatus S = in DecodeL6RInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
73 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
94 static DecodeStatus
98 static DecodeStatus
270 static DecodeStatus DecodeSyncI_MM(MCInst &Inst, unsigned Insn,
1166 DecodeStatus Result; in getInstruction()
1337 static DecodeStatus
1364 static DecodeStatus
1374 static DecodeStatus
2233 static DecodeStatus
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp33 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
42 static DecodeStatus DecodeRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeRegisterClass()
45 return DecodeStatus::Fail; in DecodeRegisterClass()
47 return DecodeStatus::Success; in DecodeRegisterClass()
50 static DecodeStatus DecodeDR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR32RegisterClass()
62 static DecodeStatus DecodeDR8RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR8RegisterClass()
108 static DecodeStatus DecodeCCRCRegisterClass(MCInst &Inst, APInt &Insn, in DecodeCCRCRegisterClass()
117 return DecodeStatus::Success; in DecodeImm32()
133 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
142 DecodeStatus Result; in getInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
153 static DecodeStatus
258 static DecodeStatus decodeVMaskReg(MCInst &Inst, uint64_t RegNo, in decodeVMaskReg()
271 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint32_t Imm, in decodeUImmOperand()
289 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint32_t Imm, in decodeSImmOperand()
364 static DecodeStatus decodeZcmpRlist(MCInst &Inst, unsigned Imm,
370 static DecodeStatus decodeZcmpSpimm(MCInst &Inst, unsigned Imm,
473 static DecodeStatus decodeZcmpRlist(MCInst &Inst, unsigned Imm, in decodeZcmpRlist()
490 static DecodeStatus decodeZcmpSpimm(MCInst &Inst, unsigned Imm, in decodeZcmpSpimm()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp37 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
188 static DecodeStatus
198 static DecodeStatus
204 static DecodeStatus
219 static DecodeStatus
258 static DecodeStatus
284 static DecodeStatus
303 static DecodeStatus
483 static DecodeStatus
641 static DecodeStatus
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp27 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
217 static DecodeStatus DecodeStoreI32(MCInst &Inst, uint64_t insn,
222 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn,
296 DecodeStatus Result = in getInstruction()
323 DecodeStatus status; in DecodeASX()
354 DecodeStatus status; in DecodeAS()
376 DecodeStatus status; in DecodeMem()
400 DecodeStatus status; in DecodeMemAS()
474 DecodeStatus status; in DecodeCAS()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp33 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
44 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
101 static DecodeStatus decodeCallTarget(MCInst &Inst, unsigned Insn,
111 static DecodeStatus decodeFFMULRdRr(MCInst &Inst, unsigned Insn,
115 static DecodeStatus decodeFMOVWRdRr(MCInst &Inst, unsigned Insn,
122 static DecodeStatus decodeFMUL2RdRr(MCInst &Inst, unsigned Insn,
132 static DecodeStatus decodeCondBranch(MCInst &Inst, unsigned Insn,
136 static DecodeStatus decodeLoadStore(MCInst &Inst, unsigned Insn,
203 static DecodeStatus decodeFFMULRdRr(MCInst &Inst, unsigned Insn, in decodeFFMULRdRr()
217 static DecodeStatus decodeFMOVWRdRr(MCInst &Inst, unsigned Insn, in decodeFMOVWRdRr()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp30 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
45 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
106 static DecodeStatus decodeCallOperand(MCInst &Inst, uint64_t Imm, in decodeCallOperand()
113 static DecodeStatus decodeJumpOperand(MCInst &Inst, uint64_t Imm, in decodeJumpOperand()
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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp27 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
50 static DecodeStatus decodeRiMemoryValue(MCInst &Inst, unsigned Insn,
54 static DecodeStatus decodeRrMemoryValue(MCInst &Inst, unsigned Insn,
58 static DecodeStatus decodeSplsValue(MCInst &Inst, unsigned Insn,
65 static DecodeStatus decodePredicateOperand(MCInst &Inst, unsigned Val,
69 static DecodeStatus decodeShiftImm(MCInst &Inst, unsigned Insn,
131 DecodeStatus
137 DecodeStatus Result = readInstruction32(Bytes, Size, Insn); in getInstruction()
163 DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
200 static DecodeStatus decodeSplsValue(MCInst &Inst, unsigned Insn, in decodeSplsValue()
[all …]
H A DLanaiDisassembler.h29 MCDisassembler::DecodeStatus
/freebsd-14.2/contrib/llvm-project/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()
121 static DecodeStatus DecodeSCRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeSCRRegisterClass()
131 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
140 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
[all …]
/freebsd-14.2/contrib/llvm-project/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,
249 return DecodeStatus::Fail; in getInstructionI()
263 return DecodeStatus::Fail; in getInstructionI()
281 return DecodeStatus::Fail; in getInstructionI()
303 return DecodeStatus::Fail; in getInstructionII()
321 return DecodeStatus::Fail; in getInstructionII()
[all …]
/freebsd-14.2/contrib/llvm-project/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,
112 static DecodeStatus DecodeSOPwithRS12(MCInst &, uint64_t, uint64_t,
115 static DecodeStatus DecodeSOPwithRU6(MCInst &, uint64_t, uint64_t,
322 static DecodeStatus DecodeSOPwithRU6(MCInst &Inst, uint64_t Insn, in DecodeSOPwithRU6()
333 static DecodeStatus DecodeSOPwithRS12(MCInst &Inst, uint64_t Insn, in DecodeSOPwithRS12()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h135 DecodeStatus Res = in tryDecodeInst()
160 std::optional<DecodeStatus>
167 DecodeStatus
193 DecodeStatus convertEXPInst(MCInst &MI) const;
194 DecodeStatus convertVINTERPInst(MCInst &MI) const;
196 DecodeStatus convertSDWAInst(MCInst &MI) const;
197 DecodeStatus convertDPP8Inst(MCInst &MI) const;
198 DecodeStatus convertMIMGInst(MCInst &MI) const;
199 DecodeStatus convertVOP3DPPInst(MCInst &MI) const;
200 DecodeStatus convertVOP3PDPPInst(MCInst &MI) const;
[all …]
H A DAMDGPUDisassembler.cpp45 using DecodeStatus = llvm::MCDisassembler::DecodeStatus; typedef
56 inline static MCDisassembler::DecodeStatus
298 static DecodeStatus
411 static DecodeStatus
418 static DecodeStatus
425 static DecodeStatus
432 static DecodeStatus
439 static DecodeStatus
500 DecodeStatus Res = MCDisassembler::Fail; in getInstruction()
2111 MCDisassembler::DecodeStatus
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp38 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
100 static DecodeStatus
104 static DecodeStatus
110 static DecodeStatus
113 static DecodeStatus
144 static DecodeStatus
177 DecodeStatus Result = DecodeStatus::Success; in getInstruction()
325 DecodeStatus Result = DecodeStatus::Fail; in getSingleInstruction()
549 static DecodeStatus
570 static DecodeStatus
[all …]
/freebsd-14.2/contrib/llvm-project/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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp26 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
141 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
151 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI64RegsRegisterClass()
159 static DecodeStatus DecodePointerLikeRegClass0(MCInst &Inst, unsigned RegNo, in DecodePointerLikeRegClass0()
165 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPRegsRegisterClass()
198 static DecodeStatus
226 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePRRegsRegisterClass()
238 DecodeStatus S = MCDisassembler::Success; in DecodeIntPairRegisterClass()
251 static DecodeStatus
[all …]
/freebsd-14.2/contrib/llvm-project/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,
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()
369 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
380 DecodeStatus CSKYDisassembler::handleCROperand(MCInst &MI) const { in handleCROperand()
504 DecodeStatus Result = in decodeFPUV3Instruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
68 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
100 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPRRegisterClass()
115 static DecodeStatus
126 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn, in decodeMemoryOpValue()
141 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
165 DecodeStatus BPFDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
171 DecodeStatus Result; in getInstruction()
223 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
46 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
49 std::optional<DecodeStatus>
124 std::optional<MCDisassembler::DecodeStatus>
161 MCDisassembler::DecodeStatus WebAssemblyDisassembler::getInstruction( in getInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h107 enum DecodeStatus { enum
133 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
161 virtual std::optional<DecodeStatus>

12