Home
last modified time | relevance | path

Searched refs:Insn48 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp388 uint64_t Insn48; in getInstruction() local
389 if (!readInstruction48(Bytes, Address, Size, Insn48)) in getInstruction()
392 decodeInstruction(DecoderTable48, Instr, Insn48, Address, this, STI); in getInstruction()