Lines Matching full:comparison
62 /* Invert the sense of the comparison. */
68 /* Swap the operands in a comparison. */
74 /* Must a comparison be considered signed? */
80 /* Must a comparison be considered unsigned? */
86 /* Must a comparison be considered a test? */
92 /* Create an "unsigned" version of a "signed" comparison. */
98 /* Create a "signed" version of an "unsigned" comparison. */
104 /* Create the eq/ne version of a tsteq/tstne comparison. */
110 /* Create the lt/ge version of a tstne/tsteq comparison of the sign. */
117 * Create a "high" version of a double-word comparison.
118 * This removes equality from a LTE or GTE comparison.