Searched refs:T1 (Results 1 – 10 of 10) sorted by relevance
/arch/x86/crypto/ |
D | ghash-clmulni-intel_asm.S | 34 #define T1 %xmm2 macro 55 movaps DATA, T1 62 PCLMULQDQ 0x11 SHASH T1 # T1 = a1 * b1 65 pxor T1, T2 # T2 = a0 * b1 + a1 * b0 71 pxor T2, T1 # <T1:DATA> is result of 85 pxor T3, T1 94 pxor T2, T1 95 pxor T1, DATA
|
D | sha1_ssse3_asm.S | 201 .set T1, REG_T1 define 220 mov \c, T1 221 SWAP_REG_NAMES \c, T1 222 xor \d, T1 223 and \b, T1 224 xor \d, T1 228 mov \d, T1 229 SWAP_REG_NAMES \d, T1 230 xor \c, T1 231 xor \b, T1 [all …]
|
D | twofish-x86_64-asm_64-3way.S | 86 #define do16bit_ror(rot, op1, op2, T0, T1, tmp1, tmp2, ab, dst) \ argument 91 op2##l T1(CTX, tmp1, 4), dst ## d;
|
D | camellia-x86_64-asm_64.S | 92 #define xor2ror16(T0, T1, tmp1, tmp2, ab, dst) \ argument 97 xorq T1(, tmp1, 8), dst;
|
D | aesni-intel_asm.S | 117 #define T1 %r10 macro 118 #define TKEYP T1 130 #define T1 %ecx macro 131 #define TKEYP T1
|
/arch/mips/mm/ |
D | page.c | 47 #define T1 9 macro 445 build_copy_load(&buf, T1, off + copy_word_size); in build_copy_page() 453 build_copy_store(&buf, T1, off + copy_word_size); in build_copy_page() 467 build_copy_load(&buf, T1, off + copy_word_size); in build_copy_page() 475 build_copy_store(&buf, T1, off + copy_word_size); in build_copy_page() 492 build_copy_load(&buf, T1, off + copy_word_size); in build_copy_page() 498 build_copy_store(&buf, T1, off + copy_word_size); in build_copy_page() 510 build_copy_load(&buf, T1, off + copy_word_size); in build_copy_page() 516 build_copy_store(&buf, T1, off + copy_word_size); in build_copy_page() 534 build_copy_load(&buf, T1, off + copy_word_size); in build_copy_page() [all …]
|
/arch/m68k/fpsp040/ |
D | scosh.S | 63 T1: .long 0x40C62D38,0xD3D64634 | ... 16381 LOG2 LEAD label 113 fsubd T1(%pc),%fp0 | ...(|X|-16381LOG2_LEAD)
|
D | ssinh.S | 59 T1: .long 0x40C62D38,0xD3D64634 | ... 16381 LOG2 LEAD label 116 fsubd T1(%pc),%fp0 | ...(|X|-16381LOG2_LEAD)
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 927 2: prefetch T1
|
/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 549 T1: long 0x40C62D38,0xD3D64634 # 16381 LOG2 LEAD label 7650 fsub.d T1(%pc),%fp0 # (|X|-16381LOG2_LEAD) 7769 fsub.d T1(%pc),%fp0 # (|X|-16381LOG2_LEAD)
|