Lines Matching refs:kWasmS128
370 return kWasmS128; in read_value_type()
3784 Value result = CreateValue(kWasmS128);
3799 Value v128 = Peek(0, 1, kWasmS128);
3802 Value result = CreateValue(kWasmS128);
3818 Value v128 = Peek(0, 1, kWasmS128);
3841 Value result = CreateValue(kWasmS128);
3851 Value inputs[] = {Peek(0, 0, kWasmS128)};
3865 Value inputs[2] = {Peek(1, 0, kWasmS128), Peek(0, 1, type)};
3866 Value result = CreateValue(kWasmS128);
3878 Value input1 = Peek(0, 1, kWasmS128);
3879 Value input0 = Peek(1, 0, kWasmS128);
3880 Value result = CreateValue(kWasmS128);