/openbmc/u-boot/arch/riscv/cpu/ |
H A D | start.S | 78 la t5, board_init_f 79 jr t5 /* jump to board_init_f() */ 109 LREG t5, 0(t0) 111 SREG t5, 0(t1) 131 LREG t5, -(REGBYTES*2)(t1) /* t5 <-- relocation info:type */ 133 bne t5, t3, 8f /* skip non-RISCV_RELOC entries */ 135 LREG t5, -(REGBYTES)(t1) /* t5 <-- addend */ 136 add t5, t5, t6 /* t5 <-- location to fix up in RAM */ 138 SREG t5, 0(t3) 148 LREG t5, -(REGBYTES*2)(t1) /* t5 <-- relocation info:type */ [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 571 .macro CALC_AAD_HASH GHASH_MUL AAD AADLEN T1 T2 T3 T4 T5 T6 T7 T8 587 \GHASH_MUL \T8, \T2, \T1, \T3, \T4, \T5, \T6 635 \GHASH_MUL \T7, \T2, \T1, \T3, \T4, \T5, \T6 863 .macro GHASH_MUL_AVX GH HK T1 T2 T3 T4 T5 argument 889 vpsrldq $4, \T2, \T5 # shift-R T5 1 DW 902 vpxor \T5, \T2, \T2 909 .macro PRECOMPUTE_AVX HK T1 T2 T3 T4 T5 T6 912 vmovdqa \HK, \T5 914 vpshufd $0b01001110, \T5, \T1 915 vpxor \T5, \T1, \T1 [all …]
|
H A D | nh-avx2-x86_64.S | 32 #define T5 %ymm13 macro 51 vpshufd $0x10, T1, T5 58 vpmuludq T5, T1, T1 149 vinserti128 $0x1, T3_XMM, T1, T5 // T5 = (0B 1B 2B 3B) 153 vpaddq T5, T4, T4
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | lowlevel_init.S | 72 la t5, MT76XX_ROM_STATUS_REG 74 lw t2, 0(t5) 95 li t5, ~((0x0f << 8) | (0x0f << 0)) 96 and t3, t3, t5 97 li t5, (10 << 8) | (1 << 0) 98 or t3, t3, t5 182 lw t5, 0x714(s2) 184 and t5, t5, t8 202 or t5, t5, t8 217 or t5, t5, t8 [all …]
|
/openbmc/linux/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 # E : Normalize leading zero count 105 addq t6, t5, v0 # E : and add to quadword address
|
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
|
/openbmc/qemu/include/exec/ |
H A D | helper-gen.h.inc | 63 #define DEF_HELPER_FLAGS_5(name, flags, ret, t1, t2, t3, t4, t5) \ 67 dh_arg_decl(t4, 4), dh_arg_decl(t5, 5)) \ 72 dh_arg(t4, 4), dh_arg(t5, 5)); \ 75 #define DEF_HELPER_FLAGS_6(name, flags, ret, t1, t2, t3, t4, t5, t6) \ 79 dh_arg_decl(t4, 4), dh_arg_decl(t5, 5), dh_arg_decl(t6, 6)) \ 84 dh_arg(t4, 4), dh_arg(t5, 5), dh_arg(t6, 6)); \ 87 #define DEF_HELPER_FLAGS_7(name, flags, ret, t1, t2, t3, t4, t5, t6, t7)\ 91 dh_arg_decl(t4, 4), dh_arg_decl(t5, 5), dh_arg_decl(t6, 6), \ 97 dh_arg(t4, 4), dh_arg(t5, 5), dh_arg(t6, 6), \
|
H A D | helper-proto.h.inc | 40 #define DEF_HELPER_FLAGS_5(name, flags, ret, t1, t2, t3, t4, t5) \ 42 dh_ctype(t4), dh_ctype(t5)) DEF_HELPER_ATTR; 44 #define DEF_HELPER_FLAGS_6(name, flags, ret, t1, t2, t3, t4, t5, t6) \ 46 dh_ctype(t4), dh_ctype(t5), \ 49 #define DEF_HELPER_FLAGS_7(name, flags, ret, t1, t2, t3, t4, t5, t6, t7) \ 51 dh_ctype(t4), dh_ctype(t5), dh_ctype(t6), \
|
H A D | helper-head.h.inc | 126 #define DEF_HELPER_5(name, ret, t1, t2, t3, t4, t5) \ 127 DEF_HELPER_FLAGS_5(name, 0, ret, t1, t2, t3, t4, t5) 128 #define DEF_HELPER_6(name, ret, t1, t2, t3, t4, t5, t6) \ 129 DEF_HELPER_FLAGS_6(name, 0, ret, t1, t2, t3, t4, t5, t6) 130 #define DEF_HELPER_7(name, ret, t1, t2, t3, t4, t5, t6, t7) \ 131 DEF_HELPER_FLAGS_7(name, 0, ret, t1, t2, t3, t4, t5, t6, t7)
|
H A D | helper-info.c.inc | 57 #define DEF_HELPER_FLAGS_5(NAME, FLAGS, RET, T1, T2, T3, T4, T5) \ 63 | dh_typemask(T4, 4) | dh_typemask(T5, 5) \ 66 #define DEF_HELPER_FLAGS_6(NAME, FLAGS, RET, T1, T2, T3, T4, T5, T6) \ 72 | dh_typemask(T4, 4) | dh_typemask(T5, 5) \ 76 #define DEF_HELPER_FLAGS_7(NAME, FLAGS, RET, T1, T2, T3, T4, T5, T6, T7) \ 82 | dh_typemask(T4, 4) | dh_typemask(T5, 5) \
|
/openbmc/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" 104 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 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
|
/openbmc/linux/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 /* Fix the dest pointer in case the loop was broken */ 248 bne t4, t5, 1b [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
|
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/ |
H A D | lowlevel_init.S | 100 lw t5, AR933X_RESET_REG_BOOTSTRAP(t0) 101 andi t1, t5, 0x10 136 andi t1, t5, 0x01 # t5 BOOT_STRAP 163 andi t1, t5, 0x01 # t5 BOOT_STRAP 177 andi t1, t5, 0x01 # t5 BOOT_STRAP 201 andi t1, t5, 0x01 # t5 BOOT_STRAP
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_fp0_sqrt.S | 8 .macro sqrt_seq r, a, y, t1, hn, h2, t5, h 20 const.s \t5, 0 23 maddn.s \t5, \y, \hn 27 maddn.s \hn, \t5, \y
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | crct10dif-ce-core.S | 85 t5 .req v19 137 ext t5.8b, ad.8b, ad.8b, #2 // A2 142 pmull t5.8h, t5.8b, fold_consts.8b // H = A2*B 151 tbl t5.16b, {ad.16b}, perm2.16b // A2 156 pmull2 t5.8h, t5.16b, fold_consts.16b // H = A2*B 163 eor t5.16b, t5.16b, t7.16b // M = G + H 166 uzp1 t8.2d, t4.2d, t5.2d 167 uzp2 t4.2d, t4.2d, t5.2d 172 // t5 = (M) (P2 + P3) << 16 184 zip2 t5.2d, t8.2d, t4.2d [all …]
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | Kconfig | 3 tristate "Chelsio T4/T5 RDMA Driver" 9 This is an iWARP/RDMA driver for the Chelsio T4 and T5 10 1GbE, 10GbE adapters and T5 40GbE adapter.
|
/openbmc/linux/crypto/ |
H A D | ecc.c | 1107 u64 t5[ECC_MAX_DIGITS]; in ecc_point_double_jacobian() local 1116 /* t5 = x1*y1^2 = A */ in ecc_point_double_jacobian() 1117 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian() 1151 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1153 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian() 1154 /* t5 = A - x3 */ in ecc_point_double_jacobian() 1155 vli_mod_sub(t5, t5, z1, curve_prime, ndigits); in ecc_point_double_jacobian() 1157 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian() 1208 u64 t5[ECC_MAX_DIGITS]; in xycz_add() local 1212 /* t5 = x2 - x1 */ in xycz_add() [all …]
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | page.S | 49 ld.d t5, a1, 40 62 st.d t5, a0, 40 64 ld.d t5, a1, 104 77 st.d t5, a0, -24
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | es-Mussara | 50 [c68: T5, T5 Sports, T5 Estrellas, Net Fly Music]
|
H A D | es-Alpicat | 50 [c68: T5, T5 Sports, T5 Estrellas, Net Fly Music]
|