Home
last modified time | relevance | path

Searched refs:DecodeInstruction (Results 1 – 16 of 16) sorted by relevance

/external/OpenCSD/decoder/include/interfaces/
Dtrc_instr_decode_i.h61 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info) = 0;
/external/OpenCSD/decoder/include/i_dec/
Dtrc_i_decode.h46 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info);
/external/OpenCSD/decoder/source/
Docsd_code_follower.cpp151 err = m_pIDecode->first()->DecodeInstruction(&m_instr_info); in decodeSingleOpCode()
/external/OpenCSD/decoder/source/i_dec/
Dtrc_i_decode.cpp39 ocsd_err_t TrcIDecode::DecodeInstruction(ocsd_instr_info *instr_info) in DecodeInstruction() function in TrcIDecode
/external/OpenCSD/decoder/include/common/
Dtrc_pkt_decode_base.h172 return m_instr_decode.first()->DecodeInstruction(instr_info); in instrDecode()
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.cpp326 return ((CustomDecoderWrapper *)lib_context)->m_pIInstrDec->DecodeInstruction(instr_info); in DecodeArmInstCB()
/external/capstone/contrib/sysz_update/
D0004-capstone-generate-GenDisassemblerTables.inc.patch348 + OS << "#define DecodeInstruction(fname, fieldname, decoder, InsnType) \\\n"
463 + OS << "DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint64_t)\n";
/external/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc768 #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/
Ddecoder-aarch64.h404 void DecodeInstruction(const Instruction* instr);
/external/capstone/arch/TMS320C64x/
DTMS320C64xGenDisassemblerTables.inc1270 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
1352 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
/external/capstone/arch/Sparc/
DSparcGenDisassemblerTables.inc1947 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
2028 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc3924 #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/
DMipsGenDisassemblerTables.inc6861 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
6942 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)
/external/capstone/arch/ARM/
DARMGenDisassemblerTables.inc13542 #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/
DSystemZGenDisassemblerTables.inc10181 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
10262 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint64_t)
/external/capstone/arch/AArch64/
DAArch64GenDisassemblerTables.inc12661 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
12742 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)