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

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp758 uint16_t insn16; local
760 if (!readInstruction16(Region, Address, Size, insn16)) {
765 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp701 uint16_t insn16 = (bytes[1] << 8) | bytes[0]; local
702 DecodeStatus result = decodeInstruction(DecoderTableThumb16, MI, insn16,
711 result = decodeInstruction(DecoderTableThumbSBit16, MI, insn16,
722 result = decodeInstruction(DecoderTableThumb216, MI, insn16,

Completed in 825 milliseconds