| /linux/arch/riscv/lib/ |
| H A D | memcpy.S | 11 move t6, a0 /* Preserve return value */ 17 andi a3, t6, SZREG-1 33 sb a5, 0(t6) 34 addi t6, t6, 1 53 REG_S a4, 0(t6) 54 REG_S a5, SZREG(t6) 55 REG_S a6, 2*SZREG(t6) 56 REG_S a7, 3*SZREG(t6) 57 REG_S t0, 4*SZREG(t6) 58 REG_S t1, 5*SZREG(t6) [all …]
|
| H A D | uaccess_vector.S | 25 li t6, SR_SUM 26 csrs CSR_STATUS, t6 27 mv t6, ra 32 mv ra, t6 33 li t6, SR_SUM 34 csrc CSR_STATUS, t6
|
| H A D | uaccess.S | 30 li t6, SR_SUM 31 csrs CSR_STATUS, t6 32 mv t6, ra 37 mv ra, t6 38 li t6, SR_SUM 39 csrc CSR_STATUS, t6 220 li t6, SR_SUM 221 csrs CSR_STATUS, t6 243 csrc CSR_STATUS, t6 260 csrc CSR_STATUS, t6
|
| H A D | memmove.S | 38 * Both Copy Modes: t6 - Non-Inclusive last multibyte/aligned of dest 50 * Byte copy does not need t5 or t6. 65 * Now solve for t5 and t6. 68 andi t6, t4, -SZREG 102 addi a2, t6, SZREG /* The other breakpoint for the unrolled loop*/ 150 bne t3, t6, 1b 152 mv t3, t6 /* Fix the dest pointer in case the loop was broken */ 235 bne t3, t6, 1b 272 beq t4, t6, 2f 278 bne t4, t6, 1b
|
| H A D | strncmp.S | 66 * t0, t1, t2, t3, t4, t5, t6 76 andi t6, t4, -SZREG 81 bge a0, t6, 3f
|
| /linux/arch/alpha/lib/ |
| H A D | stxncpy.S | 91 and t12, 0x80, t6 # e0 : 92 bne t6, 1f # .. e1 (zdb) 97 subq t12, 1, t6 # .. e1 : 98 or t12, t6, t8 # e0 : 156 t6 == bytemask that is -1 in dest word bytes */ 165 or t0, t6, t6 # e1 : mask original data for zero test 166 cmpbge zero, t6, t8 # e0 : 168 lda t6, -1 # e0 : 171 mskql t6, a1, t6 # e0 : mask out bits already seen 174 or t6, t2, t2 # .. e1 : [all …]
|
| H A D | stxcpy.S | 73 negq t8, t6 # e0 : find low bit set 74 and t8, t6, t12 # e1 (stall) 78 and t12, 0x80, t6 # e0 : 79 bne t6, 1f # .. e1 (zdb) 84 subq t12, 1, t6 # .. e1 : 85 zapnot t1, t6, t1 # e0 : clear src bytes >= null 86 or t12, t6, t8 # .. e1 : 130 t6 == bytemask that is -1 in dest word bytes */ 142 or t1, t6, t6 # e0 : 143 cmpbge zero, t6, t8 # .. e1 : [all …]
|
| H A D | ev6-stxncpy.S | 117 and t12, 0x80, t6 # E : (stall) 118 bne t6, 1f # U : (stall) 123 subq t12, 1, t6 # E : 124 or t12, t6, t8 # E : (stall) 195 t6 == bytemask that is -1 in dest word bytes */ 205 or t0, t6, t6 # E : mask original data for zero test (stall) 207 cmpbge zero, t6, t8 # E : 209 lda t6, -1 # E : 213 mskql t6, a1, t6 # U : mask out bits already seen 215 or t6, t2, t2 # E : (stall) [all …]
|
| H A D | ev6-stxcpy.S | 89 negq t8, t6 # E : find low bit set 90 and t8, t6, t12 # E : (stall) 93 and t12, 0x80, t6 # E : (stall) 94 bne t6, 1f # U : (stall) 99 subq t12, 1, t6 # E : 100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 101 or t12, t6, t8 # E : (stall) 153 t6 == bytemask that is -1 in dest word bytes */ 165 or t1, t6, t6 # E : 166 cmpbge zero, t6, t8 # E : (stall) [all …]
|
| H A D | strrchr.S | 23 mov zero, t6 # .. e1 : t6 is last match aligned addr 46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match 63 cmovne t3, v0, t6 # e0 : 80 addq t6, t0, v0 # .. e1 : add our aligned base ptr to the mix
|
| H A D | ev67-strrchr.S | 40 mov zero, t6 # E : t6 is last match aligned addr 68 cmovne t3, v0, t6 # E : save previous comparisons match 94 cmovne t3, v0, t6 # E : 105 addq t6, t5, v0 # E : and add to quadword address
|
| /linux/drivers/net/ethernet/chelsio/ |
| H A D | Kconfig | 70 tristate "Chelsio Communications T4/T5/T6 Ethernet support" 77 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet 78 adapter and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb 93 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards" 115 tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support" 118 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet 119 adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
|
| /linux/lib/crypto/riscv/ |
| H A D | poly1305-riscv.pl | 26 ($t0,$t1,$t2,$t3,$t4,$t5,$t6)=map("x$_",(5..7,28..31)); 129 my ($shr,$shl) = ($t5,$t6); # used on R6 574 MULX ($t6,$a3,$rs2,$d2) # d2*s2 582 addw $h1,$h1,$t6 598 MULX ($t6,$a3,$rs3,$d2) # d2*s3 606 addw $h2,$h2,$t6 622 MULX ($t6,$a3,$r1,$d1) # d1*r1 629 addw $h3,$h3,$t6 633 MULX ($t6,$a3,$rs3,$d3) # d3*s3 641 addw $h3,$h3,$t6 [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | aria-aesni-avx2-asm_64.S | 308 t4, t5, t6, t7) \ argument 330 t4, t5, t6, t7) \ argument 332 vpxor t6, t6, t6; \ 340 vextracti128 $1, x0, t6##_x; \ 342 vaesenclast t7##_x, t6##_x, t6##_x; \ 343 vinserti128 $1, t6##_x, x0, x0; \ 345 vextracti128 $1, x4, t6##_x; \ 347 vaesenclast t7##_x, t6##_x, t6##_x; \ 348 vinserti128 $1, t6##_x, x4, x4; \ 350 vextracti128 $1, x1, t6##_x; \ [all …]
|
| H A D | nh-sse2-x86_64.S | 27 #define T6 %xmm14 macro 55 pshufd $0x10, T2, T6 61 pmuludq T6, T2
|
| /linux/arch/loongarch/mm/ |
| H A D | page.S | 50 ld.d t6, a1, 48 65 st.d t6, a0, 48 67 ld.d t6, a1, 112 78 st.d t6, a0, -16
|
| /linux/arch/riscv/include/asm/ |
| H A D | compat.h | 70 compat_ulong_t t6; member 107 cregs->t6 = (compat_ulong_t) regs->t6; in regs_to_cregs() 144 regs->t6 = (unsigned long) cregs->t6; in cregs_to_regs()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-nanopc-t6.dts | 11 #include "rk3588-nanopc-t6.dtsi" 14 model = "FriendlyElec NanoPC-T6"; 15 compatible = "friendlyarm,nanopc-t6", "rockchip,rk3588";
|
| H A D | rk3588-nanopc-t6-lts.dts | 11 #include "rk3588-nanopc-t6.dtsi" 14 model = "FriendlyElec NanoPC-T6 LTS"; 15 compatible = "friendlyarm,nanopc-t6-lts", "rockchip,rk3588";
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-core.S | 297 t0, t1, t2, t3, t4, t5, t6, t7, inv 309 vext.8 \t6, \x6, \x6, #12 312 veor \x6, \x6, \t6 322 veor \t6, \t6, \x5 340 veor \x3, \x3, \t6 345 veor \x2, \x3, \t6 353 t0, t1, t2, t3, t4, t5, t6, t7 360 vld1.8 {\t6-\t7}, [bskey, :256] 365 veor \x6, \x6, \t6 368 vext.8 \t6, \x6, \x6, #8 [all …]
|
| /linux/arch/mips/kernel/ |
| H A D | scall32-o32.S | 62 load_a5: user_lw(t6, 20(t0)) # argument #6 from usp 68 sw t6, PT_ARG5(sp) # argument #6 to ksp 161 li t6, 0 197 lw t6, 28(sp) 200 sw t6, 24(sp)
|
| /linux/arch/loongarch/include/asm/vdso/ |
| H A D | gettimeofday.h | 30 : "$t0", "$t1", "$t2", "$t3", "$t4", "$t5", "$t6", "$t7", in gettimeofday_fallback() 49 : "$t0", "$t1", "$t2", "$t3", "$t4", "$t5", "$t6", "$t7", in clock_gettime_fallback() 68 : "$t0", "$t1", "$t2", "$t3", "$t4", "$t5", "$t6", "$t7", in clock_getres_fallback()
|
| /linux/arch/arm64/crypto/ |
| H A D | nh-neon-core.S | 32 T6 .req v14 52 mov T6.d[0], T2.d[1] 56 umlal PASS2_SUMS.2d, T2.2s, T6.2s
|
| H A D | aes-neonbs-core.S | 251 t0, t1, t2, t3, t4, t5, t6, t7, inv 263 ext \t6\().16b, \x6\().16b, \x6\().16b, #12 266 eor \x6\().16b, \x6\().16b, \t6\().16b 276 eor \t6\().16b, \t6\().16b, \x5\().16b 294 eor \x3\().16b, \x3\().16b, \t6\().16b 299 eor \x2\().16b, \x3\().16b, \t6\().16b 307 t0, t1, t2, t3, t4, t5, t6, t7 309 ext \t6\().16b, \x6\().16b, \x6\().16b, #8 313 eor \t6\().16b, \t6\().16b, \x6\().16b 324 eor \x0\().16b, \x0\().16b, \t6\().16b [all …]
|
| H A D | sm4-ce-gcm-core.S | 54 r6, r7, m6, m7, T6, T7) \ argument 58 ext T6.16b, m7.16b, m7.16b, #8; \ 66 pmull T7.1q, m6.1d, T6.1d; \ 70 pmull2 T6.1q, m6.2d, T6.2d; \ 78 eor T6.16b, T6.16b, T7.16b; \ 82 ext T7.16b, RZERO.16b, T6.16b, #8; \ 86 ext T6.16b, T6.16b, RZERO.16b, #8; \ 94 eor r7.16b, r7.16b, T6.16b;
|