Lines Matching full:ebx
90 # define ENTRANCE PUSH (%ebx);
91 # define RETURN_END POP (%ebx); ret
92 # define RETURN RETURN_END; CFI_PUSH (%ebx)
93 # define PARMS 8 /* Preserve EBX. */
96 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
99 /* We first load PC into EBX. */ \
102 add $(TABLE - .), %ebx; \
105 add (%ebx,%ecx,4), %ebx; \
107 jmp *%ebx
115 movl (%esp), %ebx
259 PUSH (%ebx)
260 mov $SHARED_CACHE_SIZE, %ebx
264 add $_GLOBAL_OFFSET_TABLE_, %ebx
265 mov __x86_shared_cache_size@GOTOFF(%ebx), %ebx
267 PUSH (%ebx)
268 mov __x86_shared_cache_size, %ebx
271 cmp %ebx, %ecx
275 POP (%ebx)
276 # define RESTORE_EBX_STATE CFI_PUSH (%ebx)
282 add $_GLOBAL_OFFSET_TABLE_, %ebx
283 cmp __x86_data_cache_size@GOTOFF(%ebx), %ecx
285 POP (%ebx)
286 # define RESTORE_EBX_STATE CFI_PUSH (%ebx)
349 sub %ebx, %ecx
350 mov %ebx, %eax
358 sub $0x80, %ebx
368 cmp $0x80, %ebx
390 POP (%ebx)