Home | History | Annotate | Download | only in i386

Lines Matching full:high

30 	movl	 20(%esp),			%edx	// high word of b
42 movl 12(%esp), %edx // high word of b
56 bsrl %ebx, %ecx // If the high word of b is zero, jump to
59 /* High word of b is known to be non-zero on this branch */
65 notl %ecx // bhi = (high word of b) << (31 - i) |
68 movl 16(%esp), %edx // Load the high and low words of a, and jump
69 movl 12(%esp), %eax // to [1] if the high word is larger than bhi
73 /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */
104 1: /* High word of a is greater than or equal to (b >> (1 + i)) on this branch */
142 9: /* High word of b is zero on this branch */