Searched refs:Insn32 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp754 uint32_t Insn32 = local
757 decodeInstruction(DecoderTableThumb32, MI, Insn32, Address, this, STI);
767 decodeInstruction(DecoderTableThumb232, MI, Insn32, Address, this, STI);
774 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
776 decodeInstruction(DecoderTableVFP32, MI, Insn32, Address, this, STI);
785 decodeInstruction(DecoderTableVFPV832, MI, Insn32, Address, this, STI);
791 if (fieldFromInstruction(Insn32, 28, 4) == 0xE) {
792 Result = decodeInstruction(DecoderTableNEONDup32, MI, Insn32, Address, this,
801 if (fieldFromInstruction(Insn32, 24, 8) == 0xF9) {
802 uint32_t NEONLdStInsn = Insn32;
[all...]

Completed in 367 milliseconds