/external/OpenCSD/decoder/include/interfaces/ |
D | trc_instr_decode_i.h | 61 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info) = 0;
|
/external/OpenCSD/decoder/include/i_dec/ |
D | trc_i_decode.h | 46 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info);
|
/external/OpenCSD/decoder/source/ |
D | ocsd_code_follower.cpp | 151 err = m_pIDecode->first()->DecodeInstruction(&m_instr_info); in decodeSingleOpCode()
|
/external/OpenCSD/decoder/source/i_dec/ |
D | trc_i_decode.cpp | 39 ocsd_err_t TrcIDecode::DecodeInstruction(ocsd_instr_info *instr_info) in DecodeInstruction() function in TrcIDecode
|
/external/OpenCSD/decoder/include/common/ |
D | trc_pkt_decode_base.h | 172 return m_instr_decode.first()->DecodeInstruction(instr_info); in instrDecode()
|
/external/OpenCSD/decoder/source/c_api/ |
D | ocsd_c_api_custom_obj.cpp | 326 return ((CustomDecoderWrapper *)lib_context)->m_pIInstrDec->DecodeInstruction(instr_info); in DecodeArmInstCB()
|
/external/capstone/contrib/sysz_update/ |
D | 0004-capstone-generate-GenDisassemblerTables.inc.patch | 348 + OS << "#define DecodeInstruction(fname, fieldname, decoder, InsnType) \\\n" 463 + OS << "DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint64_t)\n";
|
/external/capstone/arch/XCore/ |
D | XCoreGenDisassemblerTables.inc | 768 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 850 DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t) 853 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
|
/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 404 void DecodeInstruction(const Instruction* instr);
|
/external/capstone/arch/TMS320C64x/ |
D | TMS320C64xGenDisassemblerTables.inc | 1270 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 1352 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
|
/external/capstone/arch/Sparc/ |
D | SparcGenDisassemblerTables.inc | 1947 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 2028 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 3924 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 4004 //DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t) 4006 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 6861 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 6942 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)
|
/external/capstone/arch/ARM/ |
D | ARMGenDisassemblerTables.inc | 13542 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 13623 DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t) 13626 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenDisassemblerTables.inc | 10181 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 10262 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint64_t)
|
/external/capstone/arch/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 12661 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 12742 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)
|