Searched refs:Insn32 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 764 uint32_t Insn32 = in getInstruction() local 768 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI); in getInstruction() 779 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI); in getInstruction() 786 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getInstruction() 789 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI); in getInstruction() 799 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI); in getInstruction() 805 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) { in getInstruction() 807 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this, in getInstruction() 816 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) { in getInstruction() 818 uint32_t NEONLdStInsn = Insn32; in getInstruction() [all …]
|