Lines Matching +full:left +full:- +full:shift
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*---------------------------------------------------------------------------+
7 | Australia. E-mail [email protected] |
16 | Return value is the tag of the answer, or-ed with FPU_Exception if |
17 | one was raised, or -1 on internal error. |
19 +---------------------------------------------------------------------------*/
37 jnz L_shift_1 /* Shift left 1 - 31 bits */
46 /* We need to shift left by 1 - 31 bits */
48 bsrl %edx,%ecx /* get the required shift in %ecx */
115 jnz L_nuo_shift_1 /* Shift left 1 - 31 bits */
124 /* We need to shift left by 1 - 31 bits */
126 bsrl %edx,%ecx /* get the required shift in %ecx */