H A D | wasm-compiler.cc | 2129 const MachineType& int_ty, const MachineType& float_ty, in ConvertTrapTest() 2131 if (int_ty.representation() == MachineRepresentation::kWord32) { in ConvertTrapTest() 2140 const MachineType& int_ty, in ConvertSaturateTest() 2143 Node* test = ConvertTrapTest(builder, opcode, int_ty, float_ty, trunc, in ConvertSaturateTest() 2145 if (int_ty.representation() == MachineRepresentation::kWord64) { in ConvertSaturateTest() 2156 const MachineType int_ty = IntConvertType(opcode); in BuildIntConvertFloat() local 2162 int_ty.representation() == MachineRepresentation::kWord32; in BuildIntConvertFloat() 2173 ConvertTrapTest(this, opcode, int_ty, float_ty, trunc, converted_value); in BuildIntConvertFloat() 2184 Node* test = ConvertSaturateTest(this, opcode, int_ty, float_ty, trunc, in BuildIntConvertFloat() 2195 sat_d.Phi(int_ty in BuildIntConvertFloat() 2128 ConvertTrapTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertTrapTest() argument 2139 ConvertSaturateTest(WasmGraphBuilder* builder, wasm::WasmOpcode opcode, const MachineType& int_ty, const MachineType& float_ty, Node* trunc, Node* converted_value) ConvertSaturateTest() argument 2422 const MachineType int_ty = IntConvertType(opcode); BuildCcallConvertFloat() local [all...] |