Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp755 uint32_t insn32; in getInstruction() local
757 if (!readInstruction32(Bytes, Address, Size, insn32)) { in getInstruction()
762 Result = decodeInstruction(DecoderTable32, instr, insn32, Address, this, STI); in getInstruction()