Searched refs:jb (Results 1 – 25 of 110) sorted by relevance
12345
/sysdeps/powerpc/powerpc64/ |
A D | setjmp-bug21895.c | 30 jmp_buf jb; variable 36 bar(jb, sp); in lbar() 47 setjmp(jb); in foo()
|
A D | tst-setjmp-bug21895-static.c | 32 bar (jmp_buf jb, unsigned long sp) in bar() argument 42 longjmp(jb, i); in bar()
|
/sysdeps/x86_64/multiarch/ |
A D | memset-avx512-no-vzeroupper.S | 48 jb L(less_16bytes) 53 jb L(less_256bytes) 66 jb L(less_128bytes) 75 jb L(less_64bytes) 82 jb L(less_32bytes) 94 jb L(less_8bytes) 102 jb L(less_4bytes) 109 jb L(less_2bytes) 116 jb L(less_1bytes) 160 jb L(gobble_256bytes_loop) [all …]
|
A D | memset-vec-unaligned-erms.S | 107 jb HIDDEN_JUMPTARGET (__chk_fail) 121 jb HIDDEN_JUMPTARGET (__chk_fail) 133 jb L(less_vec) 146 jb HIDDEN_JUMPTARGET (__chk_fail) 177 jb HIDDEN_JUMPTARGET (__chk_fail) 188 jb L(less_vec) 328 jb L(loop) 375 jb L(return)
|
A D | memmove-avx512-no-vzeroupper.S | 28 jb HIDDEN_JUMPTARGET (__chk_fail) 39 jb HIDDEN_JUMPTARGET (__chk_fail) 61 jb L(less_256bytes) 82 jb L(less_128bytes) 95 jb L(less_64bytes) 108 jb L(less_32bytes) 124 jb L(less_8bytes) 133 jb L(less_4bytes) 142 jb L(less_2bytes) 151 jb L(less_1bytes) [all …]
|
A D | strlen-avx2.S | 238 jb L(last_4x_vec_or_less) 284 jb L(last_4x_vec_or_less_cmpeq) 359 jb L(max) 366 jb L(max) 406 jb L(max) 439 jb L(max) 446 jb L(max) 491 jb L(max_end) 526 jb L(cross_page_continue)
|
A D | strlen-evex.S | 201 jb L(last_4x_vec_or_less) 247 jb L(last_4x_vec_or_less_cmpeq) 312 jb L(max) 319 jb L(max) 357 jb L(max) 386 jb L(max) 393 jb L(max_end) 431 jb L(max_end)
|
A D | memcpy-ssse3.S | 444 jb L(L1_fwd) 487 jb L(L1_bwd) 529 jb L(L2_fwd) 572 jb L(L2_bwd) 614 jb L(L3_fwd) 657 jb L(L3_bwd) 699 jb L(L4_fwd) 742 jb L(L4_bwd) 784 jb L(L5_fwd) 827 jb L(L5_bwd) [all …]
|
/sysdeps/x86_64/ |
A D | wmemset_chk.S | 30 jb __chk_fail
|
A D | memcpy_chk.S | 30 jb __chk_fail
|
A D | memmove_chk.S | 30 jb __chk_fail
|
A D | mempcpy_chk.S | 30 jb __chk_fail
|
A D | memset_chk.S | 30 jb __chk_fail
|
A D | lshift.S | 52 jb L(le1) 69 jb L(le2) 89 jb L(end)
|
A D | rshift.S | 50 jb L(le1) 67 jb L(le2) 87 jb L(end)
|
A D | wcscmp.S | 38 jb L(continue_0) 40 jb L(continue_16) 42 jb L(continue_32) 48 jb L(continue_0_48) 50 jb L(continue_16_48) 52 jb L(continue_32_48) 115 jb L(continue_0_0) 117 jb L(continue_0_16) 119 jb L(continue_0_32) 198 jb L(continue_00_0) [all …]
|
/sysdeps/i386/ |
A D | memcpy_chk.S | 31 jb __chk_fail
|
A D | memmove_chk.S | 30 jb __chk_fail
|
A D | mempcpy_chk.S | 30 jb __chk_fail
|
A D | memset_chk.S | 30 jb __chk_fail
|
A D | memchr.S | 48 jb L(3) 205 jb L(3) /* yes, than test byte by byte */ 223 jb L(3) /* yes, than test byte by byte */ 241 jb L(3) /* yes, than test byte by byte */
|
/sysdeps/i386/i686/multiarch/ |
A D | memchr-sse2.S | 569 jb L(return_null) 582 jb L(return_null) 598 jb L(return_null) 611 jb L(return_null) 623 jb L(return_null) 630 jb L(return_null) 637 jb L(return_null) 644 jb L(return_null) 651 jb L(return_null) 658 jb L(return_null) [all …]
|
A D | strlen-sse2.S | 400 jb L(return_start_len) 413 jb L(return_start_len) 429 jb L(return_start_len) 442 jb L(return_start_len) 449 jb L(return_start_len) 456 jb L(return_start_len) 463 jb L(return_start_len) 470 jb L(return_start_len) 477 jb L(return_start_len) 484 jb L(return_start_len) [all …]
|
/sysdeps/mach/hurd/i386/ |
A D | __longjmp.S | 56 jb .Loks /* We jump below the alternate stack, switch. */ 61 jb .Lok /* We jump inside the alternate stack, do not switch. */
|
A D | ____longjmp_chk.S | 89 jb .Loks /* We jump below the alternate stack, switch. */ 94 jb .Lok /* We jump inside the alternate stack, do not switch. */
|
Completed in 61 milliseconds
12345