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

1234

/linux-master/scripts/
H A Dmakelst27 t4=`field 1 $t3`
29 t6=`printf "%lu" $((0x$t4 - 0x$t5))`
/linux-master/arch/riscv/lib/
H A Dmemmove.S36 * Reverse Copy: t4 - Index counter of dest
53 add t4, a0, a2
68 andi t6, t4, -SZREG
162 sub a5, a4, t4 /* Find the difference between src and dest */
197 addi t4, t4, (-2 * SZREG)
201 REG_S t2, ( 1 * SZREG)(t4)
203 beq t4, a2, 2f
210 REG_S t2, ( 0 * SZREG)(t4)
212 bne t4, t
[all...]
H A Dstrncmp.S65 * t0, t1, t2, t3, t4, t5, t6
71 add t4, a0, a2
75 andi t6, t4, -SZREG
120 bge a0, t4, 5f
H A Dstrcmp.S61 * t0, t1, t2, t3, t4
65 li t4, -1
75 bne t3, t4, 2f
H A Duaccess.S95 fixup REG_L t4, 7*SZREG(a1), 10f
103 fixup REG_S t4, 7*SZREG(a0), 10f
134 * t4 - current shift
138 sub t4, a5, t3
155 sll a2, a5, t4
/linux-master/arch/alpha/lib/
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...]
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
/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h11 #define t4 $5 macro
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_util.h38 const Byte *t4 = op2 ? *op2 : NULL; local
44 register const Byte *r4 __asm__("r4") = t4;
60 t2 = r2; t3 = r3; t4 = r4; t5 = r5;
67 *op2 = t4;
/linux-master/arch/arm64/crypto/
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...]
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h24 #define t4 $r16 macro
/linux-master/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S62 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \
67 vbroadcasti128 .Linv_shift_row(%rip), t4; \
75 vpshufb t4, x0, x0; \
76 vpshufb t4, x7, x7; \
77 vpshufb t4, x3, x3; \
78 vpshufb t4, x6, x6; \
79 vpshufb t4, x2, x2; \
80 vpshufb t4, x5, x5; \
81 vpshufb t4, x1, x1; \
82 vpshufb t4, x
[all...]
/linux-master/arch/loongarch/mm/
H A Dpage.S48 ld.d t4, a1, 32
61 st.d t4, a0, 32
63 ld.d t4, a1, 96
76 st.d t4, a0, -32
/linux-master/arch/riscv/kernel/
H A Dcrash_save_regs.S42 REG_S t4, PT_T4(a0) /* x29 */
49 csrr t4, CSR_CAUSE
54 REG_S t4, PT_CAUSE(a0)
H A Dmcount.S84 la t4, ftrace_stub
88 bne t1, t4, .Ldo_ftrace_graph_caller
97 bne t5, t4, .Ldo_trace
/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h63 #define SYSCALL_PT_ARG6(m, t1, t2, t3, t4, t5, t6) \
64 SYSCALL_PT_ARG5(m, t1, t2, t3, t4, t5), m(t6, (regs->bp))
65 #define SYSCALL_PT_ARG5(m, t1, t2, t3, t4, t5) \
66 SYSCALL_PT_ARG4(m, t1, t2, t3, t4), m(t5, (regs->di))
67 #define SYSCALL_PT_ARG4(m, t1, t2, t3, t4) \
68 SYSCALL_PT_ARG3(m, t1, t2, t3), m(t4, (regs->si))
/linux-master/arch/riscv/include/asm/
H A Dcompat.h69 compat_ulong_t t4; member in struct:compat_user_regs_struct
106 cregs->t4 = (compat_ulong_t) regs->t4;
143 regs->t4 = (unsigned long) cregs->t4;
/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
/linux-master/arch/sparc/lib/
H A Dblockops.S28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
31 ldd [src + offset + 0x08], t4; \
35 std t4, [dst + offset + 0x08]; \
/linux-master/arch/mips/lib/
H A Dcsum_partial.S33 #define t4 $12 define
182 CSUM_BIGCHUNK1(src, 0x00, sum, t0, t1, t3, t4)
193 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
194 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
195 CSUM_BIGCHUNK(src, 0x40, sum, t0, t1, t3, t4)
196 CSUM_BIGCHUNK(src, 0x60, sum, t0, t1, t3, t4)
208 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
209 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4)
217 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4)
476 LOAD(t4, UNI
[all...]
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h54 unsigned long t4; member in struct:user_regs_struct
/linux-master/arch/s390/include/asm/
H A Dstacktrace.h111 #define CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4) \
113 long arg4 = (long)(t4)(a4)
114 #define CALL_LARGS_5(t1, a1, t2, a2, t3, a3, t4, a4, t5, a5) \
115 CALL_LARGS_4(t1, a1, t2, a2, t3, a3, t4, a4); \
/linux-master/arch/loongarch/kernel/
H A Drethook_trampoline.S22 cfi_st t4, PT_R16
57 cfi_ld t4, PT_R16

Completed in 267 milliseconds

1234