Lines Matching full:concatenating

61 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
94 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
138 Shifts the 96-bit value formed by concatenating `a0', `a1', and `a2' right
209 Shifts the 64-bit value formed by concatenating `a0' and `a1' left by the
228 Shifts the 96-bit value formed by concatenating `a0', `a1', and `a2' left
265 Adds the 64-bit value formed by concatenating `a0' and `a1' to the 64-bit
266 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so
285 Adds the 96-bit value formed by concatenating `a0', `a1', and `a2' to the
286 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
324 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the
325 64-bit value formed by concatenating `a0' and `a1'. Subtraction is modulo
343 Subtracts the 96-bit value formed by concatenating `b0', `b1', and `b2' from
344 the 96-bit value formed by concatenating `a0', `a1', and `a2'. Subtraction
412 Multiplies the 64-bit value formed by concatenating `a0' and `a1' by `b'
441 Multiplies the 64-bit value formed by concatenating `a0' and `a1' to the
442 64-bit value formed by concatenating `b0' and `b1' to obtain a 128-bit
480 `b' into the 64-bit value formed by concatenating `a0' and `a1'. The
595 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is
596 equal to the 64-bit value formed by concatenating `b0' and `b1'. Otherwise,
609 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is less
610 than or equal to the 64-bit value formed by concatenating `b0' and `b1'.
623 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is less
624 than the 64-bit value formed by concatenating `b0' and `b1'. Otherwise,
637 Returns 1 if the 64-bit value formed by concatenating `a0' and `a1' is not
638 equal to the 64-bit value formed by concatenating `b0' and `b1'. Otherwise,