Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 11 of 11) sorted by relevance

/system/core/libcutils/arch-x86/
Dandroid_memset32.S89 # define ENTRANCE PUSH (%ebx);
90 # define RETURN_END POP (%ebx); ret
91 # define RETURN RETURN_END; CFI_PUSH (%ebx)
101 add $(TABLE - .), %ebx; \
104 add (%ebx,%ecx,4), %ebx; \
106 jmp *%ebx
114 movl (%esp), %ebx
256 PUSH (%ebx)
257 mov $SHARED_CACHE_SIZE, %ebx
261 add $_GLOBAL_OFFSET_TABLE_, %ebx
[all …]
Dandroid_memset16.S89 # define ENTRANCE PUSH (%ebx);
90 # define RETURN_END POP (%ebx); ret
91 # define RETURN RETURN_END; CFI_PUSH (%ebx)
101 add $(TABLE - .), %ebx; \
104 add (%ebx,%ecx,4), %ebx; \
106 jmp *%ebx
114 movl (%esp), %ebx
341 PUSH (%ebx)
342 mov $SHARED_CACHE_SIZE, %ebx
346 add $_GLOBAL_OFFSET_TABLE_, %ebx
[all …]
/system/core/libunwindstack/tests/files/offline/debug_frame_first_x86/
Dregs.txt2 ebx: 56599fe8
/system/core/libunwindstack/
DRegsX86.cpp89 (*regs)[X86_REG_EBX] = user->ebx; in Read()
107 regs_[X86_REG_EBX] = ucontext->uc_mcontext.ebx; in SetFromUcontext()
148 regs_[X86_REG_EBX] = context.ebx; in StepIfSignalHandler()
DAsmGetRegsX86.S39 movl %ebx, 12(%eax)
/system/core/libunwindstack/tests/files/offline/jit_debug_x86/
Dregs.txt2 ebx: eb8cccd0
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S6 movl $0xa5a50001, %ebx
/system/core/debuggerd/crasher/x86/
Dcrashglue.S6 movl $0xa5a50001, %ebx
/system/core/libunwindstack/include/unwindstack/
DUserX86.h35 uint32_t ebx; member
DUcontextX86.h53 uint32_t ebx; member
/system/extras/simpleperf/
DOfflineUnwinder.cpp82 x86_user_regs.ebx = static_cast<uint32_t>(regs.data[PERF_REG_X86_BX]); in GetBacktraceRegs()