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

/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp704 uint16_t Insn16 = (Bytes[1] << 8) | Bytes[0]; local
706 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI);
713 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this,
724 decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI);

Completed in 70 milliseconds