| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| add_n.c | 27 mpn_add_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) 29 mpn_add_n (res_ptr, s1_ptr, s2_ptr, size) 32 register mp_srcptr s2_ptr; 45 s2_ptr -= j; 51 y = s2_ptr[j];
|
| sub_n.c | 27 mpn_sub_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) 29 mpn_sub_n (res_ptr, s1_ptr, s2_ptr, size) 32 register mp_srcptr s2_ptr; 45 s2_ptr -= j; 51 y = s2_ptr[j];
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| add_n.c | 27 mpn_add_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) 29 mpn_add_n (res_ptr, s1_ptr, s2_ptr, size) 32 register mp_srcptr s2_ptr; 45 s2_ptr -= j; 51 y = s2_ptr[j];
|
| sub_n.c | 27 mpn_sub_n (mp_ptr res_ptr, mp_srcptr s1_ptr, mp_srcptr s2_ptr, mp_size_t size) 29 mpn_sub_n (res_ptr, s1_ptr, s2_ptr, size) 32 register mp_srcptr s2_ptr; 45 s2_ptr -= j; 51 y = s2_ptr[j];
|
| /src/external/lgpl3/gmp/dist/mpn/sparc32/ |
| sub_n.asm | 38 define(s2_ptr,%o2) 43 xor s2_ptr,res_ptr,%g1 51 C Add least significant limb separately to align res_ptr and s2_ptr 54 ld [s2_ptr],%g2 55 add s2_ptr,4,s2_ptr 68 ldd [s2_ptr+0],%g2 77 ldd [s2_ptr+8],%g2 83 ldd [s2_ptr+16],%g2 89 ldd [s2_ptr+24],%g [all...] |
| add_n.asm | 38 define(s2_ptr,%o2) 43 xor s2_ptr,res_ptr,%g1 51 C Add least significant limb separately to align res_ptr and s2_ptr 54 ld [s2_ptr],%g2 55 add s2_ptr,4,s2_ptr 68 ldd [s2_ptr+0],%g2 77 ldd [s2_ptr+8],%g2 83 ldd [s2_ptr+16],%g2 89 ldd [s2_ptr+24],%g [all...] |
| /src/external/lgpl3/gmp/dist/mpn/m88k/mc88110/ |
| sub_n.S | 36 #define s2_ptr r4 define 46 xor r12,s2_ptr,res_ptr 50 /* Add least significant limb separately to align res_ptr and s2_ptr */ 53 ld r8,s2_ptr,0 54 addu s2_ptr,s2_ptr,4 64 ld.d r8,s2_ptr,0 74 ld.d r8,s2_ptr,8 80 ld.d r8,s2_ptr,16 86 ld.d r8,s2_ptr,2 [all...] |
| add_n.S | 36 #define s2_ptr r4 define 46 xor r12,s2_ptr,res_ptr 50 /* Add least significant limb separately to align res_ptr and s2_ptr */ 53 ld r8,s2_ptr,0 54 addu s2_ptr,s2_ptr,4 64 ld.d r8,s2_ptr,0 74 ld.d r8,s2_ptr,8 80 ld.d r8,s2_ptr,16 86 ld.d r8,s2_ptr,2 [all...] |
| /src/external/lgpl3/gmp/dist/mpn/power/ |
| add_n.asm | 35 dnl s2_ptr r5 60 lu 0,4(5) C load s2 limb and update s2_ptr 64 lu 10,4(5) C load s2 limb and update s2_ptr 68 lu 0,4(5) C load s2 limb and update s2_ptr 72 lu 10,4(5) C load s2 limb and update s2_ptr
|
| sub_n.asm | 36 dnl s2_ptr r5 62 lu 0,4(5) C load s2 limb and update s2_ptr 66 lu 10,4(5) C load s2 limb and update s2_ptr 70 lu 0,4(5) C load s2 limb and update s2_ptr 74 lu 10,4(5) C load s2 limb and update s2_ptr
|
| /src/external/lgpl3/gmp/dist/mpn/m88k/ |
| add_n.s | 36 ; s2_ptr r4 52 ld r7,r4,0 ; read first limb from s2_ptr 65 subu r4,r4,r5 ; adjust s2_ptr
|
| sub_n.s | 36 ; s2_ptr r4 52 ld r7,r4,0 ; read first limb from s2_ptr 66 subu r4,r4,r5 ; adjust s2_ptr
|
| /src/external/lgpl3/gmp/dist/mpn/pa32/hppa2_0/ |
| add_n.asm | 37 C s2_ptr gr24 48 sub %r24,%r22,%r24 C offset s2_ptr
|
| sub_n.asm | 37 C s2_ptr gr24 48 sub %r24,%r22,%r24 C offset s2_ptr
|
| /src/external/lgpl3/gmp/dist/mpn/mips32/ |
| add_n.asm | 37 C s2_ptr $6
|
| sub_n.asm | 37 C s2_ptr $6
|
| /src/external/lgpl3/gmp/dist/mpn/mips64/ |
| add_n.asm | 37 C s2_ptr $6
|
| sub_n.asm | 37 C s2_ptr $6
|
| /src/external/lgpl3/gmp/dist/mpn/pa32/ |
| add_n.asm | 37 C s2_ptr gr24
|
| sub_n.asm | 37 C s2_ptr gr24
|
| /src/external/lgpl3/gmp/dist/mpn/alpha/ |
| add_n.asm | 42 dnl s2_ptr r18 71 addq r18,32,r18 C update s2_ptr 111 addq r18,32,r18 C update s2_ptr
|
| sub_n.asm | 42 dnl s2_ptr r18 71 addq r18,32,r18 C update s2_ptr 111 addq r18,32,r18 C update s2_ptr
|
| /src/external/lgpl3/gmp/dist/mpn/m68k/ |
| aors_n.asm | 52 C s2_ptr (sp + 12)
|
| /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/pa7100/ |
| add_n.asm | 38 C s2_ptr r24
|
| sub_n.asm | 38 C s2_ptr r24
|