/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev67-strrchr.S | 37 insbl a1, 2, t5 # U : 0000000000ch0000 42 sll t5, 8, t3 # U : 00000000ch000000 46 or t5, t3, t3 # E : 00000000chch0000 53 lda t5, -1 # E : build garbage mask 56 mskqh t5, a0, t4 # E : Complete garbage mask 86 subq t4, 1, t5 # E : build a mask of the bytes up to... 87 or t4, t5, t4 # E : ... and including the null 102 lda t5, 0x3f($31) # E : 103 subq t5, t2, t5 # [all...] |
H A D | strrchr.S | 24 sll a1, 8, t5 # e0 : replicate our test character 26 or t5, a1, a1 # e0 : 28 sll a1, 16, t5 # e0 : 30 or t5, a1, a1 # e0 : 32 sll a1, 32, t5 # e0 : 35 or t5, a1, a1 # .. e1 : character replication complete 58 subq t4, 1, t5 # e0 : build a mask of the bytes up to... 59 or t4, t5, t4 # e1 : ... and including the null
|
H A D | strchr.S | 24 sll a1, 8, t5 # e0 : replicate the search character 26 or t5, a1, a1 # e0 : 28 sll a1, 16, t5 # e0 : 31 or t5, a1, a1 # .. e1 : 32 sll a1, 32, t5 # e0 : 34 or t5, a1, a1 # e0 :
|
H A D | ev67-strchr.S | 34 insbl a1, 1, t5 # U : 000000000000ch00 38 or t5, t3, a1 # E : 000000000000chch 44 inswl a1, 2, t5 # E : 00000000chch0000 48 or a3, t5, t5 # E : 0000chchchch0000 53 or t5, a1, a1 # E : chchchchchchchch
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev67-strrchr.S | 37 insbl a1, 2, t5 # U : 0000000000ch0000 42 sll t5, 8, t3 # U : 00000000ch000000 46 or t5, t3, t3 # E : 00000000chch0000 53 lda t5, -1 # E : build garbage mask 56 mskqh t5, a0, t4 # E : Complete garbage mask 86 subq t4, 1, t5 # E : build a mask of the bytes up to... 87 or t4, t5, t4 # E : ... and including the null 102 lda t5, 0x3f($31) # E : 103 subq t5, t2, t5 # [all...] |
H A D | strrchr.S | 24 sll a1, 8, t5 # e0 : replicate our test character 26 or t5, a1, a1 # e0 : 28 sll a1, 16, t5 # e0 : 30 or t5, a1, a1 # e0 : 32 sll a1, 32, t5 # e0 : 35 or t5, a1, a1 # .. e1 : character replication complete 58 subq t4, 1, t5 # e0 : build a mask of the bytes up to... 59 or t4, t5, t4 # e1 : ... and including the null
|
H A D | ev67-strchr.S | 34 insbl a1, 1, t5 # U : 000000000000ch00 38 or t5, t3, a1 # E : 000000000000chch 44 inswl a1, 2, t5 # E : 00000000chch0000 48 or a3, t5, t5 # E : 0000chchchch0000 53 or t5, a1, a1 # E : chchchchchchchch
|
H A D | strchr.S | 24 sll a1, 8, t5 # e0 : replicate the search character 26 or t5, a1, a1 # e0 : 28 sll a1, 16, t5 # e0 : 31 or t5, a1, a1 # .. e1 : 32 sll a1, 32, t5 # e0 : 34 or t5, a1, a1 # e0 :
|
/kernel/linux/linux-6.6/arch/riscv/lib/ |
H A D | memmove.S | 38 * Both Copy Modes: t5 - Inclusive first multibyte/aligned of dest 51 * Byte copy does not need t5 or t6. 66 * Now solve for t5 and t6. 68 andi t5, t3, -SZREG 79 beq t5, t3, 1f 80 addi t5, t5, SZREG 165 addi a2, t5, -SZREG /* The other breakpoint for the unrolled loop*/ 213 bne t4, t5, 1b 215 mv t4, t5 /* Fi [all...] |
H A D | strncmp.S | 65 * t0, t1, t2, t3, t4, t5, t6 69 li t5, -1 84 bne t3, t5, 2f 86 bne t3, t5, 2f
|
/kernel/linux/linux-5.10/lib/zlib_dfltcc/ |
H A D | dfltcc_util.h | 39 size_t t5 = len2 ? *len2 : 0; in dfltcc() local 45 register size_t r5 __asm__("r5") = t5; in dfltcc() 60 t2 = r2; t3 = r3; t4 = r4; t5 = r5; in dfltcc() 69 *len2 = t5; in dfltcc()
|
/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc_util.h | 39 size_t t5 = len2 ? *len2 : 0; in dfltcc() local 45 register size_t r5 __asm__("r5") = t5; in dfltcc() 60 t2 = r2; t3 = r3; t4 = r4; t5 = r5; in dfltcc() 69 *len2 = t5; in dfltcc()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | scall32-o32.S | 51 lw t5, TI_ADDR_LIMIT($28) 53 and t5, t4 54 bltz t5, bad_stack # -> sp is bad 64 load_a4: user_lw(t5, 16(t0)) # argument #5 from usp 70 sw t5, 16(sp) # argument #5 to ksp 157 li t5, 0 196 lw t5, 24(sp) 199 sw t5, 20(sp)
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | glue_helper-asm-avx2.S | 56 t1x, t2, t2x, t3, t3x, t4, t5) \ 70 add2_le128(t2, t0, t4, t3, t5); /* ab: le2 ; cd: le3 */ \ 72 add2_le128(t2, t0, t4, t3, t5); \ 74 add2_le128(t2, t0, t4, t3, t5); \ 76 add2_le128(t2, t0, t4, t3, t5); \ 78 add2_le128(t2, t0, t4, t3, t5); \ 80 add2_le128(t2, t0, t4, t3, t5); \ 82 add2_le128(t2, t0, t4, t3, t5); \
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | compat.h | 51 compat_ulong_t t5; member 88 cregs->t5 = (compat_ulong_t) regs->t5; in regs_to_cregs() 125 regs->t5 = (unsigned long) cregs->t5; in cregs_to_regs()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.c | 1073 u64 t5[ECC_MAX_DIGITS]; in ecc_point_double_jacobian() local 1082 /* t5 = x1*y1^2 = A */ in ecc_point_double_jacobian() 1083 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian() 1117 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1119 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1120 /* t5 = A - x3 */ in ecc_point_double_jacobian() 1121 vli_mod_sub(t5, t5, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1123 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian() 1174 u64 t5[ECC_MAX_DIGIT in xycz_add() local 1217 u64 t5[ECC_MAX_DIGITS]; xycz_add_c() local [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | ecc.c | 1085 u64 t5[ECC_MAX_DIGITS]; in ecc_point_double_jacobian() local 1094 /* t5 = x1*y1^2 = A */ in ecc_point_double_jacobian() 1095 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian() 1129 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1131 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1132 /* t5 = A - x3 */ in ecc_point_double_jacobian() 1133 vli_mod_sub(t5, t5, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1135 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian() 1186 u64 t5[ECC_MAX_DIGIT in xycz_add() local 1229 u64 t5[ECC_MAX_DIGITS]; xycz_add_c() local [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | makelst | 28 t5=`field 1 $t1` 29 t6=`printf "%lu" $((0x$t4 - 0x$t5))`
|
/kernel/linux/linux-6.6/scripts/ |
H A D | makelst | 28 t5=`field 1 $t1` 29 t6=`printf "%lu" $((0x$t4 - 0x$t5))`
|
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | copy_page.S | 45 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH] 82 (p[0]) ld8 t5[0]=[src1],16 83 (EPI) st8 [tgt1]=t5[PIPE_DEPTH-1],16
|
H A D | copy_page_mck.S | 51 * | t4 | t5 | | 81 #define t5 t1 // alias! define 84 #define t9 t5 // alias! 153 (p[D]) ld8 t5 = [src0], 8 160 (p[D]) st8 [dst0] = t5, 8
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | mcount.S | 94 ld t5, 0(t3) 95 bne t5, t4, do_trace 124 jalr t5
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | copy_page.S | 45 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH] 82 (p[0]) ld8 t5[0]=[src1],16 83 (EPI) st8 [tgt1]=t5[PIPE_DEPTH-1],16
|
H A D | copy_page_mck.S | 51 * | t4 | t5 | | 81 #define t5 t1 // alias! define 84 #define t9 t5 // alias! 153 (p[D]) ld8 t5 = [src0], 8 160 (p[D]) st8 [dst0] = t5, 8
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | mcount.S | 96 REG_L t5, 0(t3) 97 bne t5, t4, do_trace 126 jalr t5
|