/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/cris/ |
A D | resolve.S | 24 move.d $r0,[$sp] 26 move.d $r13,[$sp] 28 move.d $r12,[$sp] 30 move.d $r11,[$sp] 35 move $mof,$r10 36 move.d $r9,[$sp] 39 move $srp,[$sp] 45 move.d $r10,$acr 46 move [$sp+],$srp 67 move $mof,$r10 [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/cris/ |
A D | syscall.S | 27 move.d r10,r9 28 move srp,[sp] 30 move.d r11,r10 31 move [acr],mof 33 move.d r12,r11 34 move [acr],srp 36 move.d r13,r12 41 move [sp+],srp 46 move.d r10,r9 47 move.d r11,r10 [all …]
|
A D | sysdep.S | 31 move.d r10,[sp] 33 move srp,[sp] 40 move [sp+],srp 41 move.d [sp+],r11 42 move.d r11,[r10] 48 move.d [acr],r9 49 move.d r10,[r9] 52 move.d r10,[r9] 57 move.d r10,[r9] 59 move.d r10,[C_SYMBOL_NAME(errno)] [all …]
|
A D | setjmp.S | 29 move.d r10,r12 33 move.d sp,[r12+] 34 move.d r13,[r12+] 35 move srp,[r12+] 42 move.d pc,r9 45 move.d 0f,r9 47 move.d r9,[r10] 48 move srp,[r10+16*4] 61 move.d r9,r10
|
A D | crti.S | 9 move.d $r1,[$sp] 10 move $srp,$r1 12 move.d $r0,[$sp] 16 move.d $pc,$r0 27 move.d $r1,[$sp] 28 move $srp,$r1 30 move.d $r0,[$sp] 34 move.d $pc,$r0
|
A D | crt1.S | 44 move.d main, r10 45 move.d [sp+], r11 46 move.d sp, r12 48 move srp, [sp] 50 move.d _fini, r13 51 move.d r13, [sp] 52 move.d _init, r13
|
A D | clone.S | 42 move.d r10,r0 43 move.d r13,r1 46 move.d r11,r10 47 move.d r12,r11 72 move.d r1,r10 75 move.d r1,r10 83 move.d 6809,r13
|
A D | crtn.S | 7 move.d [$sp+],$r0 8 move $r1,$srp 9 move.d [$sp+],$r1 17 move.d [$sp+],$r0 18 move $r1,$srp 19 move.d [$sp+],$r1
|
A D | __longjmp.S | 35 move.d [r10+],sp 37 move.d r11,r9 39 move.d [r10+],acr 41 move [r10],srp 45 move [r10+16*4],srp 50 move.d r11,[r10+6*4]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | ranges_algobase.h | 89 std::move(__first2), std::move(__last2), in _GLIBCXX_VISIBILITY() 91 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY() 94 return (*this)(std::move(__first1), std::move(__last1), in _GLIBCXX_VISIBILITY() 97 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY() 153 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY() 177 { return {std::move(in), std::move(out)}; } in _GLIBCXX_VISIBILITY() 279 return {std::move(__first), std::move(__result)}; in _GLIBCXX_VISIBILITY() 292 return {std::move(__first), std::move(__result)}; in _GLIBCXX_VISIBILITY() 419 return {std::move(__lasti), std::move(__result)}; in _GLIBCXX_VISIBILITY() 435 return {std::move(__lasti), std::move(__result)}; in _GLIBCXX_VISIBILITY() [all …]
|
A D | ranges_algo.h | 172 { return {std::move(in), std::move(fun)}; } in _GLIBCXX_VISIBILITY() 198 std::move(__f), std::move(__proj)); in _GLIBCXX_VISIBILITY() 221 std::move(__f), std::move(__proj)); in _GLIBCXX_VISIBILITY() 939 { return {std::move(in1), std::move(in2), std::move(out)}; } in _GLIBCXX_VISIBILITY() 994 return {std::move(__first1), std::move(__first2), std::move(__result)}; in _GLIBCXX_VISIBILITY() 1769 sample(std::move(__first), std::move(__lasti), std::move(__out), in _GLIBCXX_VISIBILITY() 2628 { return {std::move(in), std::move(out1), std::move(out2)}; } in _GLIBCXX_VISIBILITY() 2968 return {std::move(__last1i), std::move(__last2i), std::move(__result)}; in _GLIBCXX_VISIBILITY() 3779 return std::move(std::move(__mid), std::move(__last), std::move(__first)); in _GLIBCXX_VISIBILITY() 3818 std::move(std::move(__first), std::move(__dest_head), __result); in _GLIBCXX_VISIBILITY() [all …]
|
A D | shared_ptr_atomic.h | 188 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 207 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 236 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 237 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 240 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() 251 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 263 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY() 288 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 289 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 292 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | ranges_algobase.h | 90 std::move(__first2), std::move(__last2), in _GLIBCXX_VISIBILITY() 92 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY() 95 return (*this)(std::move(__first1), std::move(__last1), in _GLIBCXX_VISIBILITY() 98 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY() 154 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY() 178 { return {std::move(in), std::move(out)}; } in _GLIBCXX_VISIBILITY() 280 return {std::move(__first), std::move(__result)}; in _GLIBCXX_VISIBILITY() 293 return {std::move(__first), std::move(__result)}; in _GLIBCXX_VISIBILITY() 420 return {std::move(__lasti), std::move(__result)}; in _GLIBCXX_VISIBILITY() 436 return {std::move(__lasti), std::move(__result)}; in _GLIBCXX_VISIBILITY() [all …]
|
A D | ranges_algo.h | 92 std::move(__pred), std::move(__proj)); in _GLIBCXX_VISIBILITY() 171 { return {std::move(in), std::move(fun)}; } in _GLIBCXX_VISIBILITY() 197 std::move(__f), std::move(__proj)); in _GLIBCXX_VISIBILITY() 220 std::move(__f), std::move(__proj)); in _GLIBCXX_VISIBILITY() 938 { return {std::move(in1), std::move(in2), std::move(out)}; } in _GLIBCXX_VISIBILITY() 993 return {std::move(__first1), std::move(__first2), std::move(__result)}; in _GLIBCXX_VISIBILITY() 2625 { return {std::move(in), std::move(out1), std::move(out2)}; } in _GLIBCXX_VISIBILITY() 2965 return {std::move(__last1i), std::move(__last2i), std::move(__result)}; in _GLIBCXX_VISIBILITY() 3714 return std::move(std::move(__mid), std::move(__last), std::move(__first)); in _GLIBCXX_VISIBILITY() 3753 std::move(std::move(__first), std::move(__dest_head), in _GLIBCXX_VISIBILITY() [all …]
|
A D | shared_ptr_atomic.h | 188 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 207 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 236 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 237 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 240 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() 251 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 263 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY() 288 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 289 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 292 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/ |
A D | sysdep-cancel.h | 39 move.l %d0, -(%sp); \ 40 move.l &SYS_ify (syscall_name), %d0; \ 42 move.l %d0, %d2; \ 45 move.l %d2, %d0; \ 50 # define DOCARGS_0 move.l %d2, -(%sp); 52 # define UNDOCARGS_0 move.l (%sp)+, %d2; 59 # define _DOCARGS_2(n) move.l %d2, -(%sp); move.l n+4(%sp), %d2; \ 64 # define _DOCARGS_3(n) move.l %d3, -(%sp); move.l n+4(%sp), %d3; \ 66 # define UNDOCARGS_3 UNDOCARGS_2; move.l (%sp)+, %d3; 69 # define _DOCARGS_4(n) move.l %d4, -(%sp); move.l n+4(%sp), %d4; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/mips/ |
A D | resolve.S | 27 move $3, $28 41 move $2, $31 52 move $4, $24 53 move $5, $3 69 move $3, $28 91 move $4, $24 92 move $5, $3 110 move $25, $2 149 move $4, $10 162 move $25, $2
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | syscall.S | 34 move v0, a0 /* Load system call number from first arg. */ 35 move a0, a1 /* Move the next three args up a register. */ 36 move a1, a2 37 move a2, a3 40 move a3, a4 41 move a4, a5 42 move a5, a6 43 move a6, a7 68 move a0,v0 /* Pass return val to C function. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | shared_ptr_atomic.h | 183 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 202 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 231 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 232 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 235 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() 246 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 258 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY() 283 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 284 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 287 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | shared_ptr_atomic.h | 183 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 202 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 231 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 232 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 235 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() 246 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 258 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY() 283 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 284 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 287 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | shared_ptr_atomic.h | 183 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 202 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 231 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 232 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 235 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() 246 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 258 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY() 283 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 284 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 287 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | shared_ptr_atomic.h | 183 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 202 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 231 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 232 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 235 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() 246 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 258 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY() 283 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 284 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 287 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | shared_ptr_atomic.h | 183 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 202 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY() 231 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 232 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 235 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() 246 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 258 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY() 283 __x = std::move(*__p); in _GLIBCXX_VISIBILITY() 284 *__p = std::move(__w); in _GLIBCXX_VISIBILITY() 287 __x = std::move(*__v); in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/ |
A D | m68k_pic.S | 21 move.l \target@GOT(%a5),\tmp 23 move.l _current_shared_library_a5_offset_(%a5),\tmp 24 move.l \target@GOT(\tmp),\tmp 54 move.l %a5,-(%sp) 55 move.l _current_shared_library_a5_offset_(%a5),%a5 62 move.l (%sp)+,%a5
|
A D | crt1.S | 83 move.l %d5,%a5 94 move.l (%sp)+, %d0 /* Pop the argument count. */ 96 move.l (%sp)+, %a0 98 move.l %sp, %a0 /* The argument vector starts just at the 124 move.l %d0, -(%sp) /* Push first argument: argc. */ 139 move.l %d5,%a5
|