Searched refs:cv (Results 1 – 7 of 7) sorted by relevance
/bionic/libm/x86_64/ |
D | e_cosh.S | 108 movapd cv(%rip), %xmm4 110 movapd 16+cv(%rip), %xmm6 114 movapd 32+cv(%rip), %xmm1 134 movapd 48+cv(%rip), %xmm7 139 mulpd 64+cv(%rip), %xmm2 184 movsd 48+cv(%rip), %xmm7 188 mulsd 64+cv(%rip), %xmm2 272 cv: label 293 .type cv,@object 294 .size cv,80
|
D | e_sinh.S | 116 movapd cv(%rip), %xmm4 118 movapd 16+cv(%rip), %xmm6 122 movapd 32+cv(%rip), %xmm1 142 movapd 48+cv(%rip), %xmm7 147 mulpd 64+cv(%rip), %xmm2 183 movsd 48+cv(%rip), %xmm7 187 mulsd 64+cv(%rip), %xmm2 324 cv: label 345 .type cv,@object 346 .size cv,80
|
D | s_expm1.S | 86 movapd cv(%rip), %xmm1 88 movapd 16+cv(%rip), %xmm2 89 movapd 32+cv(%rip), %xmm3 103 movapd 48+cv(%rip), %xmm4 105 movapd 64+cv(%rip), %xmm5 116 movq 80+cv(%rip), %xmm3 349 cv: label 374 .type cv,@object 375 .size cv,96
|
D | e_acos.S | 125 movsd 24+cv(%rip), %xmm0 126 movsd 8+cv(%rip), %xmm5 133 movsd 16+cv(%rip), %xmm6 188 movsd 8+cv(%rip), %xmm5 191 movsd 24+cv(%rip), %xmm0 193 movsd 16+cv(%rip), %xmm2 1855 cv: label 1864 .type cv,@object 1865 .size cv,32
|
D | s_tanh.S | 117 movapd cv(%rip), %xmm6 129 movapd 16+cv(%rip), %xmm1 132 movsd 32+cv(%rip), %xmm7 277 cv: label 290 .type cv,@object 291 .size cv,48
|
D | e_asin.S | 126 movsd 16+cv(%rip), %xmm7 127 movsd cv(%rip), %xmm5 132 movsd 8+cv(%rip), %xmm6 192 movsd cv(%rip), %xmm5 195 movsd 16+cv(%rip), %xmm0 197 movsd 8+cv(%rip), %xmm2 2006 cv: label 2013 .type cv,@object 2014 .size cv,24
|
/bionic/tests/ |
D | dlfcn_test.cpp | 1421 std::condition_variable cv; in TEST() local 1437 cv.notify_one(); in TEST() 1446 cv.wait(lock, [&] { return thread2_thread_local_dtor_initialized; }); in TEST() 1462 cv.wait(lock, [&] { return thread1_dlopen_complete; }); in TEST() 1475 cv.notify_one(); in TEST() 1478 cv.wait(lock, [&] { return thread1_complete; }); in TEST() 1504 cv.notify_one(); in TEST()
|