Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp183 int64_t PrefixedOpc; in getInstruction() local
184 if (!nextLEB(PrefixedOpc, Bytes, Size, false)) in getInstruction()
186 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()
188 WasmInst += PrefixedOpc; in getInstruction()