Lines Matching defs:result

492   // Either input is TOP ==> the result is TOP
502 // Either input is BOTTOM ==> the result is the local BOTTOM
591 // Either input is TOP ==> the result is TOP
601 // Either input is BOTTOM ==> the result is the local BOTTOM
658 // Either input is TOP ==> the result is TOP
664 // Either input is BOTTOM ==> the result is the local BOTTOM
671 // Note: if t1 and t2 are zero then result is NaN (JVMS page 213)
687 // Note: if t1 and t2 are zero then result is NaN (JVMS page 213)
746 // Either input is TOP ==> the result is TOP
752 // Either input is BOTTOM ==> the result is the local BOTTOM
759 // Note: if t1 and t2 are zero then result is NaN (JVMS page 213)
782 // Note: if t1 and t2 are zero then result is NaN (JVMS page 213)
939 Node *result = transform_int_divide( phase, in(1), pos_con );
940 if (result != NULL) {
941 Node *divide = phase->transform(result);
952 result = new (phase->C) SubINode( in(1), mult );
963 return result;
968 // Either input is TOP ==> the result is TOP
980 // Either input is BOTTOM ==> the result is the local BOTTOM
998 // Check for min_jint % '-1', result is defined to be '0'.
1112 Node *result = transform_long_divide( phase, in(1), pos_con );
1113 if (result != NULL) {
1114 Node *divide = phase->transform(result);
1125 result = new (phase->C) SubLNode( in(1), mult );
1136 return result;
1141 // Either input is TOP ==> the result is TOP
1153 // Either input is BOTTOM ==> the result is the local BOTTOM
1171 // Check for min_jint % '-1', result is defined to be '0'.
1182 // Either input is TOP ==> the result is TOP
1188 // Either input is BOTTOM ==> the result is the local BOTTOM
1226 // Either input is TOP ==> the result is TOP
1232 // Either input is BOTTOM ==> the result is the local BOTTOM
1299 // return result(s) along with their RegMask info
1314 // return result(s) along with their RegMask info