Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp180 int64_t PrefixedOpc; in getInstruction() local
181 if (!nextLEB(PrefixedOpc, Bytes, Size, false)) in getInstruction()
183 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()
185 WasmInst += PrefixedOpc; in getInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp179 int64_t PrefixedOpc; in getInstruction() local
180 if (!nextLEB(PrefixedOpc, Bytes, Size, false)) in getInstruction()
182 if (PrefixedOpc < 0 || PrefixedOpc >= WebAssemblyInstructionTableSize) in getInstruction()
184 WasmInst += PrefixedOpc; in getInstruction()