Searched refs:mov (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | lock_free_slist.h | 213 mov esi, this in push() 214 mov ebx, __item in push() 215 mov eax, [esi] // _M._M_data._M_top in push() 216 mov edx, [esi+4] // _M._M_data._M_sequence in push() 217 L1: mov [ebx], eax // __item._M_next = _M._M_data._M_top in push() 237 mov esi, this in pop() 238 mov eax, [esi] // _M._M_data._M_top in pop() 239 mov edx, [esi+4] // _M._M_data._M_sequence in pop() 242 mov ebx, [eax] // new top = _M._M_data._M_top->_M_next in pop() 264 mov esi, this in clear() [all …]
|
D | sparc_atomic64.s | 15 mov %o1, %o3 ! Set the new value 22 mov %o2, %o0 ! Set the new value 41 mov %o1, %o0 ! Set the return value
|
D | sparc_atomic.s | 17 mov %o1, %o3 ! Set the new value 23 mov %o2, %o0 ! Set the new value
|
/ndk/tests/device/test-yasm/jni/ |
D | print_hello.asm | 10 mov eax, [esp+32] 11 mov [esp], dword fmt 12 mov [esp+4], eax
|
/ndk/tests/build/build-assembly-file/jni/ |
D | assembly2.S | 3 mov r0, #0
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | UnwindRegistersSave.S | 259 mov x1,sp 306 mov r0, #0 @ return UNW_ESUCCESS 310 mov pc, lr 322 mov pc, lr 333 mov pc, lr
|
D | UnwindRegistersRestore.S | 288 mov sp,x1 ; restore sp 322 mov lr, r0 332 mov pc, lr
|
/ndk/tests/build/ssax-instructions/jni/ |
D | test.S | 13 mov ip, #4 @ 0x4 label
|