Searched refs:a1 (Results 1 - 25 of 248) sorted by relevance

12345678910

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dpg-r4k.S131 mfc0 a1, CP0_STATUS
132 ori AT, a1, 1
159 andi a1, 1
162 or a1, AT
163 mtc0 a1, CP0_STATUS
265 lw a3, (a1)
266 lw a2, 4(a1)
267 lw v1, 8(a1)
268 lw v0, 12(a1)
274 lw a3, 16(a1)
[all...]
H A Dpg-andes.S44 1: pref 0, 2*128(a1)
46 LONG_L a3, 0*SZREG(a1)
47 LONG_L a2, 1*SZREG8(a1)
48 LONG_L v1, 2*SZREG(a1)
49 LONG_L v0, 3*SZREG(a1)
55 LONG_ADDIU a1, a1, 8*SZREG
56 LONG_L a3, -4*SZREG(a1)
57 LONG_L a2, -3*SZREG(a1)
58 LONG_L v1, -2*SZREG(a1)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A Dsemaphore.S20 movel %a1,-(%sp)
22 movel (%sp)+,%a1
29 movel %a1,-(%sp)
31 movel (%sp)+,%a1
39 movel %a1,-(%sp)
41 movel (%sp)+,%a1
48 movel %a1,-(%sp)
50 movel (%sp)+,%a1
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dktrace.h24 extern void _ktrace(char *fmt, unsigned long a1, unsigned long a2);
26 #define ktrace(subsys, fmt, a1, a2) if ((subsys) & ktracectl) _ktrace(fmt, (unsigned long)a1, (unsigned long)a2)
29 #define ktrace(subsys, fmt, a1, a2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dktrace.h24 extern void _ktrace(char *fmt, unsigned long a1, unsigned long a2);
26 #define ktrace(subsys, fmt, a1, a2) if ((subsys) & ktracectl) _ktrace(fmt, (unsigned long)a1, (unsigned long)a2)
29 #define ktrace(subsys, fmt, a1, a2)
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dsbsdram.S51 * a1: x x x sdr/ddr flag
95 and a1,v1,SBIDH_CC_MASK
96 srl a1,a1,SBIDH_CC_SHIFT
97 beq a1,SB_MEMC,foundctrl
99 beq a1,SB_SOCRAM,foundctrl
101 beq a1,SB_SDRAM,foundctrl
104 bne a1,(SBIDH_CC_MASK >> SBIDH_CC_SHIFT),1b
122 bne a1,SB_SOCRAM,read_nvram
206 beq a1,SB_SDRA
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dmeminit.S124 li a1,RAM_BASE+MEMSTART # start at bottom of phys mem
127 addu a0,a1 # end of memory
131 1: sd zero,0(a1)
132 sd zero,8(a1)
133 sd zero,16(a1)
134 sd zero,24(a1)
135 sd zero,32(a1)
136 sd zero,40(a1)
137 sd zero,48(a1)
138 addu a1,6
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/hp300/
H A Dreboot.S21 lea 1f, %a1
23 add %d1, %a1
27 jmp %a1@
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dxor.h12 #define __XOR(a1, a2) a1 ^= a2
16 : "=r" (dst), "=r" (a1), "=r" (a2) \
21 : "=r" (dst), "=r" (a1), "=r" (a2), "=r" (a3), "=r" (a4) \
28 __XOR(a1, b1); __XOR(a2, b2);
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
39 : "0" (dst), "r" (a1), "r" (a2))
44 : "0" (dst), "r" (a1), "r" (a2), "r" (a3), "r" (a4))
50 register unsigned int a1 __asm__("r4");
71 register unsigned int a1 __asm_
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dxor.h12 #define __XOR(a1, a2) a1 ^= a2
16 : "=r" (dst), "=r" (a1), "=r" (a2) \
21 : "=r" (dst), "=r" (a1), "=r" (a2), "=r" (a3), "=r" (a4) \
28 __XOR(a1, b1); __XOR(a2, b2);
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
39 : "0" (dst), "r" (a1), "r" (a2))
44 : "0" (dst), "r" (a1), "r" (a2), "r" (a3), "r" (a4))
50 register unsigned int a1 __asm__("r4");
71 register unsigned int a1 __asm_
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lib/
H A Dcsum_partial.S36 * a1: length of the area to checksum
41 #define dest a1
49 move a1, t2
51 andi t0, a1, 4
53 andi t0, a1, 2
62 andi t0, a1, 1
109 sltiu t8, a1, 0x8
111 move t2, a1
113 beqz a1, out
121 subu a1, a
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dr4k_cache.S22 mfc0 a1,CP0_ERROREPC
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/lib/
H A Dcsum_partial.S39 * a1: length of the area to checksum
51 move a1, ta2
53 andi ta0, a1, 4
55 andi ta0, a1, 2
64 andi ta0, a1, 1
111 sltiu t8, a1, 0x8
113 move ta2, a1
115 beqz a1, out
123 dsubu a1, a1,
[all...]
H A Dmemset.S35 * a1: char to fill with
41 beqz a1, 1f
44 andi a1, 0xff /* spread fillword */
45 dsll t1, a1, 8
46 or a1, t1
47 dsll t1, a1, 16
48 or a1, t1
49 dsll t1, a1, 32
50 or a1, t1
63 EX(sdl, a1, (a
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/gt64120/momenco_ocelot/
H A Dint-handler.S75 move a1, sp
81 move a1, sp
87 move a1, sp
93 move a1, sp
99 move a1, sp
105 move a1, sp
111 move a1, sp
117 move a1, sp
123 move a1, sp
129 move a1, s
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_g/
H A Dint-handler.S77 move a1, sp
83 move a1, sp
89 move a1, sp
95 move a1, sp
101 move a1, sp
107 move a1, sp
113 move a1, sp
119 move a1, sp
125 move a1, sp
131 move a1, s
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-irq-glue.S48 mfc0 a1, CP0_STATUS
49 srl a1, a1, 8
50 andi a1, 0xff
58 ld a1, PT_EPC(sp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dhead.S626 lea %pc@(Lcopyend),%a1
630 cmpl %a0,%a1
636 lea %pc@(_end),%a1
646 cmpl %a0,%a1
671 lea %pc@(SYMBOL_NAME(m68k_machtype)),%a1
672 movel %a0@,%a1@
675 lea %pc@(SYMBOL_NAME(m68k_fputype)),%a1
676 movel %a0@,%a1@
679 lea %pc@(SYMBOL_NAME(m68k_mmutype)),%a1
680 movel %a0@,%a1
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp_mod.h79 #define DPRINT1(f, a1) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1)
80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
84 #define DPRINT1(f, a1) cmn_err(CE_CONT, f, a1)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_mod.h79 #define DPRINT1(f, a1) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1)
80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
84 #define DPRINT1(f, a1) cmn_err(CE_CONT, f, a1)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dppp_mod.h79 #define DPRINT1(f, a1) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1)
80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
84 #define DPRINT1(f, a1) cmn_err(CE_CONT, f, a1)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp_mod.h79 #define DPRINT1(f, a1) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1)
80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
84 #define DPRINT1(f, a1) cmn_err(CE_CONT, f, a1)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dppp_mod.h79 #define DPRINT1(f, a1) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1)
80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
84 #define DPRINT1(f, a1) cmn_err(CE_CONT, f, a1)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp_mod.h79 #define DPRINT1(f, a1) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1)
80 #define DPRINT2(f, a1, a2) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2)
81 #define DPRINT3(f, a1, a2, a3) strlog(STRLOG_ID, 0, 0, SL_TRACE, f, a1, a2, a3)
84 #define DPRINT1(f, a1) cmn_err(CE_CONT, f, a1)
85 #define DPRINT2(f, a1, a2) cmn_err(CE_CONT, f, a1, a
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstrchr.S21 zapnot a1, 1, a1 # e0 : zero extend the search character
23 sll a1, 8, t5 # e0 : replicate the search character
25 or t5, a1, a1 # e0 :
27 sll a1, 16, t5 # e0 :
30 or t5, a1, a1 # .. e1 :
31 sll a1, 32, t5 # e0 :
33 or t5, a1, a
[all...]

Completed in 133 milliseconds

12345678910