Home | History | Annotate | Download | only in s390

Lines Matching refs:VisitRR

72 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) {
978 VisitRR(this, kS390_Float32ToDouble, node);
982 VisitRR(this, kS390_Int32ToFloat32, node);
986 VisitRR(this, kS390_Uint32ToFloat32, node);
990 VisitRR(this, kS390_Int32ToDouble, node);
994 VisitRR(this, kS390_Uint32ToDouble, node);
998 VisitRR(this, kS390_DoubleToInt32, node);
1002 VisitRR(this, kS390_DoubleToUint32, node);
1006 VisitRR(this, kS390_DoubleToUint32, node);
1028 VisitRR(this, kS390_ExtendSignWord32, node);
1033 VisitRR(this, kS390_Uint32ToUint64, node);
1038 VisitRR(this, kS390_DoubleToFloat32, node);
1042 VisitRR(this, kArchTruncateDoubleToI, node);
1046 VisitRR(this, kS390_DoubleToInt32, node);
1050 VisitRR(this, kS390_Float32ToInt32, node);
1054 VisitRR(this, kS390_Float32ToUint32, node);
1060 VisitRR(this, kS390_Int64ToInt32, node);
1064 VisitRR(this, kS390_Int64ToFloat32, node);
1068 VisitRR(this, kS390_Int64ToDouble, node);
1072 VisitRR(this, kS390_Uint64ToFloat32, node);
1076 VisitRR(this, kS390_Uint64ToDouble, node);
1081 VisitRR(this, kS390_BitcastFloat32ToInt32, node);
1086 VisitRR(this, kS390_BitcastDoubleToInt64, node);
1091 VisitRR(this, kS390_BitcastInt32ToFloat32, node);
1096 VisitRR(this, kS390_BitcastInt64ToDouble, node);
1183 VisitRR(this, kS390_Float64SilenceNaN, node);
1191 VisitRR(this, kS390_AbsFloat, node);
1195 VisitRR(this, kS390_AbsDouble, node);
1199 VisitRR(this, kS390_SqrtFloat, node);
1218 VisitRR(this, kS390_SqrtDouble, node);
1222 VisitRR(this, kS390_FloorFloat, node);
1226 VisitRR(this, kS390_FloorDouble, node);
1230 VisitRR(this, kS390_CeilFloat, node);
1234 VisitRR(this, kS390_CeilDouble, node);
1238 VisitRR(this, kS390_TruncateFloat, node);
1242 VisitRR(this, kS390_TruncateDouble, node);
1246 VisitRR(this, kS390_RoundDouble, node);