/external/vixl/src/aarch64/ |
D | decoder-aarch64.h | 162 DecodeInstruction(instr); in Decode() 165 DecodeInstruction(const_cast<const Instruction*>(instr)); in Decode() 225 void DecodeInstruction(const Instruction* instr);
|
D | decoder-aarch64.cc | 35 void Decoder::DecodeInstruction(const Instruction* instr) { in DecodeInstruction() function in vixl::aarch64::Decoder
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_decoder.h | 128 spv_result_t DecodeInstruction();
|
D | markv_decoder.cpp | 418 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/ |
D | markv_decoder.h | 128 spv_result_t DecodeInstruction();
|
D | markv_decoder.cpp | 418 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/ |
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/v8/src/s390/ |
D | simulator-s390.h | 453 int DecodeInstruction(Instruction* instr);
|
D | simulator-s390.cc | 2317 int Simulator::DecodeInstruction(Instruction* instr) { in DecodeInstruction() function in v8::internal::Simulator 2348 int length = DecodeInstruction(instr); in ExecuteInstruction()
|
/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 | 3195 #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/ |
D | SystemZGenDisassemblerTables.inc | 2938 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 3019 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint64_t)
|
/external/v8/src/arm64/ |
D | simulator-arm64.h | 751 void DecodeInstruction();
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 6508 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 6589 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)
|
/external/capstone/arch/ARM/ |
D | ARMGenDisassemblerTables.inc | 13454 #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/ |
D | AArch64GenDisassemblerTables.inc | 12669 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ 12750 DecodeInstruction(decodeInstruction, fieldFromInstruction, decodeToMCInst, uint32_t)
|