Home
last modified time | relevance | path

Searched refs:SimdExtractLane (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h3847 uint32_t SimdExtractLane(WasmOpcode opcode, ValueType type, in SimdExtractLane() function in v8::internal::wasm::WasmFullDecoder
3903 return SimdExtractLane(opcode, kWasmF64, opcode_length); in DecodeSimdOpcode()
3905 return SimdExtractLane(opcode, kWasmF32, opcode_length); in DecodeSimdOpcode()
3907 return SimdExtractLane(opcode, kWasmI64, opcode_length); in DecodeSimdOpcode()
3913 return SimdExtractLane(opcode, kWasmI32, opcode_length); in DecodeSimdOpcode()

Completed in 10 milliseconds