Lines Matching full:formed
172 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
218 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
250 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
293 | Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right
363 | Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the
377 | Shifts the 128-bit value formed by concatenating `a0' and `a1' left by the
396 | Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' left
432 | Adds the 128-bit value formed by concatenating `a0' and `a1' to the 128-bit
433 | value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
447 | Adds the 192-bit value formed by concatenating `a0', `a1', and `a2' to the
448 | 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
465 | Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
466 | 128-bit value formed by concatenating `a0' and `a1'. Subtraction is modulo
481 | Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2'
482 | from the 192-bit value formed by concatenating `a0', `a1', and `a2'.
511 | Multiplies the 128-bit value formed by concatenating `a0' and `a1' by
529 | Multiplies the 128-bit value formed by concatenating `a0' and `a1' to the
530 | 128-bit value formed by concatenating `b0' and `b1' to obtain a 256-bit
554 | `b' into the 128-bit value formed by concatenating `a0' and `a1'. The
623 | Returns 1 if the 128-bit value formed by concatenating `a0' and `a1'
624 | is equal to the 128-bit value formed by concatenating `b0' and `b1'.
634 | Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
635 | than or equal to the 128-bit value formed by concatenating `b0' and `b1'.
645 | Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is less
646 | than the 128-bit value formed by concatenating `b0' and `b1'. Otherwise,
656 | Returns 1 if the 128-bit value formed by concatenating `a0' and `a1' is
657 | not equal to the 128-bit value formed by concatenating `b0' and `b1'.