Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimd-scalar-lowering.cc579 MachineRepresentation phi_rep; in LowerSaturateBinaryOp() local
590 phi_rep = MachineRepresentation::kWord16; in LowerSaturateBinaryOp()
601 phi_rep = MachineRepresentation::kWord8; in LowerSaturateBinaryOp()
613 rep_node[i] = d_min.Phi(phi_rep, mcgraph_->Int32Constant(min), op_result); in LowerSaturateBinaryOp()
617 rep_node[i] = d_max.Phi(phi_rep, mcgraph_->Int32Constant(max), rep_node[i]); in LowerSaturateBinaryOp()
764 MachineRepresentation phi_rep; in LowerPack() local
774 phi_rep = MachineRepresentation::kWord16; in LowerPack()
785 phi_rep = MachineRepresentation::kWord8; in LowerPack()
797 input = d_min.Phi(phi_rep, min, input); in LowerPack()
800 rep_node[i] = d_max.Phi(phi_rep, max, input); in LowerPack()