Searched refs:simd_index (Results 1 – 1 of 1) sorted by relevance
1068 byte simd_index = decoder->read_u8<validate>(pc + 1, "simd_index"); in OpcodeLength() local1070 static_cast<WasmOpcode>(kSimdPrefix << 8 | simd_index); in OpcodeLength()1927 byte simd_index = in DecodeFunctionBody() local1929 opcode = static_cast<WasmOpcode>(opcode << 8 | simd_index); in DecodeFunctionBody()