Searched refs:t1 (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/linux-master/arch/riscv/lib/
H A Dstrlen.S21 * t0, t1
23 mv t1, a0
25 lbu t0, 0(t1)
27 addi t1, t1, 1
30 sub a0, t1, a0
58 * t0, t1, t2, t3
72 REG_L t1, 0(t0)
79 SHIFT t1, t1, t
[all...]
H A Dstrcmp.S22 * t0, t1
26 lbu t1, 0(a1)
29 bne t0, t1, 2f
38 sub a0, t0, t1
61 * t0, t1, t2, t3, t4
73 REG_L t1, 0(a1)
78 beq t0, t1, 1b
86 rev8 t1, t1
89 /* Synthesize (t0 >= t1)
[all...]
H A Dstrncmp.S23 * t0, t1, t2
29 lbu t1, 0(a1)
32 bne t0, t1, 3f
43 sub a0, t0, t1
65 * t0, t1, t2, t3, t4, t5, t6
82 REG_L t1, 0(a1)
85 orc.b t3, t1
89 beq t0, t1, 1b
97 rev8 t1, t1
[all...]
H A Dmemmove.S40 * Both Copy Modes: t1 - Temporary for load-store
88 andi t1, t0, (SZREG - 1)
89 beqz t1, .Lcoaligned_copy
134 REG_L t1, (1 * SZREG)(a1)
137 sll t2, t1, a7
145 srl t1, t1, a6
147 or t2, t1, t2
194 REG_L t1, ( 0 * SZREG)(a4)
198 sll t1, t
[all...]
/linux-master/scripts/
H A Dmakelst20 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
21 if [ -n "$t1" ]; then
22 t2=`field 6 $t1`
28 t5=`field 1 $t1`
/linux-master/arch/alpha/include/uapi/asm/
H A Dswab.h27 __u64 t0, t1, t2, t3; local
30 t1 = __kernel_inswl(x, 3); /* t1 : 000000CCDD000000 */
31 t1 |= t0; /* t1 : 000000CCDDAABBCC */
32 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */
33 t0 = t1 & 0xFF00FF00; /* t0 : 00000000DD00BB00 */
35 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */
37 return t1;
[all...]
/linux-master/arch/mips/include/asm/sibyte/
H A Dboard.h25 #define setleds(t0, t1, c0, c1, c2, c3) \
27 li t1, c0; \
28 sb t1, 0x18(t0); \
29 li t1, c1; \
30 sb t1, 0x10(t0); \
31 li t1, c2; \
32 sb t1, 0x08(t0); \
33 li t1, c3; \
34 sb t1, 0x00(t0)
36 #define setleds(t0, t1, c
[all...]
/linux-master/arch/loongarch/mm/
H A Dtlbex.S51 csrwr t1, EXCEPTION_KS1
59 csrrd t1, LOONGARCH_CSR_PGDL
64 alsl.d t1, ra, t1, 3
66 ld.d t1, t1, 0
68 alsl.d t1, ra, t1, 3
71 ld.d t1, t1,
[all...]
/linux-master/arch/loongarch/kernel/
H A Dlbt.S27 movscr2gr t1, $scr0 # save scr
28 stptr.d t1, a0, THREAD_SCR0
29 movscr2gr t1, $scr1
30 stptr.d t1, a0, THREAD_SCR1
31 movscr2gr t1, $scr2
32 stptr.d t1, a0, THREAD_SCR2
33 movscr2gr t1, $scr3
34 stptr.d t1, a0, THREAD_SCR3
36 x86mfflag t1, 0x3f # save eflags
37 stptr.d t1, a
[all...]
H A Dswitch.S19 csrrd t1, LOONGARCH_CSR_PRMD
20 stptr.d t1, a0, THREAD_CSRPRMD
36 set_saved_sp t0, t1, t2
38 ldptr.d t1, a1, THREAD_CSRPRMD
39 csrwr t1, LOONGARCH_CSR_PRMD
/linux-master/arch/csky/abiv2/
H A Dstrcmp.S13 andi t1, a0, 0x3
14 bnez t1, 5f
19 ldw t1, (a1, 0)
21 cmpne t0, t1
29 ldw t1, (a1, 4)
30 cmpne t0, t1
36 ldw t1, (a1, 8)
37 cmpne t0, t1
43 ldw t1, (a1, 12)
44 cmpne t0, t1
[all...]
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S52 addiu t1, s3, -1
53 not t1
56 and t0, t1
59 and t2, t1
68 2: move t1, s4
69 cache 0x1c, 0(t1)
70 addu t1, s3
89 li t1, ~(ST0_IM | ST0_IE)
90 and t0, t1
121 lw t1, TIMER_TIMER1_STA
[all...]
H A Ds3-mips.S40 mfc0 t1, CP0_STATUS
41 sw t1, 48(t0)
44 addiu t1, a1, -1
45 not t1
46 and t0, t1
50 and t2, t1
57 li t1, PM_WARM_CONFIG
60 sw t1, AON_CTRL_PM_CTRL(a0)
61 lw t1, AON_CTRL_PM_CTRL(a0)
63 li t1, (PM_WARM_CONFI
[all...]
/linux-master/arch/mips/kernel/
H A Dcps-vec.S148 1: PTR_L t1, VPEBOOTCFG_PC(v1)
151 jr t1
207 PTR_LA t1, 1f
208 jr.hb t1
238 sll t1, ta1, VPECONF0_XTC_SHIFT
239 or t0, t0, t1
275 li t1, COREBOOTCFG_SIZE
276 mul t0, t0, t1
277 PTR_LA t1, mips_cps_core_bootcfg
278 PTR_L t1,
[all...]
H A Dr2300_switch.S33 mfc0 t1, CP0_STATUS
34 sw t1, THREAD_STATUS(a0)
51 addiu t1, $28, _THREAD_SIZE - 32
52 sw t1, kernelsp
54 mfc0 t1, CP0_STATUS /* Do we really need this? */
56 and t1, a3
60 or a2, t1
H A Dr4k_switch.S29 mfc0 t1, CP0_STATUS
30 LONG_S t1, THREAD_STATUS(a0)
48 set_saved_sp t0, t1, t2
49 mfc0 t1, CP0_STATUS /* Do we really need this? */
51 and t1, a3
55 or a2, t1
/linux-master/arch/mips/include/asm/mach-ath79/
H A Dkernel-entry-init.h18 li t1, ~CONF_CM_CMASK variable
19 and t0, t1
/linux-master/arch/alpha/include/asm/
H A Dword-at-a-time.h42 unsigned long t1, t2, t3;
46 t1 = bits & 0xf0;
49 if (t1) t1 = 4;
52 return t1 + t2 + t3;
/linux-master/lib/crypto/mpi/
H A Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; local
63 t1 = mpi_alloc_set_ui(0);
72 t1 = mpi_alloc_set_ui(1);
81 if (mpi_test_bit(t1, 0) || mpi_test_bit(t2, 0)) {
83 mpi_add(t1, t1, v);
86 mpi_rshift(t1, t1, 1);
90 if (mpi_test_bit(t1, 0))
91 mpi_add(t1, t
[all...]
/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S55 t1 == the first source word. */
60 mskqh t1, a1, t3 # U :
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
70 t1 == a source word not containing a null. */
74 stq_u t1, 0(a0) # L :
79 ldq_u t1, 0(a1) # L : Latency=3
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
86 t1 == the source word containing the null
100 zapnot t1, t
[all...]
H A Dstxcpy.S44 t1 == the first source word. */
49 mskqh t1, a1, t3 # e0 :
50 ornot t1, t2, t2 # .. e1 :
53 or t0, t3, t1 # e0 :
58 t1 == a source word not containing a null. */
61 stq_u t1, 0(a0) # e0 :
63 ldq_u t1, 0(a1) # e0 :
65 cmpbge zero, t1, t8 # e0 (stall)
70 t1 == the source word containing the null
85 zapnot t1, t
[all...]
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h25 * inputs are the text nasid in t1, data nasid in t2.
37 dsll t1, NASID_SHFT # Shift text nasid into place variable
39 or t1, t1, t0 # Physical load address of kernel text variable
41 dsrl t1, 12 # 4K pfn variable
43 dsll t1, 6 # Get pfn into place variable
46 or t0, t0, t1
68 GET_NASID_ASM t1
69 move t2, t1 # text and data are here
77 GET_NASID_ASM t1
80 dsll t1, NASID_SHFT variable
83 lh t1, KV_RO_NASID_OFFSET(t0) variable in typeref:struct:lh
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_tuple.h127 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, argument
130 return (nf_inet_addr_cmp(&t1->src.u3, &t2->src.u3) &&
131 t1->src.u.all == t2->src.u.all &&
132 t1->src.l3num == t2->src.l3num);
135 static inline bool __nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, argument
138 return (nf_inet_addr_cmp(&t1->dst.u3, &t2->dst.u3) &&
139 t1->dst.u.all == t2->dst.u.all &&
140 t1->dst.protonum == t2->dst.protonum);
143 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, argument
146 return __nf_ct_tuple_src_equal(t1, t
159 nf_ct_tuple_src_mask_cmp(const struct nf_conntrack_tuple *t1, const struct nf_conntrack_tuple *t2, const struct nf_conntrack_tuple_mask *mask) argument
[all...]
/linux-master/arch/mips/include/asm/
H A Dpm.h63 /* Get address of static suspend state into t1 */
65 la t1, mips_static_suspend_state
76 LONG_S k0, SSS_SEGCTL0(t1)
78 LONG_S k0, SSS_SEGCTL1(t1)
80 LONG_S k0, SSS_SEGCTL2(t1)
83 LONG_S sp, SSS_SP(t1)
94 LONG_L k0, SSS_SEGCTL0(t1)
96 LONG_L k0, SSS_SEGCTL1(t1)
98 LONG_L k0, SSS_SEGCTL2(t1)
103 LONG_L sp, SSS_SP(t1)
[all...]
/linux-master/include/soc/arc/
H A Dtimers.h29 unsigned int pad2:15, rtsc:1, pad1:5, rtc:1, t1:1, t0:1, ver:8; member in struct:bcr_timer
31 unsigned int ver:8, t0:1, t1:1, rtc:1, pad1:5, rtsc:1, pad2:15;

Completed in 182 milliseconds

1234567891011>>