Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp140 int64_t PrefixedOpc; in getInstruction() local
141 if (!nextLEB(PrefixedOpc, Bytes, Size)) in getInstruction()
143 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()
145 WasmInst += PrefixedOpc; in getInstruction()