Lines Matching full:comparison
885 // CC is a comparison that will be implemented using an integer or
886 // floating-point comparison. Return the condition code mask for
913 // If a comparison described by IsUnsigned, CCMask, CmpOp0 and CmpOp1
914 // can be converted to a comparison against zero, adjust the operands
936 // If a comparison described by IsUnsigned, CCMask, CmpOp0 and CmpOp1
941 // For us to make any changes, it must a comparison between a single-use
963 // Unsigned comparison between two sign-extended values is equivalent
964 // to unsigned comparison between two zero-extended values.
975 // Try to treat the comparison as unsigned, so that we can use CLI.
990 // Signed comparison between two zero-extended values is equivalent
991 // to unsigned comparison.
1012 // Return true if a comparison described by CCMask, CmpOp0 and CmpOp1
1013 // is an equality comparison that is better implemented using unsigned
1014 // rather than signed comparison instructions.
2154 // comparison value with those that we loaded,
2155 // so that we can use a full word comparison.