Home
last modified time | relevance | path

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

12

/freebsd-13.1/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,
186 static DecodeStatus decodeU1ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU1ImmOperand()
191 static DecodeStatus decodeU2ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU2ImmOperand()
196 static DecodeStatus decodeU3ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU3ImmOperand()
201 static DecodeStatus decodeU4ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU4ImmOperand()
206 static DecodeStatus decodeU6ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU6ImmOperand()
211 static DecodeStatus decodeU8ImmOperand(MCInst &Inst, uint64_t Imm, in decodeU8ImmOperand()
231 static DecodeStatus decodeS8ImmOperand(MCInst &Inst, uint64_t Imm, in decodeS8ImmOperand()
247 static DecodeStatus decodePCDBLOperand(MCInst &Inst, uint64_t Imm, in decodePCDBLOperand()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
239 static DecodeStatus
257 static DecodeStatus
273 static DecodeStatus
591 DecodeStatus S = in DecodeL3RInstruction()
605 DecodeStatus S = in DecodeL3RSrcDstInstruction()
620 DecodeStatus S = in DecodeL2RUSInstruction()
634 DecodeStatus S = in DecodeL2RUSBitpInstruction()
648 DecodeStatus S = in DecodeL6RInstruction()
682 DecodeStatus S = in DecodeL5RInstruction()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
466 static DecodeStatus
471 static DecodeStatus
476 static DecodeStatus
481 static DecodeStatus
486 static DecodeStatus
491 static DecodeStatus
496 static DecodeStatus
501 static DecodeStatus
506 static DecodeStatus
[all …]
/freebsd-13.1/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()
200 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
208 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
349 static DecodeStatus decodeSPE8Operands(MCInst &Inst, uint64_t Imm, in decodeSPE8Operands()
364 static DecodeStatus decodeSPE4Operands(MCInst &Inst, uint64_t Imm, in decodeSPE4Operands()
379 static DecodeStatus decodeSPE2Operands(MCInst &Inst, uint64_t Imm, in decodeSPE2Operands()
[all …]
/freebsd-13.1/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,
145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass()
156 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass()
168 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass()
180 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass()
206 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, in DecodeCPRegsRegisterClass()
246 DecodeStatus S = MCDisassembler::Success; in DecodeIntPairRegisterClass()
337 DecodeStatus Result = in getInstruction()
385 DecodeStatus status; in DecodeMem()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
98 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn,
101 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn,
104 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn,
110 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn,
113 static DecodeStatus decodeFLPMX(MCInst &Inst, unsigned Insn,
122 static DecodeStatus decodeFWRdK(MCInst &Inst, unsigned Insn,
171 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, in decodeFRd()
179 static DecodeStatus decodeFLPMX(MCInst &Inst, unsigned Insn, in decodeFLPMX()
[all …]
/freebsd-13.1/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,
61 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass()
235 static DecodeStatus decodeVMaskReg(MCInst &Inst, uint64_t RegNo, in decodeVMaskReg()
270 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand()
288 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand()
318 static DecodeStatus decodeCLUIImmOperand(MCInst &Inst, uint64_t Imm, in decodeCLUIImmOperand()
329 static DecodeStatus decodeFRMArg(MCInst &Inst, uint64_t Imm, in decodeFRMArg()
340 static DecodeStatus decodeRVCInstrSImm(MCInst &Inst, unsigned Insn,
359 static DecodeStatus decodeRVCInstrSImm(MCInst &Inst, unsigned Insn, in decodeRVCInstrSImm()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
160 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check()
185 static DecodeStatus
1157 static DecodeStatus
1170 static DecodeStatus
1185 static DecodeStatus
1203 static DecodeStatus
1376 static DecodeStatus
1843 static DecodeStatus
1992 static DecodeStatus
[all …]
/freebsd-13.1/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,
221 static DecodeStatus DecodeStoreI64(MCInst &Inst, uint64_t insn,
287 DecodeStatus Result = in getInstruction()
314 DecodeStatus status; in DecodeASX()
345 DecodeStatus status; in DecodeAS()
367 DecodeStatus status; in DecodeMem()
391 DecodeStatus status; in DecodeMemAS()
460 DecodeStatus status; in DecodeCAS()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
40 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst,
43 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst,
65 static DecodeStatus DecodeGPR64x8ClassRegisterClass(MCInst &Inst,
69 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst,
79 static DecodeStatus DecodeGPR32spRegisterClass(MCInst &Inst,
140 static DecodeStatus DecodeMemExtend(MCInst &Inst, unsigned Imm,
233 static DecodeStatus DecodeSImm(llvm::MCInst &Inst, uint64_t Imm,
236 static DecodeStatus DecodeImm8OptLsl(MCInst &Inst, unsigned Imm,
243 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check()
[all …]
H A DAArch64Disassembler.h26 MCDisassembler::DecodeStatus
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp27 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
54 static DecodeStatus decodeRiMemoryValue(MCInst &Inst, unsigned Insn,
57 static DecodeStatus decodeRrMemoryValue(MCInst &Inst, unsigned Insn,
60 static DecodeStatus decodeSplsValue(MCInst &Inst, unsigned Insn,
66 static DecodeStatus decodePredicateOperand(MCInst &Inst, unsigned Val,
70 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()
198 static DecodeStatus decodeSplsValue(MCInst &Inst, unsigned Insn, in decodeSplsValue()
[all …]
H A DLanaiDisassembler.h29 MCDisassembler::DecodeStatus
/freebsd-13.1/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-13.1/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 DecodeSignedOperand(MCInst &Inst, unsigned InsnS,
91 static DecodeStatus DecodeFromCyclicRange(MCInst &Inst, unsigned InsnS,
96 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS,
101 static DecodeStatus DecodeLdLImmInstruction(MCInst &, uint64_t, uint64_t,
110 static DecodeStatus DecodeCCRU6Instruction(MCInst &, uint64_t, uint64_t,
190 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS, in DecodeBranchTargetS()
199 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand()
210 static DecodeStatus DecodeFromCyclicRange(MCInst &Inst, unsigned InsnS, in DecodeFromCyclicRange()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp38 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
57 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
112 static DecodeStatus
118 static DecodeStatus DecodeHvxVQRRegisterClass(MCInst &Inst,
168 DecodeStatus Result = DecodeStatus::Success; in getInstruction()
310 return DecodeStatus::Fail; in getSingleInstruction()
316 DecodeStatus Result = DecodeStatus::Fail; in getSingleInstruction()
395 if (Result != DecodeStatus::Success) in getSingleInstruction()
396 return DecodeStatus::Fail; in getSingleInstruction()
400 if (Result != DecodeStatus::Success) in getSingleInstruction()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepDecoders.inc16 static DecodeStatus s6_0ImmDecoder(MCInst &MI, unsigned tmp,
21 static DecodeStatus s31_1ImmDecoder(MCInst &MI, unsigned tmp,
26 static DecodeStatus s30_2ImmDecoder(MCInst &MI, unsigned tmp,
31 static DecodeStatus s29_3ImmDecoder(MCInst &MI, unsigned tmp,
36 static DecodeStatus s3_0ImmDecoder(MCInst &MI, unsigned tmp,
41 static DecodeStatus s4_0ImmDecoder(MCInst &MI, unsigned tmp,
46 static DecodeStatus s4_1ImmDecoder(MCInst &MI, unsigned tmp,
51 static DecodeStatus s4_2ImmDecoder(MCInst &MI, unsigned tmp,
56 static DecodeStatus s4_3ImmDecoder(MCInst &MI, unsigned tmp,
61 static DecodeStatus s6_3ImmDecoder(MCInst &MI, unsigned tmp,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h48 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size,
60 DecodeStatus tryDecodeInst(const uint8_t* Table, MCInst &MI, uint64_t Inst,
63 Optional<DecodeStatus> onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size,
68 DecodeStatus decodeKernelDescriptor(StringRef KdName, ArrayRef<uint8_t> Bytes,
71 DecodeStatus
80 DecodeStatus decodeCOMPUTE_PGM_RSRC1(uint32_t FourByteBuffer,
87 DecodeStatus decodeCOMPUTE_PGM_RSRC2(uint32_t FourByteBuffer,
90 DecodeStatus convertSDWAInst(MCInst &MI) const;
91 DecodeStatus convertDPP8Inst(MCInst &MI) const;
92 DecodeStatus convertMIMGInst(MCInst &MI) const;
H A DAMDGPUDisassembler.cpp39 using DecodeStatus = llvm::MCDisassembler::DecodeStatus; typedef
52 inline static MCDisassembler::DecodeStatus
104 static DecodeStatus StaticDecoderName(MCInst &Inst, \
147 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, in DECODE_OPERAND_REG()
171 static DecodeStatus decodeOperand_VS_16(MCInst &Inst, in decodeOperand_VS_16()
179 static DecodeStatus decodeOperand_VS_32(MCInst &Inst, in decodeOperand_VS_32()
187 static DecodeStatus decodeOperand_AReg_64(MCInst &Inst, in decodeOperand_AReg_64()
424 DecodeStatus Res = MCDisassembler::Fail; in getInstruction()
1624 MCDisassembler::DecodeStatus
1781 MCDisassembler::DecodeStatus Status = in decodeKernelDescriptor()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp29 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 DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR32RegisterClass()
126 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn, in decodeMemoryOpValue()
140 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64()
164 DecodeStatus BPFDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
170 DecodeStatus Result; in getInstruction()
222 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp35 using DecodeStatus = MCDisassembler::DecodeStatus; typedef
45 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
48 Optional<DecodeStatus> onSymbolStart(SymbolInfoTy &Symbol, uint64_t &Size,
124 Optional<MCDisassembler::DecodeStatus> WebAssemblyDisassembler::onSymbolStart( in onSymbolStart()
159 MCDisassembler::DecodeStatus WebAssemblyDisassembler::getInstruction( in getInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h100 enum DecodeStatus { enum
126 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
153 virtual Optional<DecodeStatus>
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
126 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
457 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp19 Optional<MCDisassembler::DecodeStatus>
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp48 MCDisassembler::DecodeStatus S; in PrintInsts()

12