Lines Matching refs:WasmOpcode
338 WasmOpcode opcode = in OpcodeLength()
339 static_cast<WasmOpcode>(kSimdPrefix << 8 | simd_index); in OpcodeLength()
650 WasmOpcode opcode = static_cast<WasmOpcode>(*pc_); in DecodeFunctionBody()
1161 opcode = static_cast<WasmOpcode>(opcode << 8 | simd_index); in DecodeFunctionBody()
1178 opcode = static_cast<WasmOpcode>(opcode << 8 | atomic_opcode); in DecodeFunctionBody()
1204 WasmOpcode opcode = static_cast<WasmOpcode>(*val.pc); in DecodeFunctionBody()
1206 opcode = static_cast<WasmOpcode>(opcode << 8 | *(val.pc + 1)); in DecodeFunctionBody()
1328 unsigned ExtractLane(WasmOpcode opcode, LocalType type) { in ExtractLane()
1338 unsigned DecodeSimdOpcode(WasmOpcode opcode) { in DecodeSimdOpcode()
1367 void BuildAtomicOperator(WasmOpcode opcode) { UNIMPLEMENTED(); } in BuildAtomicOperator()
1399 return WasmOpcodes::ShortOpcodeName(static_cast<WasmOpcode>(*pc)); in SafeOpcodeNameAt()
1805 WasmOpcode opcode = static_cast<WasmOpcode>(*pc); in AnalyzeLoopAssignment()
1845 inline void BuildSimpleOperator(WasmOpcode opcode, FunctionSig* sig) { in BuildSimpleOperator()
1954 WasmOpcode opcode = i.current(); in PrintAst()