Searched refs:t4 (Results 26 - 50 of 95) sorted by relevance

1234

/linux-master/arch/s390/include/asm/
H A Dstacktrace.h123 #define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \
125 long arg4 = (long)(t4)(a4)
126 #define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
127 CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4); \
/linux-master/arch/x86/crypto/
H A Dcamellia-aesni-avx-asm_64.S50 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \
55 vmovdqa .Linv_shift_row(%rip), t4; \
61 vpshufb t4, x0, x0; \
62 vpshufb t4, x7, x7; \
63 vpshufb t4, x1, x1; \
64 vpshufb t4, x4, x4; \
65 vpshufb t4, x2, x2; \
66 vpshufb t4, x5, x5; \
67 vpshufb t4, x3, x3; \
68 vpshufb t4, x
[all...]
/linux-master/arch/riscv/kvm/
H A Dvcpu_switch.S48 la t4, .Lkvm_switch_return
61 csrrw t4, CSR_STVEC, t4
74 REG_S t4, (KVM_ARCH_HOST_STVEC)(a0)
104 REG_L t4, (KVM_ARCH_GUEST_T4)(a0)
148 REG_S t4, (KVM_ARCH_GUEST_T4)(a0)
156 REG_L t4, (KVM_ARCH_HOST_HSTATUS)(a0)
172 csrrw t4, CSR_HSTATUS, t4
181 REG_S t4, (KVM_ARCH_GUEST_HSTATU
[all...]
/linux-master/arch/alpha/lib/
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 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 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 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 :
/linux-master/arch/arm/crypto/
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...]
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...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-dsp.c72 u32 t2, t4, t6, t8; local
86 t4 = t2 * x / 32768 * x / 32768 / 3 / 4;
87 t6 = t4 * x / 32768 * x / 32768 / 5 / 6;
89 ret = 32768 - t2 + t4 - t6 + t8;
/linux-master/arch/riscv/lib/
H A Dmemcpy.S51 REG_L t4, 8*SZREG(a1)
61 REG_S t4, 8*SZREG(t6)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c69 named_struct_typedef t4 = {}; variable
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S20 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \
25 ldd [buf + offset + 0x10], t4; \
29 addxcc t4, sum, sum; \
164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
168 EX(ldd [src + off + 0x10], t4); \
175 addxcc t4, sum, sum; \
176 EX(std t4, [dst + off + 0x10]); \
186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \
189 EX(ldd [src + off + 0x10], t4); \
199 EX(st t4, [ds
[all...]
H A Dcopy_user.S68 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
71 LD(ldd, src, offset + 0x10, t4, bigchunk_fault) \
77 ST(st, dst, offset + 0x10, t4, bigchunk_fault) \
83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
86 LD(ldd, src, offset + 0x10, t4, bigchunk_fault) \
90 ST(std, dst, offset + 0x10, t4, bigchunk_fault) \
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
23 ldd [%src + (offset) + 0x10], %t4; \
29 st %t4, [%dst + (offset) + 0x10]; \
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
37 ldd [%src + (offset) + 0x10], %t4; \
41 std %t4, [%dst + (offset) + 0x10]; \
/linux-master/lib/
H A Dcrc32.c65 t5[(q >> 16) & 255] ^ t4[(q >> 24) & 255])
70 # define DO_CRC8 (t4[(q) & 255] ^ t5[(q >> 8) & 255] ^ \
80 const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7]; local
/linux-master/arch/riscv/include/asm/
H A Dptrace.h45 unsigned long t4; member in struct:pt_regs
/linux-master/arch/loongarch/lib/
H A Dmemmove.S93 ld.d t4, a3, -40
102 st.d t4, a5, -40
H A Dmemcpy.S146 ld.d t4, a1, 32
155 st.d t4, a5, 32
/linux-master/arch/mips/include/asm/
H A Dregdef.h124 #define t4 $12 macro
/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...]
/linux-master/arch/riscv/kernel/
H A Dkexec_relocate.S130 mv t4, zero
194 mv t4, zero
H A Dmcount-dyn.S89 mv t4, sp // Save original SP in T4
94 REG_S t4, FREGS_SP(sp) // Put original SP on stack
/linux-master/arch/powerpc/crypto/
H A Dghashp10-ppc.pl60 my ($t4,$t5,$t6) = ($Hl,$H,$Hh);
195 vsldoi $t4,$Xm1,$zero,8
199 vxor $Xl1,$Xl1,$t4
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h92 unsigned long t4; member in struct:ex_regs

Completed in 320 milliseconds

1234