Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp368 uint64_t Insn64; in getInstruction() local
369 if (!readInstruction64(Bytes, Address, Size, Insn64)) in getInstruction()
372 decodeInstruction(DecoderTable64, Instr, Insn64, Address, this, STI); in getInstruction()