/Linux-v5.15/arch/x86/crypto/ |
D | camellia-aesni-avx2-asm_64.S | 63 t7, mem_cd, key) \ argument 68 vpbroadcastd .L0f0f0f0f, 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 …]
|
D | camellia-aesni-avx-asm_64.S | 51 t7, mem_cd, key) \ argument 56 vbroadcastss .L0f0f0f0f, 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 …]
|
/Linux-v5.15/arch/arm64/crypto/ |
D | ghash-ce-core.S | 28 t7 .req v14 73 ext t7.8b, \ad\().8b, \ad\().8b, #3 // A3 81 tbl t7.16b, {\ad\().16b}, perm3.16b // A3 103 pmull\t t7.8h, t7.\nb, \bd // J = A3*B 110 eor t7.16b, t7.16b, t8.16b // N = I + J 114 uzp1 t6.2d, t7.2d, t9.2d 115 uzp2 t7.2d, t7.2d, t9.2d 124 eor t6.16b, t6.16b, t7.16b 125 and t7.16b, t7.16b, k00_16.16b 128 eor t6.16b, t6.16b, t7.16b [all …]
|
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
|
D | aes-neonbs-core.S | 250 t0, t1, t2, t3, t4, t5, t6, t7, inv 264 ext \t7\().16b, \x7\().16b, \x7\().16b, #12 267 eor \x7\().16b, \x7\().16b, \t7\().16b 280 eor \t7\().16b, \t7\().16b, \x6\().16b 292 eor \x5\().16b, \x5\().16b, \t7\().16b 297 eor \x5\().16b, \x5\().16b, \t7\().16b 306 t0, t1, t2, t3, t4, t5, t6, t7 309 ext \t7\().16b, \x7\().16b, \x7\().16b, #8 314 eor \t7\().16b, \t7\().16b, \x7\().16b 328 eor \x1\().16b, \x1\().16b, \t7\().16b [all …]
|
/Linux-v5.15/arch/ia64/lib/ |
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
|
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
|
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)
|
/Linux-v5.15/arch/mips/lib/ |
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
|
D | memset.S | 28 #define FILLPTRG t7 169 LONG_SRL t7, t0, 1
|
D | memcpy.S | 181 #define t7 $15 macro 331 LOAD(t7, UNIT(5)(src), .Ll_exc_copy\@) 341 STORE(t7, UNIT(-3)(dst), .Ls_exc_p3u\@)
|
/Linux-v5.15/arch/arm/crypto/ |
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 360 vld1.8 {\t6-\t7}, [bskey, :256] 366 veor \x7, \x7, \t7 369 vext.8 \t7, \x7, \x7, #8 [all …]
|
/Linux-v5.15/arch/mips/kernel/ |
D | scall32-o32.S | 64 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp 70 sw t7, 24(sp) # argument #7 to ksp 163 li t7, 0
|
D | bmips_5xxx_init.S | 725 move t7, ra 740 jr t7
|
D | pm-cps.c | 74 t0, t1, t2, t3, t4, t5, t6, t7, enumerator 349 const unsigned r_pcohctl = t7; in cps_gen_entry_code()
|
/Linux-v5.15/lib/ |
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
|
/Linux-v5.15/arch/alpha/include/uapi/asm/ |
D | regdef.h | 14 #define t7 $8 macro
|
/Linux-v5.15/arch/mips/include/asm/ |
D | regdef.h | 40 #define t7 $15 macro
|
/Linux-v5.15/arch/sparc/lib/ |
D | checksum_32.S | 164 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 180 addxcc t7, sum, sum; 186 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 205 EX(st t7, [dst + off + 0x1c]); \ 206 addxcc t7, sum, sum;
|
D | blockops.S | 28 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
D | copy_user.S | 68 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 80 ST(st, dst, offset + 0x1c, t7, bigchunk_fault) 83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
D | memcpy.S | 19 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument 31 st %t7, [%dst + (offset) + 0x1c]; 33 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
|
/Linux-v5.15/crypto/ |
D | ecc.c | 1227 u64 t7[ECC_MAX_DIGITS]; in xycz_add_c() local 1256 vli_mod_sub(t7, x1, x2, curve_prime, ndigits); in xycz_add_c() 1258 vli_mod_mult_fast(y2, y2, t7, curve); in xycz_add_c() 1263 vli_mod_square_fast(t7, t5, curve); in xycz_add_c() 1265 vli_mod_sub(t7, t7, t6, curve_prime, ndigits); in xycz_add_c() 1267 vli_mod_sub(t6, t7, x1, curve_prime, ndigits); in xycz_add_c() 1273 vli_set(x1, t7, ndigits); in xycz_add_c()
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | assembler.h | 495 .macro copy_page dest:req src:req t1:req t2:req t3:req t4:req t5:req t6:req t7:req t8:req 499 ldp \t7, \t8, [\src, #48] 504 stnp \t7, \t8, [\dest, #48]
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 379 long double t7 = 9.876543; in test_btf_dump_float_data() local 404 ASSERT_OK(btf_dump_data(btf, d, "test_long_double", NULL, 0, &t7, 16, in test_btf_dump_float_data()
|