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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp755 uint32_t insn32; local
757 if (!readInstruction32(Bytes, Address, Size, insn32)) {
762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI);

Completed in 58 milliseconds