Searched refs:mov (Results 1 – 5 of 5) 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/build/build-assembly-file/jni/ |
D | assembly2.S | 3 mov r0, #0
|
/ndk/tests/build/ssax-instructions/jni/ |
D | test.S | 13 mov ip, #4 @ 0x4 label
|