Lines Matching refs:VisitRR
976 void VisitRR(InstructionSelector* selector, Node* node,
1018 return VisitRR(this, node, kArchTruncateDoubleToI);
1217 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundDown));
1222 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundDown));
1227 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundUp));
1232 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundUp));
1237 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToZero));
1242 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToZero));
1252 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToNearest));
1257 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToNearest));