Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h1068 byte simd_index = decoder->read_u8<validate>(pc + 1, "simd_index"); in OpcodeLength() local
1070 static_cast<WasmOpcode>(kSimdPrefix << 8 | simd_index); in OpcodeLength()
1927 byte simd_index = in DecodeFunctionBody() local
1929 opcode = static_cast<WasmOpcode>(opcode << 8 | simd_index); in DecodeFunctionBody()