Lines Matching full:ebx
97 # define ENTRANCE PUSH (%ebx);
98 # define RETURN_END POP (%ebx); ret
99 # define RETURN RETURN_END; CFI_PUSH (%ebx)
100 # define PARMS 8 /* Preserve EBX. */
103 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
106 /* We first load PC into EBX. */ \
109 add $(TABLE - .), %ebx; \
112 add (%ebx,%ecx,4), %ebx; \
115 jmp *%ebx
123 movl (%esp), %ebx
313 PUSH (%ebx)
314 mov $SHARED_CACHE_SIZE, %ebx
318 add $_GLOBAL_OFFSET_TABLE_, %ebx
319 mov __x86_shared_cache_size@GOTOFF(%ebx), %ebx
321 PUSH (%ebx)
322 mov __x86_shared_cache_size, %ebx
325 cmp %ebx, %ecx
330 POP (%ebx)
331 # define RESTORE_EBX_STATE CFI_PUSH (%ebx)
337 add $_GLOBAL_OFFSET_TABLE_, %ebx
338 cmp __x86_data_cache_size@GOTOFF(%ebx), %ecx
340 POP (%ebx)
341 # define RESTORE_EBX_STATE CFI_PUSH (%ebx)
400 sub %ebx, %ecx
401 mov %ebx, %eax
409 sub $0x80, %ebx
419 cmp $0x80, %ebx
440 POP (%ebx)