Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddecoder-aarch64.h162 DecodeInstruction(instr); in Decode()
165 DecodeInstruction(const_cast<const Instruction*>(instr)); in Decode()
225 void DecodeInstruction(const Instruction* instr);
Ddecoder-aarch64.cc35 void Decoder::DecodeInstruction(const Instruction* instr) { in DecodeInstruction() function in vixl::aarch64::Decoder
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.h128 spv_result_t DecodeInstruction();
Dmarkv_decoder.cpp418 const spv_result_t decode_result = DecodeInstruction(); in DecodeModule()
772 spv_result_t MarkvDecoder::DecodeInstruction() { in DecodeInstruction() function in spvtools::comp::MarkvDecoder
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.h128 spv_result_t DecodeInstruction();
Dmarkv_decoder.cpp418 const spv_result_t decode_result = DecodeInstruction(); in DecodeModule()
772 spv_result_t MarkvDecoder::DecodeInstruction() { in DecodeInstruction() function in spvtools::comp::MarkvDecoder
/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/v8/src/s390/
Dsimulator-s390.h453 int DecodeInstruction(Instruction* instr);
Dsimulator-s390.cc2317 int Simulator::DecodeInstruction(Instruction* instr) { in DecodeInstruction() function in v8::internal::Simulator
2348 int length = DecodeInstruction(instr); in ExecuteInstruction()
/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.inc3195 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
3275 //DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t)
3277 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
/external/capstone/arch/SystemZ/
DSystemZGenDisassemblerTables.inc2938 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
3019 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint64_t)
/external/v8/src/arm64/
Dsimulator-arm64.h751 void DecodeInstruction();
/external/capstone/arch/Mips/
DMipsGenDisassemblerTables.inc6508 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
6589 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)
/external/capstone/arch/ARM/
DARMGenDisassemblerTables.inc13454 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
13535 DecodeInstruction(decodeInstruction_2, fieldFromInstruction_2, decodeToMCInst_2, uint16_t)
13538 DecodeInstruction(decodeInstruction_4, fieldFromInstruction_4, decodeToMCInst_4, uint32_t)
/external/capstone/arch/AArch64/
DAArch64GenDisassemblerTables.inc12669 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \
12750 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)