Searched refs:Insn16 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 712 uint16_t Insn16 = (Bytes[1] << 8) | Bytes[0]; in getInstruction() local 714 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI); in getInstruction() 722 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this, in getInstruction() 734 decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI); in getInstruction()
|