Searched refs:t3 (Results 1 - 25 of 137) sorted by path

123456

/linux-master/arch/alpha/include/asm/
H A Dword-at-a-time.h42 unsigned long t1, t2, t3;
48 t3 = bits & 0xaa;
51 if (t3) t3 = 1;
52 return t1 + t2 + t3;
/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h10 #define t3 $4 macro
H A Dswab.h27 __u64 t0, t1, t2, t3; local
34 t3 = t2 & 0x00FF00FF; /* t3 : 0000000000CC00AA */
35 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */
/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S60 mskqh t1, a1, t3 # U :
65 or t0, t3, t1 # E : (stall)
205 extql t2, a1, t3 # U : extract low bits for next time (stall)
211 mov t3, t0 # E :
292 ornot t1, t2, t3 # E : (stall)
293 cmpbge zero, t3, t8 # E : is there a zero? (stall)
H A Dev6-stxncpy.S68 mskqh t1, a1, t3 # U :
73 or t0, t3, t0 # E : (stall)
369 cmpbge zero, t2, t3 # E :
372 andnot t8, t3, t8 # E : (stall)
H A Dstxcpy.S49 mskqh t1, a1, t3 # e0 :
53 or t0, t3, t1 # e0 :
181 extql t2, a1, t3 # e0 : extract low bits for next time
186 mov t3, t0 # .. e1 :
262 ornot t1, t2, t3 # .. e1 :
263 cmpbge zero, t3, t8 # e0 : is there a zero?
H A Dstxncpy.S57 mskqh t1, a1, t3 # e0 :
61 or t0, t3, t0 # e0 :
321 cmpbge zero, t2, t3 # e0 :
323 andnot t8, t3, t8 # e0 :
H A Dev67-strchr.S33 and a1, 0xff, t3 # E : 00000000000000ch
37 insbl t3, 6, a3 # U : 00ch000000000000
38 or t5, t3, a1 # E : 000000000000chch
55 cmpbge zero, t1, t3 # E : bits set iff byte == c
56 or t2, t3, t0 # E : bits set iff char match or zero match
74 cmpbge zero, t1, t3 # E : bits set iff byte == c
75 or t2, t3, t0 # E :
76 cttz t3, a2 # U0 : speculative (in case we get a match)
81 and t0, t3, t1 # E : bit set iff byte was the char
H A Dev67-strrchr.S42 sll t5, 8, t3 # U : 00000000ch000000
46 or t5, t3, t3 # E : 00000000chch0000
51 or t2, t3, t2 # E : 0000chchchch0000
60 cmpbge zero, t2, t3 # E : bits set iff byte == c
62 andnot t3, t4, t3 # E : clear garbage from char test
68 cmovne t3, v0, t6 # E : save previous comparisons match
72 cmovne t3, t3, t
[all...]
H A Dstrchr.S36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c
37 or t2, t3, t0 # e1 : bits set iff char match or zero match
46 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c
47 or t2, t3, t0 # e0 :
53 and t0, t3, t1 # e0 : bit set iff byte was the char
57 and t0, 0xcc, t3 # .. e1 :
60 cmovne t3, 2, t3 # e0 :
62 addq t2, t3, t2 # e0 :
H A Dstrrchr.S38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
40 andnot t3, t4, t3 # e0 : clear garbage from char test
46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
47 cmovne t3, t3, t8 # e0 :
51 cmpbge zero, t2, t3 # e0 : bits set iff byte == c
61 and t3, t4, t3 # e0 : mask out char matches after null
62 cmovne t3, t
[all...]
/linux-master/arch/mips/alchemy/common/
H A Dsleeper.S65 lui t3, 0xb190 /* sys_xxx */
66 sw sp, 0x0018(t3)
68 sw k0, 0x001c(t3)
73 sw zero, 0x0078(t3) /* sys_slppwr */
75 sw zero, 0x007c(t3) /* sys_sleep */
/linux-master/arch/mips/fw/lib/
H A Dcall_o32.S77 lw t3,(t0)
79 sw t3,(t1)
/linux-master/arch/mips/power/
H A Dhibernate_asm.S36 PTR_ADDU t3, t1, _PAGE_SIZE
42 bne t1, t3, 1b
/linux-master/arch/powerpc/boot/
H A Ddiv64.S77 rlwinm r8,r7,0,32 # t3 = (count < 32) ? 32 : 0
/linux-master/arch/sparc/mm/
H A Dtsunami.S87 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h545 u8 t3; member in struct:psb_sdvo_panel_power_sequencing
/linux-master/drivers/media/usb/gspca/
H A Dt613.c743 static const u8 t3[] = local
789 reg_w_ixbuf(gspca_dev, 0xb3, t3, sizeof t3);
/linux-master/include/uapi/linux/
H A Dax25.h93 unsigned int t3, t3timer; member in struct:ax25_info_struct_deprecated
103 unsigned int t3, t3timer; member in struct:ax25_info_struct
/linux-master/scripts/
H A Dmakelst26 t3=`grep $t2 $2`
27 t4=`field 1 $t3`
/linux-master/arch/arm/boot/dts/allwinner/
H A DMakefile257 sun8i-t3-cqa3t-bv3.dtb \
320 sun8i-t3-cqa3t-bv3.dtb \
/linux-master/arch/arm/crypto/
H A Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
64 __select \t3, \in3, 2
67 __select \t3, \in1, 2
70 __load \t3, \t3, 2, \sz, \op
85 eor \out1, \out1, \t3, ror #16
H A Daes-neonbs-core.S169 y0, y1, y2, y3, t0, t1, t2, t3
172 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3
175 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
182 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
185 mul_gf4 \x4, \x5, \y0, \y1, \t2, \t3
193 t0, t1, t2, t3, s0, s1, s2, s3
194 veor \t3, \x4, \x6
199 veor \s3, \t3, \t0
201 vand \s2, \t3, \s0
202 vorr \t3, \t
[all...]
H A Dghash-ce-core.S144 veor t3l, t3l, t3h @ t3 = (K) (P6 + P7) << 32
H A Dsha256-armv4.pl53 $T1="r3"; $t3="r3";
130 and $t3,$t3,$t2 @ (b^c)&=(a^b)
132 eor $t3,$t3,$b @ Maj(a,b,c)
134 @ add $h,$h,$t3 @ h+=Maj(a,b,c)
136 ($t2,$t3)=($t3,$t2);
239 eor $t3,$B,$C @ magic
249 ldreq $t3,[s
[all...]

Completed in 232 milliseconds

123456