Searched refs:insn32 (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 712 uint32_t NEONLdStInsn, insn32, NEONDataInsn, NEONCryptoInsn, NEONv8Insn; in _Thumb_getInstruction() local 780 insn32 = (code[3] << 0) | in _Thumb_getInstruction() 785 insn32 = (code[3] << 8) | in _Thumb_getInstruction() 791 result = decodeInstruction_4(DecoderTableThumb32, MI, insn32, Address, NULL, ud->mode); in _Thumb_getInstruction() 801 result = decodeInstruction_4(DecoderTableThumb232, MI, insn32, Address, NULL, ud->mode); in _Thumb_getInstruction() 808 if (fieldFromInstruction_4(insn32, 28, 4) == 0xE) { in _Thumb_getInstruction() 810 result = decodeInstruction_4(DecoderTableVFP32, MI, insn32, Address, NULL, ud->mode); in _Thumb_getInstruction() 819 result = decodeInstruction_4(DecoderTableVFPV832, MI, insn32, Address, NULL, ud->mode); in _Thumb_getInstruction() 825 if (fieldFromInstruction_4(insn32, 28, 4) == 0xE) { in _Thumb_getInstruction() 827 result = decodeInstruction_4(DecoderTableNEONDup32, MI, insn32, Address, NULL, ud->mode); in _Thumb_getInstruction() [all …]
|
/external/capstone/arch/XCore/ |
D | XCoreDisassembler.c | 736 uint32_t insn32; in XCore_getInstruction() local 754 if (!readInstruction32(code, code_len, &insn32)) { in XCore_getInstruction() 759 Result = decodeInstruction_4(DecoderTable32, MI, insn32, address, info, 0); in XCore_getInstruction()
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 755 uint32_t insn32; in getInstruction() local 757 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction() 762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 755 uint32_t insn32; in getInstruction() local 757 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction() 762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()
|
/external/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 755 uint32_t insn32; in getInstruction() local 757 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction() 762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()
|