HomeSort by relevance Sort by last modified time
    Searched refs:insn16 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 756 uint16_t insn16; local
758 if (!readInstruction16(Region, Address, Size, insn16)) {
763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 695 uint16_t insn16 = (bytes[1] << 8) | bytes[0]; local
696 DecodeStatus result = decodeInstruction(DecoderTableThumb16, MI, insn16,
    [all...]

Completed in 994 milliseconds