Home
last modified time | relevance | path

Searched refs:a2 (Results 1 – 25 of 97) sorted by relevance

1234

/sysdeps/csky/abiv2/
A Dsetjmp.S34 mov a2, a0
39 stw t0, (a2, 0)
41 stw t0, (a2, 4)
43 stw sp, (a2, 0)
44 stw lr, (a2, 4)
46 stw r4, (a2, 8)
47 stw r5, (a2, 12)
48 stw r6, (a2, 16)
62 addi a2, 72
70 ldr.w a2, (t1, a2 << 0)
[all …]
A D__longjmp.S22 mov a2, a0
35 ldw sp, (a2, 0)
36 ldw lr, (a2, 4)
37 ldw r4, (a2, 8)
38 ldw r5, (a2, 12)
39 ldw r6, (a2, 16)
40 ldw r7, (a2, 20)
41 ldw r8, (a2, 24)
42 ldw r9, (a2, 28)
43 ldw r10, (a2, 32)
[all …]
A Dstrcpy.S28 ldw a2, (a1)
29 tstnbz a2
31 stw a2, (a3)
34 tstnbz a2
39 tstnbz a2
44 tstnbz a2
49 tstnbz a2
54 tstnbz a2
59 tstnbz a2
64 tstnbz a2
[all …]
A Dstrcmp.S25 andi a2, 0x3
26 bnez a2, 7f
100 subu a0, a2
101 bez a2, 4f
107 subu a0, a2
108 bez a2, 4f
114 subu a0, a2
115 bez a2, 4f
121 subu a0, a2
135 subu a0, a2
[all …]
/sysdeps/unix/
A Dsysdep.h35 #define __INTERNAL_SYSCALL2(name, a1, a2) \ argument
36 INTERNAL_SYSCALL (name, 2, a1, a2)
37 #define __INTERNAL_SYSCALL3(name, a1, a2, a3) \ argument
38 INTERNAL_SYSCALL (name, 3, a1, a2, a3)
40 INTERNAL_SYSCALL (name, 4, a1, a2, a3, a4)
65 INTERNAL_SYSCALL_NCS (name, 2, a1, a2)
67 INTERNAL_SYSCALL_NCS (name, 3, a1, a2, a3)
84 #define __INLINE_SYSCALL2(name, a1, a2) \ argument
85 INLINE_SYSCALL (name, 2, a1, a2)
87 INLINE_SYSCALL (name, 3, a1, a2, a3)
[all …]
/sysdeps/unix/sysv/linux/mips/mips32/mips16/
A Dmips16-syscall.h39 long int a2,
41 #define __mips16_syscall3(a0, a1, a2, number) \ argument
43 (long int) (a2), \
47 long int a2, long int a3,
49 #define __mips16_syscall4(a0, a1, a2, a3, number) \ argument
51 (long int) (a2), (long int) (a3), \
56 #define __mips16_syscall5(a0, a1, a2, a3, a4, number) \ argument
58 (long int) (a2), (long int) (a3), \
62 #define __mips16_syscall6(a0, a1, a2, a3, a4, a5, number) \ argument
64 (long int) (a2), (long int) (a3), \
[all …]
/sysdeps/arm/
A Dunwind-dw2-fde-glibc.c33 void __register_frame_info_bases (void *a1, struct object *a2, in __register_frame_info_bases() argument
38 void __register_frame_info (void *a1, struct object *a2) in __register_frame_info() argument
46 void __register_frame_info_table_bases (void *a1, struct object *a2, in __register_frame_info_table_bases() argument
51 void __register_frame_info_table (void *a1, struct object *a2) in __register_frame_info_table() argument
76 _Unwind_Find_FDE (void *a1, struct dwarf_eh_bases *a2) in _Unwind_Find_FDE() argument
/sysdeps/unix/sysv/linux/
A Dsocketcall.h55 #define __SOCKETCALL2(name, a1, a2) \ argument
57 ((long int [2]) { (long int) (a1), (long int) (a2) }))
58 #define __SOCKETCALL3(name, a1, a2, a3) \ argument
60 ((long int [3]) { (long int) (a1), (long int) (a2), (long int) (a3) }))
61 #define __SOCKETCALL4(name, a1, a2, a3, a4) \ argument
63 ((long int [4]) { (long int) (a1), (long int) (a2), (long int) (a3), \
65 #define __SOCKETCALL5(name, a1, a2, a3, a4, a5) \ argument
67 ((long int [5]) { (long int) (a1), (long int) (a2), (long int) (a3), \
69 #define __SOCKETCALL6(name, a1, a2, a3, a4, a5, a6) \ argument
71 ((long int [6]) { (long int) (a1), (long int) (a2), (long int) (a3), \
/sysdeps/alpha/alphaev67/
A Dstpncpy.S37 beq a2, $zerocount
47 bne a2, $multiword # do we have full words left?
70 subq a2, 1, a2
73 beq a2, 1f # loop over full words remaining
78 blbc a2, 0f
81 subq a2, 1, a2
83 beq a2, 1f
86 subq a2, 2, a2
93 bne a2, 0b
/sysdeps/alpha/
A Dstrncpy.S38 beq a2, $zerocount
41 bne a2, $multiword # do we have full words left?
57 subq a2, 1, a2 # .. e1 :
61 beq a2, 1f # e1 :
62 blbc a2, 0f # e1 :
65 subq a2, 1, a2 # .. e1 :
67 beq a2, 1f # .. e1 :
70 subq a2, 2, a2 # .. e1 :
73 bne a2, 0b # e1 :
A Dstpncpy.S38 beq a2, $zerocount
52 bne a2, $multiword # do we have full words left?
72 subq a2, 1, a2 # .. e1 :
76 beq a2, 1f # e1 :
77 blbc a2, 0f # e1 :
80 subq a2, 1, a2 # .. e1 :
82 beq a2, 1f # .. e1 :
85 subq a2, 2, a2 # .. e1 :
88 bne a2, 0b # e1 :
A Dstrncmp.S47 beq a2, $zerolength
55 cmovlt a2, t6, a2 # bound neg count to LONG_MAX
57 addq a2, t4, a2 # bias count by s1 misalignment
59 srl a2, 3, a2 # remaining full words in s1 count
87 subq a2, 1, a2 # e0 :
90 beq a2, $eoc # .. e1 :
106 subq a2, 1, a2 # e0 :
169 beq a2, $eoc
170 subq a2, 1, a2
206 subq a2, 1, a2 # e0 :
[all …]
A Dstxncpy.S74 beq a2, $a_eoc # .. e1 :
84 subq a2, 1, a2 # e0 :
129 cmovlt a2, t2, a2 # bound neg count to LONG_MAX
131 addq a2, t0, a2 # bias count by dest misalignment
132 subq a2, 1, a2
133 and a2, 7, t2
134 srl a2, 3, a2 # a2 = loop counter = (count - 1)/8
183 subq a2, 1, a2 # e0 :
190 beq a2, $u_eoc # .. e1 :
215 subq a2, 1, a2 # .. e1 : decrement word count
[all …]
/sysdeps/unix/sysv/linux/m68k/m680x0/
A Dswapcontext.S30 movem.l %a2-%a6, oGREGS+10*4(%a0)
39 cfi_offset (%a2, oGREGS+10*4)
46 lea oSIGMASK(%a0), %a2
47 move.l %a2, %d3
48 lea oSIGMASK(%a1), %a2
49 move.l %a2, %d2
60 move.l oGREGS+10*4(%a0), %a2
61 cfi_restore (%a2)
73 cfi_offset (%a2, oGREGS+10*4)
88 movem.l oGREGS+10*4(%a1), %a2-%a6
/sysdeps/powerpc/power4/
A Dwordcopy.c74 op_t a0, a1, a2; in WORDCOPY_FWD_DEST_ALIGNED() local
105 a2 = ((op_t *) srcp)[2]; in WORDCOPY_FWD_DEST_ALIGNED()
107 ((op_t *) dstp)[1] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
108 a0 = a2; in WORDCOPY_FWD_DEST_ALIGNED()
169 op_t a0, a1, a2; in WORDCOPY_BWD_DEST_ALIGNED() local
181 a2 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()
188 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
193 a2 = a1; in WORDCOPY_BWD_DEST_ALIGNED()
204 ((op_t *) dstp)[1] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
206 a2 = a0; in WORDCOPY_BWD_DEST_ALIGNED()
/sysdeps/m68k/m680x0/
A Dsub_n.S37 movel R(a2),MEM_PREDEC(sp)
40 cfi_rel_offset (R(a2), 0)
43 movel MEM_DISP(sp,12),R(a2)
57 movel R(d0),MEM_POSTINC(a2)
61 movel R(d0),MEM_POSTINC(a2)
74 movel MEM_POSTINC(sp),R(a2)
76 cfi_restore (R(a2))
A Dadd_n.S37 movel R(a2),MEM_PREDEC(sp)
40 cfi_rel_offset (R(a2), 0)
43 movel MEM_DISP(sp,12),R(a2)
57 movel R(d0),MEM_POSTINC(a2)
61 movel R(d0),MEM_POSTINC(a2)
74 movel MEM_POSTINC(sp),R(a2)
76 cfi_restore (R(a2))
/sysdeps/powerpc/power6/
A Dwordcopy.c71 a2 = ((op_t *) srcp)[2]; \
73 ((op_t *) dstp)[1] = MERGE (a1, align*8, a2, (__WORDSIZE-align*8)); \
74 a0 = a2; \
88 op_t a0, a1, a2; in WORDCOPY_FWD_DEST_ALIGNED() local
169 ((op_t *) dstp)[1] = MERGE (a1, align*8, a2, (__WORDSIZE-align*8)); \
171 a2 = a0; \
188 op_t a0, a1, a2; in WORDCOPY_BWD_DEST_ALIGNED() local
202 a2 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()
209 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
214 a2 = a1; in WORDCOPY_BWD_DEST_ALIGNED()
/sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/
A DImplies1 powerpc/powerpc32/a2/fpu
2 powerpc/powerpc32/a2
/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/a2/
A DImplies1 powerpc/powerpc64/be/a2/fpu
2 powerpc/powerpc64/be/a2
/sysdeps/mips/
A Dmemset.S211 slti t2,a2,(2 * NSIZE)
255 PTR_SUBU a2,a2,t2
291 PTR_SUBU a2,a2,t2
304 PTR_SUBU a2,a2,t2
317 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
327 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */
370 move a2,t8
378 beq a2,t8,L(chk1w)/* when a2==t8, no 32-byte chunk */
397 beq a2,t8,L(lastb)
409 blez a2,L(leave)
[all …]
A Dmemcpy.S286 sltu t2,t0,a2
320 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
371 PTR_SUBU a2,a2,t8
507 move a2,t8
568 move a2,t8
577 blez a2,L(leave)
595 andi t8,a2,3
614 move a2,t8
629 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
736 move a2,t8
[all …]
/sysdeps/ieee754/dbl-64/
A Ds_tan.c149 a2 = a * a; in __tan()
151 t2 = d7.d + a2 * t2; in __tan()
152 t2 = d5.d + a2 * t2; in __tan()
153 t2 = d3.d + a2 * t2; in __tan()
154 t2 = da + a * a2 * t2; in __tan()
239 a2 = a * a; in __tan()
241 t2 = d7.d + a2 * t2; in __tan()
242 t2 = d5.d + a2 * t2; in __tan()
243 t2 = d3.d + a2 * t2; in __tan()
244 t2 = da + a * a2 * t2; in __tan()
[all …]
/sysdeps/unix/sysv/linux/nios2/
A Dsysdep.h180 #define LOAD_ARGS_2(a1, a2) \ argument
182 int __arg2 = (int) (a2);
187 #define LOAD_ARGS_3(a1, a2, a3) \ argument
188 LOAD_ARGS_2 (a1, a2) \
194 #define LOAD_ARGS_4(a1, a2, a3, a4) \ argument
195 LOAD_ARGS_3 (a1, a2, a3) \
201 #define LOAD_ARGS_5(a1, a2, a3, a4, a5) \ argument
202 LOAD_ARGS_4 (a1, a2, a3, a4) \
208 #define LOAD_ARGS_6(a1, a2, a3, a4, a5, a6) \ argument
209 LOAD_ARGS_5 (a1, a2, a3, a4, a5) \
/sysdeps/unix/sysv/linux/mips/
A Dclone.S73 LONG_S a2,(PTRSIZE*2)(a1) /* Save clone flags. */
75 move a0,a2
80 PTR_L a2,(FRAMESZ+PTRSIZE+PTRSIZE+16)(sp)
81 PTR_S a2,16(sp)
82 PTR_L a2,(FRAMESZ+16)(sp)
85 move a2,a4

Completed in 23 milliseconds

1234