Searched refs:t4 (Results 1 - 25 of 94) sorted by path

1234

/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h11 #define t4 $5 macro
/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S158 extqh t2, a1, t4 # U : (stall on a1)
161 or t1, t4, t1 # E :
268 and a0, 7, t4 # E : find dest misalignment
275 beq t4, 1f # U :
284 subq a1, t4, a1 # E : sub dest misalignment from src addr
287 cmplt t4, t5, t12 # E :
H A Dev6-stxncpy.S200 extqh t2, a1, t4 # U : (3 cycle stall on t2)
202 or t1, t4, t1 # E : first aligned src word complete (stall)
340 and a0, 7, t4 # E : find dest misalignment
347 beq t4, 1f # U :
354 subq a1, t4, a1 # E : sub dest misalignment from src addr
359 1: cmplt t4, t5, t12 # E :
381 mskqh t1, t4, t1 # U :
H A Dstxcpy.S136 extqh t2, a1, t4 # e0 :
138 or t1, t4, t1 # .. e1 :
238 and a0, 7, t4 # .. e1 : find dest misalignment
246 beq t4, 1f # .. e1 :
251 subq a1, t4, a1 # .. e1 : sub dest misalignment from src addr
256 cmplt t4, t5, t12 # e0 :
H A Dstxncpy.S161 extqh t2, a1, t4 # e0 :
162 or t1, t4, t1 # e1 : first aligned src word complete
295 and a0, 7, t4 # .. e1 : find dest misalignment
303 beq t4, 1f # .. e1 :
307 subq a1, t4, a1 # .. e1 : sub dest misalignment from src addr
312 1: cmplt t4, t5, t12 # e1 :
333 mskqh t1, t4, t1 # e0 :
H A Dev67-strchr.S40 lda t4, -1 # E : build garbage mask
42 mskqh t4, a0, t4 # U : only want relevant part of first quad
50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
58 andnot t0, t4, t0 # E : clear garbage bits
H A Dev67-strrchr.S36 insbl a1, 1, t4 # U : 000000000000ch00
41 or t2, t4, a1 # E : 000000000000chch
48 sll a1, 48, t4 # U : chch000000000000
50 or t4, a1, a1 # E : chch00000000chch
56 mskqh t5, a0, t4 # E : Complete garbage mask
58 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
61 andnot t1, t4, t1 # E : clear garbage from null test
62 andnot t3, t4, t3 # E : clear garbage from char test
84 negq t1, t4 #
[all...]
H A Dstrchr.S27 lda t4, -1 # .. e1 : build garbage mask
30 mskqh t4, a0, t4 # e0 :
33 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
38 andnot t0, t4, t0 # e0 : clear garbage bits
58 and t0, 0xaa, t4 # e0 :
61 cmovne t4, 1, t4 # .. e1 :
63 addq v0, t4, v
[all...]
H A Dstrrchr.S31 lda t4, -1 # .. e1 : build garbage mask
34 mskqh t4, a0, t4 # e0 :
37 cmpbge zero, t4, t4 # .. e1 : bits set iff byte is garbage
39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
40 andnot t3, t4, t3 # e0 : clear garbage from char test
56 negq t1, t4 # e0 : isolate first null byte match
57 and t1, t4, t4 # e
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h546 u8 t4; member in struct:psb_sdvo_panel_power_sequencing
/linux-master/scripts/
H A Dmakelst27 t4=`field 1 $t3`
29 t6=`printf "%lu" $((0x$t4 - 0x$t5))`
/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
65 __select \t4, \in0, 3
68 __select \t4, \in2, 3
72 __load \t4, \t4, 3, \sz, \op
87 eor \out1, \out1, \t4, ror #8
H A Daes-neonbs-core.S297 t0, t1, t2, t3, t4, t5, t6, t7, inv
305 vext.8 \t4, \x4, \x4, #12
308 veor \x4, \x4, \t4
325 veor \t4, \t4, \x3
331 veor \t4, \t4, \x7
337 veor \x2, \t0, \t4
346 veor \x3, \t0, \t4
353 t0, t1, t2, t3, t4, t
[all...]
H A Dsha256-armv4.pl51 $inp="r1"; $t4="r1";
78 str $inp,[sp,#17*4] @ make room for $t4
95 str $inp,[sp,#17*4] @ make room for $t4
127 ldr $t4,[sp,#`($i+15)%16`*4] @ from future BODY_16_xx
144 @ ldr $t4,[sp,#`($i+14)%16`*4]
147 mov $t2,$t4,ror#$sigma1[0]
149 eor $t2,$t2,$t4,ror#$sigma1[1]
152 eor $t2,$t2,$t4,lsr#$sigma1[2] @ sigma1(X[i+14])
153 ldr $t4,[sp,#`($i+9)%16`*4]
159 add $t1,$t1,$t4
[all...]
/linux-master/arch/arm64/boot/dts/rockchip/
H A DMakefile49 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-nanopc-t4.dtb
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-core.S251 t0, t1, t2, t3, t4, t5, t6, t7, inv
259 ext \t4\().16b, \x4\().16b, \x4\().16b, #12
262 eor \x4\().16b, \x4\().16b, \t4\().16b
279 eor \t4\().16b, \t4\().16b, \x3\().16b
285 eor \t4\().16b, \t4\().16b, \x7\().16b
291 eor \x2\().16b, \t0\().16b, \t4\().16b
300 eor \x3\().16b, \t0\().16b, \t4\().16b
307 t0, t1, t2, t3, t4, t
[all...]
H A Dcrct10dif-ce-core.S84 t4 .req v18
136 ext t4.8b, ad.8b, ad.8b, #1 // A1
140 pmull t4.8h, t4.8b, fold_consts.8b // F = A1*B
150 tbl t4.16b, {ad.16b}, perm1.16b // A1
154 pmull2 t4.8h, t4.16b, fold_consts.16b // F = A1*B
162 0: eor t4.16b, t4.16b, t8.16b // L = E + F
166 uzp1 t8.2d, t4
[all...]
H A Dghash-ce-core.S26 t4 .req v11
101 pmull\t t4.8h, \ad, \b1\().\nb // E = A*B1
109 eor t3.16b, t3.16b, t4.16b // L = E + F
113 uzp1 t4.2d, t3.2d, t5.2d
120 eor t4.16b, t4.16b, t3.16b
128 eor t4.16b, t4.16b, t3.16b
131 zip2 t5.2d, t4.2d, t3.2d
132 zip1 t3.2d, t4
[all...]
H A Dsha512-armv8.pl459 my ($t0,$t1,$t2,$t3,$t4) = map("w$_",(11..15));
616 '&add ($a,$a,$t4);'. # h+=Sigma0(a) from the past
618 '&bic ($t4,$g,$e)',
621 '&orr ($t1,$t1,$t4)', # Ch(e,f,g)
623 '&eor ($t4,$a,$a,"ror#".($Sigma0[1]-$Sigma0[0]))',
627 '&eor ($t4,$t4,$a,"ror#".($Sigma0[2]-$Sigma0[0]))', # Sigma0(a)
632 '&ror ($t4,$t4,"#$Sigma0[0]")',
682 mov $t4,wz
[all...]
H A Dsm3-neon-core.S54 #define t4 w15 define
130 GG##i##_1(e, f, g, t3, t4); \
138 GG##i##_2(e, f, g, t3, t4); \
143 GG##i##_3(e, f, g, t3, t4); \
/linux-master/arch/arm64/include/asm/
H A Dassembler.h500 .macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req
502 ldp \t3, \t4, [\src, #16] variable
507 stnp \t3, \t4, [\dest, #16] variable
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h24 #define t4 $r16 macro
H A Dstackframe.h65 cfi_st t4, PT_R16, \docfi variable
180 cfi_ld t4, PT_R16, \docfi variable
/linux-master/arch/loongarch/kernel/
H A Dmcount_dyn.S46 PTR_S t4, sp, PT_R16
H A Drethook_trampoline.S22 cfi_st t4, PT_R16
57 cfi_ld t4, PT_R16

Completed in 262 milliseconds

1234