Lines Matching full:concatenating

89 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
136 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
169 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
213 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right
284 Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the
303 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' left
340 Adds the 128-bit value formed by concatenating `a0' and `a1' to the 128-bit
341 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
360 Adds the 192-bit value formed by concatenating `a0', `a1', and `a2' to the
361 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
399 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
400 128-bit value formed by concatenating `a0' and `a1'. Subtraction is modulo
418 Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2'
419 from the 192-bit value formed by concatenating `a0', `a1', and `a2'.
487 Multiplies the 128-bit value formed by concatenating `a0' and `a1' by
516 Multiplies the 128-bit value formed by concatenating `a0' and `a1' to the
517 128-bit value formed by concatenating `b0' and `b1' to obtain a 256-bit
555 `b' into the 128-bit value formed by concatenating `a0' and `a1'. The
692 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1'
693 is equal to the 128-bit value formed by concatenating `b0' and `b1'.
706 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
707 than or equal to the 128-bit value formed by concatenating `b0' and `b1'.
720 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
721 than the 128-bit value formed by concatenating `b0' and `b1'. Otherwise,
734 Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is
735 not equal to the 128-bit value formed by concatenating `b0' and `b1'.