| /NextBSD/contrib/llvm/lib/Target/Mips/Disassembler/ |
| HD | MipsDisassembler.cpp | 29 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 57 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 67 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, 72 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, 77 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst, 82 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, 87 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst, 92 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, 97 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, 102 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, [all …]
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/Disassembler/ |
| HD | SystemZDisassembler.cpp | 21 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 30 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size, 49 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 59 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass() 65 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass() 71 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass() 77 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass() 83 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass() 89 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass() 95 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/XCore/Disassembler/ |
| HD | XCoreDisassembler.cpp | 28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 76 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, 81 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, 86 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, 89 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, 92 static DecodeStatus Decode2RInstruction(MCInst &Inst, 97 static DecodeStatus Decode2RImmInstruction(MCInst &Inst, 102 static DecodeStatus DecodeR2RInstruction(MCInst &Inst, 107 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst, [all …]
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/Disassembler/ |
| HD | SparcDisassembler.cpp | 28 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 39 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 120 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() 131 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass() 143 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass() 155 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass() 167 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass() 181 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass() 190 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass() 200 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, [all …]
|
| /NextBSD/contrib/llvm/lib/Target/ARM/Disassembler/ |
| HD | ARMDisassembler.cpp | 31 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 96 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 111 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 118 DecodeStatus AddThumbPredicate(MCInst&) const; 123 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() 141 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, 143 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst, 146 static DecodeStatus DecodeGPRwithAPSRRegisterClass(MCInst &Inst, 149 static DecodeStatus DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, 151 static DecodeStatus DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, [all …]
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/Disassembler/ |
| HD | AArch64Disassembler.cpp | 29 typedef llvm::MCDisassembler::DecodeStatus DecodeStatus; typedef 33 static DecodeStatus DecodeFPR128RegisterClass(llvm::MCInst &Inst, 36 static DecodeStatus DecodeFPR128_loRegisterClass(llvm::MCInst &Inst, 40 static DecodeStatus DecodeFPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 43 static DecodeStatus DecodeFPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 46 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 49 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 52 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo, 55 static DecodeStatus DecodeGPR64spRegisterClass(llvm::MCInst &Inst, 58 static DecodeStatus DecodeGPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo, [all …]
|
| HD | AArch64Disassembler.h | 31 MCDisassembler::DecodeStatus
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/Disassembler/ |
| HD | HexagonDisassembler.cpp | 37 typedef llvm::MCDisassembler::DecodeStatus DecodeStatus; typedef 47 DecodeStatus getSingleInstruction(MCInst &Instr, MCInst &MCB, 51 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 58 static DecodeStatus DecodeModRegsRegisterClass(MCInst &Inst, unsigned RegNo, 61 static DecodeStatus DecodeCtrRegsRegisterClass(MCInst &Inst, unsigned RegNo, 64 static DecodeStatus DecodeCtrRegs64RegisterClass(MCInst &Inst, unsigned RegNo, 72 static DecodeStatus s16ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address, 74 static DecodeStatus s12ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address, 76 static DecodeStatus s11_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address, 78 static DecodeStatus s11_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t Address, [all …]
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/Disassembler/ |
| HD | PPCDisassembler.cpp | 22 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef 33 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 208 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 215 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass() 221 static DecodeStatus DecodeCRRC0RegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRC0RegisterClass() 227 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass() 233 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass() 239 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass() 245 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVRRCRegisterClass() 251 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSRCRegisterClass() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCDisassembler.h | 50 enum DecodeStatus { enum 76 virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
|
| /NextBSD/contrib/llvm/lib/Target/X86/Disassembler/ |
| HD | X86Disassembler.h | 99 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
|
| HD | X86Disassembler.cpp | 138 MCDisassembler::DecodeStatus X86GenericDisassembler::getInstruction( in getInstruction()
|
| /NextBSD/contrib/llvm/tools/llvm-mc/ |
| HD | Disassembler.cpp | 48 MCDisassembler::DecodeStatus S; in PrintInsts()
|
| /NextBSD/contrib/llvm/lib/MC/MCDisassembler/ |
| HD | Disassembler.cpp | 252 MCDisassembler::DecodeStatus S; in LLVMDisasmInstruction()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| HD | DisassemblerLLVMC.cpp | 496 llvm::MCDisassembler::DecodeStatus status; in GetMCInst()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldChecker.cpp | 670 MCDisassembler::DecodeStatus S = in decodeInst()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| HD | EmulateInstructionMIPS.cpp | 515 llvm::MCDisassembler::DecodeStatus decode_status; in EvaluateInstruction()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| HD | EmulateInstructionMIPS64.cpp | 518 llvm::MCDisassembler::DecodeStatus decode_status; in EvaluateInstruction()
|