Lines Matching full:negation
325 These functions return the negation of A.
396 These functions return the negation of A; that is `-A'.
499 These functions return the negation of A. They simply flip the
780 These functions return the negation of A. They simply flip the
1316 These functions return the negation of A.
1326 These functions return the negation of A with signed saturation.
1342 These functions return the negation of A with unsigned saturation.
9048 These two expressions represent the negation (subtraction from
9051 of `neg', the negation of the operand may be a number not
11715 These nodes represent unary negation of the single operand, for
11716 both integer and floating-point types. The type of negation can be
11740 These nodes represent logical negation, and will always have
19711 Constant whose negation is a signed 16-bit constant
23268 * De Morgan's Law is used to move bitwise negation inside a bitwise
23273 logical-and of one operand with the bitwise negation of the other
23296 exclusive-or and bitwise negation are `(xor:M X Y)' and `(not:M
35406 `STORE_FLAG_VALUE' and its negation in the same number of
45881 * negation: Arithmetic. (line 81)
45882 * negation with signed saturation: Arithmetic. (line 81)
45883 * negation with unsigned saturation: Arithmetic. (line 81)