Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 25 of 218) sorted by relevance

123456789

/arch/riscv/lib/
Dmemset.S29 sb a1, 0(t0)
36 andi a1, a1, 0xff
37 slli a3, a1, 8
38 or a1, a3, a1
39 slli a3, a1, 16
40 or a1, a3, a1
42 slli a3, a1, 32
43 or a1, a3, a1
67 REG_S a1, 0(t0)
68 REG_S a1, SZREG(t0)
[all …]
Dmemcpy.S19 andi a4, a1, SZREG-1
27 andi a3, a1, ~(SZREG-1)
30 sub a4, a3, a1
32 lb a5, 0(a1)
33 addi a1, a1, 1
36 bltu a1, a3, 1b
42 add a3, a1, a4
44 REG_L a4, 0(a1)
45 REG_L a5, SZREG(a1)
46 REG_L a6, 2*SZREG(a1)
[all …]
Dtishift.S17 sll a4,a1,a4
18 srl a2,a1,a2
20 mv a1,a2
26 srl a0,a1,a0
27 mv a1,a2
40 sll a4,a1,a4
41 sra a2,a1,a2
43 mv a1,a2
48 srai a2,a1,0x3f
49 sra a0,a1,a0
[all …]
Duaccess.S55 fixup lb a5, 0(a1), 10f
56 addi a1, a1, 1 /* src */
69 andi a3, a1, SZREG-1
82 fixup REG_L a4, 0(a1), 10f
83 fixup REG_L a5, SZREG(a1), 10f
84 fixup REG_L a6, 2*SZREG(a1), 10f
85 fixup REG_L a7, 3*SZREG(a1), 10f
86 fixup REG_L t1, 4*SZREG(a1), 10f
87 fixup REG_L t2, 5*SZREG(a1), 10f
88 fixup REG_L t3, 6*SZREG(a1), 10f
[all …]
Dmemmove.S29 beq a0, a1, return_from_memmove
55 add a4, a1, a2
88 xor t0, a0, a1
94 bltu a1, a0, misaligned_fixup_copy_reverse
99 andi a5, a1, (SZREG - 1) /* Find the alignment offset of src (a1) */
101 sub a5, a1, t3 /* Find the difference between src and dest */
102 andi a1, a1, -SZREG /* Align the src pointer */
133 REG_L t0, (0 * SZREG)(a1)
135 REG_L t1, (1 * SZREG)(a1)
144 REG_L t0, (2 * SZREG)(a1)
[all …]
/arch/xtensa/kernel/
Dstacktrace.c33 unsigned long a1 = regs->areg[1]; in xtensa_backtrace_user() local
42 frame.sp = a1; in xtensa_backtrace_user()
77 a1 = regs->areg[index * 4 + 1]; in xtensa_backtrace_user()
80 frame.sp = a1; in xtensa_backtrace_user()
99 if (!access_ok(&SPILL_SLOT(a1, 0), 8)) in xtensa_backtrace_user()
102 if (__get_user(a0, &SPILL_SLOT(a1, 0)) || in xtensa_backtrace_user()
103 __get_user(a1, &SPILL_SLOT(a1, 1))) in xtensa_backtrace_user()
107 frame.sp = a1; in xtensa_backtrace_user()
124 unsigned long a1 = regs->areg[1]; in xtensa_backtrace_kernel() local
126 sp_start = a1 & ~(THREAD_SIZE - 1); in xtensa_backtrace_kernel()
[all …]
Dentry.S136 s32i a1, a2, PT_AREG1
139 mov a1, a2
150 s32i a3, a1, PT_SAR
151 s32i a2, a1, PT_ICOUNTLEVEL
155 s32i a2, a1, PT_THREADPTR
164 s32i a2, a1, PT_WINDOWBASE
165 s32i a3, a1, PT_WINDOWSTART
169 s32i a2, a1, PT_WMASK # needed for restoring registers
174 s32i a4, a1, PT_AREG4
175 s32i a5, a1, PT_AREG5
[all …]
Dcoprocessor.S122 s32i a1, a2, PT_AREG1
124 mov a1, a2
126 s32i a2, a1, PT_AREG2
132 s32i a4, a1, PT_AREG4
133 s32i a5, a1, PT_AREG5
134 s32i a6, a1, PT_AREG6
187 1: GET_THREAD_INFO (a4, a1)
202 1: l32i a6, a1, PT_AREG6
203 l32i a5, a1, PT_AREG5
204 l32i a4, a1, PT_AREG4
[all …]
/arch/m68k/kernel/
Dhead.S602 lea %pc@(m68k_machtype),%a1
603 movel %a0@,%a1@
606 lea %pc@(m68k_fputype),%a1
607 movel %a0@,%a1@
610 lea %pc@(m68k_mmutype),%a1
611 movel %a0@,%a1@
614 lea %pc@(m68k_cputype),%a1
615 movel %a0@,%a1@
628 lea %pc@(L(mac_videobase)),%a1
629 movel %a0@,%a1@
[all …]
/arch/alpha/lib/
Dstxcpy.S48 mskqh t2, a1, t2 # e0 : detection in the src word
49 mskqh t1, a1, t3 # e0 :
51 mskql t0, a1, t0 # e0 : assemble the first output word
63 ldq_u t1, 0(a1) # e0 :
64 addq a1, 8, a1 # .. e1 :
103 xor a0, a1, t0 # e0 :
109 ldq_u t1, 0(a1) # e0 : load first src word
111 addq a1, 8, a1 # e0 :
132 ldq_u t2, 8(a1) # e0 :
133 addq a1, 8, a1 # .. e1 :
[all …]
Dev6-stxcpy.S59 mskqh t2, a1, t2 # U : detection in the src word (stall)
60 mskqh t1, a1, t3 # U :
63 mskql t0, a1, t0 # U : assemble the first output word
79 ldq_u t1, 0(a1) # L : Latency=3
80 addq a1, 8, a1 # E :
123 xor a0, a1, t0 # E :
129 ldq_u t1, 0(a1) # L : load first src word
131 addq a1, 8, a1 # E :
155 ldq_u t2, 8(a1) # L :
156 addq a1, 8, a1 # E :
[all …]
Dstxncpy.S56 mskqh t2, a1, t2 # e0 : detection in the src word
57 mskqh t1, a1, t3 # e0 :
59 mskql t0, a1, t0 # e0 : assemble the first output word
71 ldq_u t0, 0(a1) # e0 :
72 addq a1, 8, a1 # .. e1 :
122 xor a0, a1, t1 # e0 :
135 ldq_u t1, 0(a1) # e0 : load first src word
136 addq a1, 8, a1 # .. e1 :
158 ldq_u t2, 8(a1) # e0 : load second src word
159 addq a1, 8, a1 # .. e1 :
[all …]
Dstrchr.S22 zapnot a1, 1, a1 # e0 : zero extend the search character
24 sll a1, 8, t5 # e0 : replicate the search character
26 or t5, a1, a1 # e0 :
28 sll a1, 16, t5 # e0 :
31 or t5, a1, a1 # .. e1 :
32 sll a1, 32, t5 # e0 :
34 or t5, a1, a1 # e0 :
35 xor t0, a1, t1 # .. e1 : make bytes == c zero
44 xor t0, a1, t1 # .. e1 (ev5 data stall)
Dev6-stxncpy.S67 mskqh t2, a1, t2 # U : detection in the src word (stall)
68 mskqh t1, a1, t3 # U :
71 mskql t0, a1, t0 # U : assemble the first output word
95 ldq_u t0, 0(a1) # L :
96 addq a1, 8, a1 # E :
154 xor a0, a1, t1 # E :
167 ldq_u t1, 0(a1) # L : load first src word
168 addq a1, 8, a1 # E :
197 ldq_u t2, 8(a1) # L : Latency=3 load second src word
198 addq a1, 8, a1 # E :
[all …]
/arch/csky/abiv2/
Dstrcpy.S10 andi t0, a1, 3
14 ldw a2, (a1)
19 ldw a2, (a1, 4)
24 ldw a2, (a1, 8)
29 ldw a2, (a1, 12)
34 ldw a2, (a1, 16)
39 ldw a2, (a1, 20)
44 ldw a2, (a1, 24)
49 ldw a2, (a1, 28)
55 addi a1, 32
[all …]
Dmcount.S30 stw a1, (sp, 4)
39 ldw a1, (sp, 4)
70 stw a1, (sp, 4)
78 ldw a1, (sp, 4)
101 lrw a1, ftrace_stub
102 cmpne r26, a1
107 ldw a1, (sp, 24)
120 lrw a1, ftrace_stub
121 cmpne a0, a1
126 lrw a1, ftrace_graph_entry_stub
[all …]
Dstrcmp.S10 xor a2, a3, a1
19 ldw t1, (a1, 0)
29 ldw t1, (a1, 4)
36 ldw t1, (a1, 8)
43 ldw t1, (a1, 12)
50 ldw t1, (a1, 16)
57 ldw t1, (a1, 20)
64 ldw t1, (a1, 24)
71 ldw t1, (a1, 28)
78 addi a1, 32
[all …]
/arch/m68k/math-emu/
Dfp_move.S78 lea (FPD_TEMPFP1,FPDATA),%a1
79 move.l (%a0)+,(%a1)+
80 move.l (%a0)+,(%a1)+
81 move.l (%a0),(%a1)
82 lea (-8,%a1),%a0
179 move.l %a0,%a1
203 putuser.l %d0,(%a1),fp_err_ua1,%a1
208 putuser.l %d0,(%a1),fp_err_ua1,%a1
216 putuser.l %d0,(%a1)+,fp_err_ua1,%a1
218 putuser.l %d0,(%a1)+,fp_err_ua1,%a1
[all …]
Dfp_movem.S133 lea (FPD_FPREG,FPDATA),%a1
137 lea (-12,%a1,%d0*8),%a1
143 1: printf PMOVEM,"(%p>%p)",2,%a0,%a1
148 move.l %d2,(%a1)+
150 move.l %d2,(%a1)+
152 move.l %d2,(%a1)
154 subq.l #8,%a1
156 2: add.l %d0,%a1
162 1: printf PMOVEM,"(%p>%p)",2,%a1,%a0
163 move.l (%a1)+,%d2
[all …]
/arch/mips/kernel/
Dr4k_fpu.S156 EX sw t1, 0(a1)
171 EX lw t1, 0(a1)
245 op_one_wr \op, 0, a1
246 op_one_wr \op, 1, a1
247 op_one_wr \op, 2, a1
248 op_one_wr \op, 3, a1
249 op_one_wr \op, 4, a1
250 op_one_wr \op, 5, a1
251 op_one_wr \op, 6, a1
252 op_one_wr \op, 7, a1
[all …]
/arch/m68k/fpsp040/
Dx_store.S44 lea fpreg_mask,%a1
45 moveb (%a1,%d0.w),%d0 |convert reg# to dynamic register mask
89 movel %a0,%a1 |save source addr in a1
104 | a1 -> source in extended precision
107 | a1 -> destroyed
132 movew LOCAL_EX(%a1),%d0 |get exponent
139 tstb LOCAL_SGN(%a1)
146 clrl LOCAL_HI(%a1) |clear msb
147 tstb LOCAL_SGN(%a1)
151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
[all …]
/arch/m68k/68000/
Dhead.S181 moveal #_sdata, %a1
184 movel %a0@+, %a1@+
185 cmpal %a1, %a2
195 lea __bss_stop,%a1
196 movel %a1,_ramstart
208 lea __bss_stop, %a1 /* set up destination */
216 addl %d0, %a1 /* copy from end */
217 movel %a1, _ramstart /* set start of ram */
219 movel -(%a0), -(%a1) /* copy dword */
228 lea __bss_stop, %a1 /* get end of bss */
[all …]
/arch/mips/lib/
Dmemset.S34 #define FILL64RG a1
102 move t8, a1 /* used by 'swp' instruction */
103 move t9, a1
121 EX(LONG_S_L, a1, (a0), .Lfirst_fixup\@) /* make word/dword aligned */
123 EX(LONG_S_R, a1, (a0), .Lfirst_fixup\@) /* make word/dword aligned */
130 EX(sb, a1, N(a0), .Lbyte_fixup\@); \
141 EX(sb, a1, 2(a0), .Lbyte_fixup\@)
147 EX(sb, a1, 6(a0), .Lbyte_fixup\@)
193 EX(LONG_S_R, a1, -1(a0), .Llast_fixup\@)
195 EX(LONG_S_L, a1, -1(a0), .Llast_fixup\@)
[all …]
/arch/x86/include/asm/xen/
Dhypercall.h127 #define __HYPERCALL_1ARG(a1) \ argument
128 __HYPERCALL_0ARG() __arg1 = (unsigned long)(a1);
129 #define __HYPERCALL_2ARG(a1,a2) \ argument
130 __HYPERCALL_1ARG(a1) __arg2 = (unsigned long)(a2);
131 #define __HYPERCALL_3ARG(a1,a2,a3) \ argument
132 __HYPERCALL_2ARG(a1,a2) __arg3 = (unsigned long)(a3);
133 #define __HYPERCALL_4ARG(a1,a2,a3,a4) \ argument
134 __HYPERCALL_3ARG(a1,a2,a3) __arg4 = (unsigned long)(a4);
135 #define __HYPERCALL_5ARG(a1,a2,a3,a4,a5) \ argument
136 __HYPERCALL_4ARG(a1,a2,a3,a4) __arg5 = (unsigned long)(a5);
[all …]
/arch/m68k/include/asm/
Dm525xsim.h235 movel #0x80000001,%a1
236 movec %a1,#3086 /* map MBAR2 region */
237 subql #1,%a1 /* get MBAR2 address in a1 */
243 moveb %d0,0x16b(%a1) /* interrupt base register */
255 movel 0x180(%a1),%d0 /* get current PLL value */
257 movel %d0,0x180(%a1) /* set PLL register */
267 movel %d0,0x180(%a1) /* set PLL register */
269 movel %d0,0x180(%a1) /* set PLL register */
294 movel %d0,0x18c(%a1)
296 movel %d0,0x190(%a1)
[all …]

123456789