| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 25 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 97 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass() 103 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass() 109 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass() 115 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass() 121 static DecodeStatus 127 static DecodeStatus 133 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 24 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() 92 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass() 98 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass() 104 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass() 110 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass() 116 static DecodeStatus DecodeFpRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFpRCRegisterClass() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 28 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
| H A D | MipsDisassembler.cpp | 36 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/ |
| H A D | M68kDisassembler.cpp | 33 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() 56 static DecodeStatus DecodeDR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR16RegisterClass() 62 static DecodeStatus DecodeDR8RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeDR8RegisterClass() 68 static DecodeStatus DecodeAR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR32RegisterClass() 74 static DecodeStatus DecodeAR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeAR16RegisterClass() 80 static DecodeStatus DecodeXR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeXR32RegisterClass() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 48 DecodeStatus getInstruction32(MCInst &Instr, uint64_t &Size, 51 DecodeStatus getInstruction16(MCInst &Instr, uint64_t &Size, 71 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRRegisterClass() 84 static DecodeStatus DecodeGPRX1X5RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeGPRX1X5RegisterClass() 95 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR16RegisterClass() 106 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR32RegisterClass() 117 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR32CRegisterClass() 128 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint32_t RegNo, in DecodeFPR64RegisterClass() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 37 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 37 using DecodeStatus = MCDisassembler::DecodeStatus; typedef 42 static DecodeStatus DecodeSimpleRegisterClass(MCInst &Inst, unsigned RegNo, 45 static DecodeStatus 48 static DecodeStatus DecodeZPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo, 51 static DecodeStatus DecodeZPR4Mul4RegisterClass(MCInst &Inst, unsigned RegNo, 55 static DecodeStatus DecodeMatrixTile(MCInst &Inst, unsigned RegNo, 58 static DecodeStatus 62 static DecodeStatus DecodePPR2Mul2RegisterClass(MCInst &Inst, unsigned RegNo, 66 static DecodeStatus DecodeFixedPointScaleImm32(MCInst &Inst, unsigned Imm, 69 static DecodeStatus DecodeFixedPointScaleImm64(MCInst &Inst, unsigned Imm, [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
| H A D | VEDisassembler.cpp | 27 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/ |
| H A D | AVRDisassembler.cpp | 33 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 44 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 70 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR8RegisterClass() 81 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeLD8RegisterClass() 92 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, uint64_t Address, 95 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn, uint64_t Address, 98 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn, uint64_t Address, 101 static DecodeStatus decodeCallTarget(MCInst &Inst, unsigned Insn, 105 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, uint64_t Address, 108 static DecodeStatus decodeFLPMX(MCInst &Inst, unsigned Insn, uint64_t Address, [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/ |
| H A D | XtensaDisassembler.cpp | 30 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/ |
| H A D | LanaiDisassembler.cpp | 27 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 D | LanaiDisassembler.h | 29 MCDisassembler::DecodeStatus
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/Disassembler/ |
| H A D | LoongArchDisassembler.cpp | 30 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() 103 static DecodeStatus DecodeLSX128RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeLSX128RegisterClass() 112 static DecodeStatus DecodeLASX256RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeLASX256RegisterClass() 121 static DecodeStatus DecodeSCRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeSCRRegisterClass() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
| H A D | MSP430Disassembler.cpp | 29 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
| H A D | ARCDisassembler.cpp | 30 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 38 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepDecoders.inc | 17 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 26 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() 175 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDFPRegsRegisterClass() 185 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQFPRegsRegisterClass() 198 static DecodeStatus 208 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/Disassembler/ |
| H A D | CSKYDisassembler.cpp | 31 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 …]
|
| /src/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/ |
| H A D | BPFDisassembler.cpp | 30 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,
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 46 using DecodeStatus = llvm::MCDisassembler::DecodeStatus; typedef 85 inline static MCDisassembler::DecodeStatus 104 static DecodeStatus decodeSOPPBrTarget(MCInst &Inst, unsigned Imm, in decodeSOPPBrTarget() 119 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, uint64_t Addr, in decodeSMEMOffset() 133 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, uint64_t Addr, in decodeBoolReg() 139 static DecodeStatus decodeSplitBarrier(MCInst &Inst, unsigned Val, in decodeSplitBarrier() 146 static DecodeStatus decodeDpp8FI(MCInst &Inst, unsigned Val, uint64_t Addr, in decodeDpp8FI() 153 static DecodeStatus StaticDecoderName(MCInst &Inst, unsigned Imm, \ 163 static DecodeStatus Decode##RegClass##RegisterClass( \ 174 static DecodeStatus Name(MCInst &Inst, unsigned Imm, uint64_t /*Addr*/, \ [all …]
|
| H A D | AMDGPUDisassembler.h | 118 DecodeStatus getInstruction(MCInst &MI, uint64_t &Size, 132 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst() 144 DecodeStatus Res = in tryDecodeInst() 159 DecodeStatus tryDecodeInst(const uint8_t *Table1, const uint8_t *Table2, in tryDecodeInst() 163 if (DecodeStatus Res = tryDecodeInst(T, MI, Inst, Address, Comments)) in tryDecodeInst()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
| H A D | WebAssemblyDisassembler.cpp | 37 using DecodeStatus = MCDisassembler::DecodeStatus; typedef 47 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 162 MCDisassembler::DecodeStatus WebAssemblyDisassembler::getInstruction( in getInstruction()
|
| /src/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/ |
| H A D | MCDisassembler.h | 108 enum DecodeStatus { enum 134 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
|