Lines Matching full:ebx
100 # define ENTRANCE PUSH (%ebx);
101 # define RETURN_END POP (%ebx); ret
102 # define RETURN RETURN_END; CFI_PUSH (%ebx)
103 # define PARMS 8 /* Preserve EBX. */
106 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
109 /* We first load PC into EBX. */ \
112 add $(TABLE - .), %ebx; \
115 add (%ebx,%ecx,4), %ebx; \
118 jmp *%ebx
126 movl (%esp), %ebx
320 PUSH (%ebx)
321 mov $SHARED_CACHE_SIZE, %ebx
325 add $_GLOBAL_OFFSET_TABLE_, %ebx
326 mov __x86_shared_cache_size@GOTOFF(%ebx), %ebx
328 PUSH (%ebx)
329 mov __x86_shared_cache_size, %ebx
332 cmp %ebx, %ecx
337 POP (%ebx)
338 # define RESTORE_EBX_STATE CFI_PUSH (%ebx)
344 add $_GLOBAL_OFFSET_TABLE_, %ebx
345 cmp __x86_data_cache_size@GOTOFF(%ebx), %ecx
347 POP (%ebx)
348 # define RESTORE_EBX_STATE CFI_PUSH (%ebx)
407 sub %ebx, %ecx
408 mov %ebx, %eax
416 sub $0x80, %ebx
426 cmp $0x80, %ebx
447 POP (%ebx)