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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp351 uint32_t Insn16;
352 if (!readInstruction16(Bytes, Address, Size, Insn16))
356 return decodeInstruction(DecoderTable16, Instr, Insn16, Address, this, STI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp922 uint16_t Insn16 = (Bytes[1] << 8) | Bytes[0]; local
924 decodeInstruction(DecoderTableThumb16, MI, Insn16, Address, this, STI);
931 Result = decodeInstruction(DecoderTableThumbSBit16, MI, Insn16, Address, this,
942 decodeInstruction(DecoderTableThumb216, MI, Insn16, Address, this, STI);

Completed in 109 milliseconds