/sysdeps/x86_64/ |
A D | lshift.S | 23 #define up %rsi macro 30 lea -8(up,n,8), up 36 mov (up), %r10 37 mov -8(up), %r11 55 lea -8(up), up 65 mov -8(up), %r9 71 lea -16(up), up 82 mov (up), %r11 87 lea -24(up), up 93 mov (up), %r10 [all …]
|
A D | rshift.S | 23 #define up %rsi macro 33 mov (up), %r10 34 mov 8(up), %r11 37 mov 16(up), %r8 38 lea 8(up), up 53 lea 16(up), up 63 mov 8(up), %r9 69 lea 24(up), up 80 mov (up), %r11 85 lea 32(up), up [all …]
|
A D | mul_1.S | 24 #define up %rsi macro 54 L(gt1): lea 8(up,n,8), up 60 mov (up,n,8), %rax 64 L(b0): lea (up,n,8), up 72 L(b3): lea -8(up,n,8), up 79 L(b2): lea -16(up,n,8), up 85 mov 24(up,n,8), %rax 92 mov (up,n,8), %rax 99 L(L0): mov 8(up,n,8), %rax 104 L(L3): mov 16(up,n,8), %rax [all …]
|
A D | addmul_1.S | 24 #define up %rsi macro 40 mov (up), %rax 44 lea (up,%rdx,8), up 51 mov 8(up,%rbx,8), %rax 58 mov (up,%rbx,8), %rax 66 mov (up,%rbx,8), %rax 70 mov 8(up,%rbx,8), %rax 78 mov (up,%rbx,8), %rax 87 mov 8(up,%rbx,8), %rax
|
A D | add_n.S | 24 #define up %rsi macro 37 mov (up), %r10 40 lea -8(up,n,8), up 77 mov -24(up,n,8), %r8 82 mov -16(up,n,8), %r10 87 mov -8(up,n,8), %r8 92 mov (up,n,8), %r10
|
/sysdeps/ia64/fpu/ |
A D | import_diffs | 4 diff -up $src_file $dst_file
|
/sysdeps/arm/ |
A D | memset.S | 45 stmiacs r3!, {r1, ip} @ store up to 32 bytes per loop iteration 56 subs r2, r2, #1 @ store up to 4 bytes per loop iteration
|
A D | strlen.S | 62 tstne r2, $0x00ff0000 @ and add up to 3 bytes on to it 69 tstne r2, $0x0000ff00 @ and add up to 3 bytes on to it
|
/sysdeps/alpha/ |
A D | strcpy.S | 35 mov a0, v0 # set up return value
|
A D | strcat.S | 34 mov a0, v0 # set up return value
|
A D | strncat.S | 35 mov a0, v0 # set up return value
|
A D | strcmp.S | 37 ldq_u t0, 0(a0) # e0 : give cache time to catch up 97 br $eos # e1 : and finish up
|
/sysdeps/mips/mips64/ |
A D | addmul_1.S | 42 # warm up phase 0 45 # warm up phase 1
|
A D | mul_1.S | 43 # warm up phase 0 46 # warm up phase 1
|
A D | submul_1.S | 43 # warm up phase 0 46 # warm up phase 1
|
/sysdeps/generic/ |
A D | unwind-dw2.c | 145 read_pointer (const void *p) { const union unaligned *up = p; return up->p; } in read_pointer() local 154 read_2u (const void *p) { const union unaligned *up = p; return up->u2; } in read_2u() local 157 read_2s (const void *p) { const union unaligned *up = p; return up->s2; } in read_2s() local 160 read_4u (const void *p) { const union unaligned *up = p; return up->u4; } in read_4u() local 163 read_4s (const void *p) { const union unaligned *up = p; return up->s4; } in read_4s() local 166 read_8u (const void *p) { const union unaligned *up = p; return up->u8; } in read_8u() local 169 read_8s (const void *p) { const union unaligned *up = p; return up->s8; } in read_8s() local
|
/sysdeps/alpha/alphaev67/ |
A D | strcat.S | 36 mov $16, $0 # E : set up return value
|
A D | strncat.S | 37 mov a0, v0 # set up return value
|
/sysdeps/alpha/alphaev5/ |
A D | lshift.S | 63 # warm up phase 1 70 # warm up phase 2
|
A D | rshift.S | 61 # warm up phase 1 68 # warm up phase 2
|
/sysdeps/x86/ |
A D | dl-tunables.list | 35 # Since there is overhead to set up REP MOVSB operation, REP 54 # Since there is overhead to set up REP STOSB operation, REP STOSB
|
/sysdeps/powerpc/powerpc64/ |
A D | configure.ac | 27 # It also helps linkers that might not optimize it and end up
|
A D | configure | 37 # It also helps linkers that might not optimize it and end up
|
/sysdeps/powerpc/ |
A D | preconfigure.ac | 29 # directive which shows up, and try using it.
|
A D | preconfigure | 29 # directive which shows up, and try using it.
|