
Go to the source code of this file.
Functions/Subroutines | |
| int8 | shft_b (int8 *m, int8 *k) |
| int16 | shft_h (int16 *m, int16 *k) |
| int32 | shft_l (int32 *m, int32 *k) |
| int64 | shft_ll (int64 *m, int64 *k) |
| int8 shft_b | ( | int8 * | m, | |
| int8 * | k | |||
| ) |
Definition at line 58 of file shift_b.c.
Referenced by intr_wrap_552(), intr_wrap_557(), and rshft_b().
| int16 shft_h | ( | int16 * | m, | |
| int16 * | k | |||
| ) |
Definition at line 58 of file shift_h.c.
References F77mask, int16, and NBSI.
Referenced by intr_wrap_553(), intr_wrap_558(), and rshft_h().
| int32 shft_l | ( | int32 * | m, | |
| int32 * | k | |||
| ) |
Definition at line 56 of file shift_l.c.
References F77mask, int32, L, and NBI.
Referenced by intr_wrap_554(), intr_wrap_559(), and rshft_l().
Definition at line 58 of file shift_ll.c.
References F77llmask, int32, int64, L, and NBLL.
Referenced by intr_wrap_555(), intr_wrap_560(), and rshft_ll().
1.5.6