| /netbsd-src/external/apache2/llvm/dist/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() 92 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass() 98 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass() 104 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass() 110 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass() 116 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass() 122 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass() 128 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 75 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, 80 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, 85 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, 88 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, 91 static DecodeStatus Decode2RInstruction(MCInst &Inst, 96 static DecodeStatus Decode2RImmInstruction(MCInst &Inst, 101 static DecodeStatus DecodeR2RInstruction(MCInst &Inst, 106 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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, 87 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, 92 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst, 97 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, 102 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst, 107 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, 112 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, 117 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 26 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() 192 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass() 206 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, in DecodeCPRegsRegisterClass() 217 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass() 226 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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() 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef 138 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 143 DecodeStatus getARMInstruction(MCInst &Instr, uint64_t &Size, 147 DecodeStatus getThumbInstruction(MCInst &Instr, uint64_t &Size, 154 DecodeStatus AddThumbPredicate(MCInst&) const; 155 void UpdateThumbVFPPredicate(DecodeStatus &, MCInst&) const; 160 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() 177 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 179 static DecodeStatus DecodeCLRMGPRRegisterClass(MCInst &Inst, unsigned RegNo, 181 static DecodeStatus DecodetGPROddRegisterClass(MCInst &Inst, unsigned RegNo, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/Disassembler/ |
| H A D | AVRDisassembler.cpp | 30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 71 static DecodeStatus DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeGPR8RegisterClass() 81 static DecodeStatus DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, in DecodeLD8RegisterClass() 91 static DecodeStatus DecodePTRREGSRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePTRREGSRegisterClass() 98 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, 101 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn, 104 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn, 107 static DecodeStatus decodeCallTarget(MCInst &Inst, unsigned Insn, 110 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 61 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRRegisterClass() 78 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR16RegisterClass() 89 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32RegisterClass() 100 static DecodeStatus DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR32CRegisterClass() 111 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64RegisterClass() 122 static DecodeStatus DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFPR64CRegisterClass() 133 static DecodeStatus DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0RegisterClass() 143 static DecodeStatus DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGPRNoX0X2RegisterClass() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 36 using DecodeStatus = MCDisassembler::DecodeStatus; typedef 40 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, 43 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, 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 DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo, 62 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, 65 static DecodeStatus DecodeGPR64x8ClassRegisterClass(MCInst &Inst, [all …]
|
| H A D | AArch64Disassembler.h | 26 MCDisassembler::DecodeStatus
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/Disassembler/ |
| H A D | LanaiDisassembler.cpp | 27 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 50 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 54 static DecodeStatus decodeRiMemoryValue(MCInst &Inst, unsigned Insn, 57 static DecodeStatus decodeRrMemoryValue(MCInst &Inst, unsigned Insn, 60 static DecodeStatus decodeSplsValue(MCInst &Inst, unsigned Insn, 63 static DecodeStatus decodeBranch(MCInst &Inst, unsigned Insn, uint64_t Address, 66 static DecodeStatus decodePredicateOperand(MCInst &Inst, unsigned Val, 70 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
|
| /netbsd-src/external/apache2/llvm/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/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, 96 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, 99 static DecodeStatus DecodeGeneralSubRegsRegisterClass(MCInst &Inst, 103 static DecodeStatus DecodeIntRegsLow8RegisterClass(MCInst &Inst, unsigned RegNo, 106 static DecodeStatus DecodeHvxVRRegisterClass(MCInst &Inst, unsigned RegNo, 109 static DecodeStatus DecodeDoubleRegsRegisterClass(MCInst &Inst, unsigned RegNo, 112 static DecodeStatus 115 static DecodeStatus DecodeHvxWRRegisterClass(MCInst &Inst, unsigned RegNo, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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 DecodeSignedOperand(MCInst &Inst, unsigned InsnS, 91 static DecodeStatus DecodeFromCyclicRange(MCInst &Inst, unsigned InsnS, 96 static DecodeStatus DecodeBranchTargetS(MCInst &Inst, unsigned InsnS, 99 static DecodeStatus DecodeMEMrs9(MCInst &, unsigned, uint64_t, const void *); 101 static DecodeStatus DecodeLdLImmInstruction(MCInst &, uint64_t, uint64_t, 104 static DecodeStatus DecodeStLImmInstruction(MCInst &, uint64_t, uint64_t, 107 static DecodeStatus DecodeLdRLImmInstruction(MCInst &, uint64_t, uint64_t, 110 static DecodeStatus DecodeMoveHRegInstruction(MCInst &Inst, uint64_t, uint64_t, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepDecoders.inc | 16 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.h | 48 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 D | AMDGPUDisassembler.cpp | 39 using DecodeStatus = llvm::MCDisassembler::DecodeStatus; typedef 52 inline static MCDisassembler::DecodeStatus 71 static DecodeStatus decodeSoppBrTarget(MCInst &Inst, unsigned Imm, in decodeSoppBrTarget() 85 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, in decodeSMEMOffset() 97 static DecodeStatus decodeBoolReg(MCInst &Inst, unsigned Val, in decodeBoolReg() 104 static DecodeStatus StaticDecoderName(MCInst &Inst, \ 147 static DecodeStatus decodeOperand_VSrc16(MCInst &Inst, in DECODE_OPERAND_REG() 155 static DecodeStatus decodeOperand_VSrcV216(MCInst &Inst, in decodeOperand_VSrcV216() 163 static DecodeStatus decodeOperand_VSrcV232(MCInst &Inst, in decodeOperand_VSrcV232() 171 static DecodeStatus decodeOperand_VS_16(MCInst &Inst, in decodeOperand_VS_16() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/Disassembler/ |
| H A D | BPFDisassembler.cpp | 29 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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/ |
| H A D | WebAssemblyDisassembler.cpp | 35 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/ |
| H A D | MCDisassembler.h | 100 enum DecodeStatus { enum 126 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 153 virtual Optional<DecodeStatus>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/ |
| H A D | M68kDisassembler.cpp | 30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 126 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 457 DecodeStatus M68kDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
| H A D | MCDisassembler.cpp | 19 Optional<MCDisassembler::DecodeStatus>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
| H A D | Disassembler.cpp | 45 MCDisassembler::DecodeStatus S; in PrintInsts()
|