/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | lowlevel_init.S | 190 lw t7, 0x71c(s2) 192 and t7, t7, t8 203 or t7, t7, t8 219 or t7, t7, t8 232 or t7, t7, t8 243 sw t7, 0x71c(s2)
|
/openbmc/linux/arch/x86/crypto/ |
H A D | camellia-aesni-avx2-asm_64.S | 63 t7, mem_cd, key) \ argument 68 vpbroadcastd .L0f0f0f0f(%rip), t7; \ 86 filter_8bit(x0, t5, t6, t7, t4); \ 87 filter_8bit(x7, t5, t6, t7, t4); \ 90 filter_8bit(x3, t2, t3, t7, t4); \ 91 filter_8bit(x6, t2, t3, t7, t4); \ 94 filter_8bit(x2, t5, t6, t7, t4); \ 95 filter_8bit(x5, t5, t6, t7, t4); \ 96 filter_8bit(x1, t5, t6, t7, t4); \ 97 filter_8bit(x4, t5, t6, t7, t4); \ [all …]
|
H A D | camellia-aesni-avx-asm_64.S | 51 t7, mem_cd, key) \ argument 56 vbroadcastss .L0f0f0f0f(%rip), t7; \ 73 filter_8bit(x0, t0, t1, t7, t6); \ 74 filter_8bit(x7, t0, t1, t7, t6); \ 75 filter_8bit(x1, t0, t1, t7, t6); \ 76 filter_8bit(x4, t0, t1, t7, t6); \ 77 filter_8bit(x2, t0, t1, t7, t6); \ 78 filter_8bit(x5, t0, t1, t7, t6); \ 82 filter_8bit(x3, t2, t3, t7, t6); \ 83 filter_8bit(x6, t2, t3, t7, t6); \ [all …]
|
H A D | aria-aesni-avx2-asm_64.S | 309 t4, t5, t6, t7) \ argument 332 t4, t5, t6, t7) \ argument 333 vpxor t7, t7, t7; \ 343 vaesenclast t7##_x, x0##_x, x0##_x; \ 344 vaesenclast t7##_x, t6##_x, t6##_x; \ 348 vaesenclast t7##_x, x4##_x, x4##_x; \ 349 vaesenclast t7##_x, t6##_x, t6##_x; \ 353 vaesenclast t7##_x, x1##_x, x1##_x; \ 354 vaesenclast t7##_x, t6##_x, t6##_x; \ 358 vaesenclast t7##_x, x5##_x, x5##_x; \ [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | ghash-ce-core.S | 29 t7 .req v14 74 ext t7.8b, \ad\().8b, \ad\().8b, #3 // A3 82 tbl t7.16b, {\ad\().16b}, perm3.16b // A3 104 pmull\t t7.8h, t7.\nb, \bd // J = A3*B 111 eor t7.16b, t7.16b, t8.16b // N = I + J 115 uzp1 t6.2d, t7.2d, t9.2d 116 uzp2 t7.2d, t7.2d, t9.2d 125 eor t6.16b, t6.16b, t7.16b 126 and t7.16b, t7.16b, k00_16.16b 129 eor t6.16b, t6.16b, t7.16b [all …]
|
H A D | crct10dif-ce-core.S | 87 t7 .req v21 143 pmull t7.8h, ad.8b, bd2.8b // G = A*B2 157 pmull2 t7.8h, ad.16b, bd2.16b // G = A*B2 163 eor t5.16b, t5.16b, t7.16b // M = G + H 168 uzp1 t7.2d, t6.2d, t3.2d 178 eor t7.16b, t7.16b, t6.16b 182 eor t7.16b, t7.16b, t6.16b 186 zip2 t3.2d, t7.2d, t6.2d 187 zip1 t6.2d, t7.2d, t6.2d
|
H A D | aes-neonbs-core.S | 251 t0, t1, t2, t3, t4, t5, t6, t7, inv 265 ext \t7\().16b, \x7\().16b, \x7\().16b, #12 268 eor \x7\().16b, \x7\().16b, \t7\().16b 281 eor \t7\().16b, \t7\().16b, \x6\().16b 293 eor \x5\().16b, \x5\().16b, \t7\().16b 298 eor \x5\().16b, \x5\().16b, \t7\().16b 307 t0, t1, t2, t3, t4, t5, t6, t7 argument 310 ext \t7\().16b, \x7\().16b, \x7\().16b, #8 315 eor \t7\().16b, \t7\().16b, \x7\().16b 329 eor \x1\().16b, \x1\().16b, \t7\().16b [all …]
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | page.S | 51 ld.d t7, a1, 56 66 st.d t7, a0, 56 68 ld.d t7, a1, 120 79 st.d t7, a0, -8
|
/openbmc/linux/arch/ia64/lib/ |
H A D | copy_page_mck.S | 83 #define t7 t3 // alias! macro 86 #define t11 t7 // alias! 154 (p[D]) ld8 t7 = [src1], 3*8 161 (p[D]) st8 [dst1] = t7, 3*8
|
H A D | copy_page.S | 45 t5[PIPE_DEPTH], t6[PIPE_DEPTH], t7[PIPE_DEPTH], t8[PIPE_DEPTH] 87 (p[0]) ld8 t7[0]=[src1],16 88 (EPI) st8 [tgt1]=t7[PIPE_DEPTH-1],16
|
H A D | memcpy_mck.S | 51 #define t7 t3 // alias! macro 55 #define t11 t7 // alias! 234 EK(.ex_handler, (p[D]) ld8 t7 = [src1], 3*8) 241 EK(.ex_handler, (p[D]) st8 [dst1] = t7, 3*8) 448 EX(.ex_handler_short, (p10) ld1 t7=[src0],2) 452 EX(.ex_handler_short, (p10) st1 [dst0]=t7,2) 488 EK(.ex_handler_short, (p12) ld1 t7=[src0],2) 495 EK(.ex_handler_short, (p12) st1 [dst0] = t7)
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | switch.S | 27 la t7, __stack_chk_guard 29 LONG_S t8, t7, 0
|
H A D | rethook_trampoline.S | 25 cfi_st t7, PT_R19 60 cfi_ld t7, PT_R19
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | amlogic-t7-a311d2-an400.dts | 8 #include "amlogic-t7.dtsi" 12 compatible = "amlogic,an400", "amlogic,a311d2", "amlogic,t7";
|
H A D | amlogic-t7-a311d2-khadas-vim4.dts | 8 #include "amlogic-t7.dtsi" 12 compatible = "khadas,vim4", "amlogic,a311d2", "amlogic,t7";
|
/openbmc/linux/arch/mips/lib/ |
H A D | csum_partial.S | 36 #define t7 $15 macro 109 move t7, zero 115 andi t7, src, 0x1 /* odd buffer? */ 118 beqz t7, .Lword_align 287 movn sum, v1, t7 290 beqz t7, 1f /* odd buffer alignment? */ 479 LOAD(t7, UNIT(7)(src)) 495 ADDC(t6, t7) 496 STORE(t7, UNIT(7)(dst)) 508 #define rem t7
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 297 t0, t1, t2, t3, t4, t5, t6, t7, inv 311 vext.8 \t7, \x7, \x7, #12 314 veor.8 \x7, \x7, \t7 327 veor \t7, \t7, \x6 339 veor \x5, \x5, \t7 344 veor \x5, \x5, \t7 353 t0, t1, t2, t3, t4, t5, t6, t7 argument 360 vld1.8 {\t6-\t7}, [bskey, :256] 366 veor \x7, \x7, \t7 369 vext.8 \t7, \x7, \x7, #8 [all …]
|
/openbmc/qemu/common-user/host/mips/ |
H A D | safe-syscall.inc.S | 72 lw t7, FRAME+40(sp) 76 sw t7, 28(sp)
|
/openbmc/qemu/include/exec/ |
H A D | helper-gen.h.inc | 87 #define DEF_HELPER_FLAGS_7(name, flags, ret, t1, t2, t3, t4, t5, t6, t7)\ 92 dh_arg_decl(t7, 7)) \ 98 dh_arg(t7, 7)); \
|
H A D | helper-proto.h.inc | 49 #define DEF_HELPER_FLAGS_7(name, flags, ret, t1, t2, t3, t4, t5, t6, t7) \ 52 dh_ctype(t7)) DEF_HELPER_ATTR;
|
/openbmc/linux/arch/mips/kernel/ |
H A D | scall32-o32.S | 63 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp 69 sw t7, 24(sp) # argument #7 to ksp 165 li t7, 0
|
/openbmc/linux/lib/ |
H A D | crc32.c | 64 # define DO_CRC8 (t7[(q) & 255] ^ t6[(q >> 8) & 255] ^ \ 71 t6[(q >> 16) & 255] ^ t7[(q >> 24) & 255]) 80 const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7]; local
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1364 TCGv t0, t1, t2, t3, t4, t5, t6, t7; in gen_mxu_q8mul_mac() local 1374 t7 = tcg_temp_new(); in gen_mxu_q8mul_mac() 1383 gen_load_mxu_gpr(t7, XRc); in gen_mxu_q8mul_mac() 1399 tcg_gen_extract_tl(t4, t7, 0, 8); in gen_mxu_q8mul_mac() 1400 tcg_gen_extract_tl(t5, t7, 8, 8); in gen_mxu_q8mul_mac() 1401 tcg_gen_extract_tl(t6, t7, 16, 8); in gen_mxu_q8mul_mac() 1402 tcg_gen_extract_tl(t7, t7, 24, 8); in gen_mxu_q8mul_mac() 1407 tcg_gen_mul_tl(t3, t3, t7); in gen_mxu_q8mul_mac() 1413 tcg_gen_extract_tl(t7, t4, 16, 16); in gen_mxu_q8mul_mac() 1416 tcg_gen_sub_tl(t1, t7, t1); in gen_mxu_q8mul_mac() [all …]
|
/openbmc/linux/arch/loongarch/lib/ |
H A D | memmove.S | 96 ld.d t7, a3, -64 105 st.d t7, a5, -64
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | regdef.h | 14 #define t7 $8 macro
|