Home
last modified time | relevance | path

Searched refs:RT1 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S63 #define RT1 %r12 macro
92 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 0, cd ## 0); \
93 xor2ror16(sp22000222, sp10011110, RT0, RT1, ab ## 0, RT2); \
94 xor2ror16(sp11101110, sp44044404, RT0, RT1, ab ## 0, cd ## 0); \
95 xor2ror16(sp30333033, sp02220222, RT0, RT1, ab ## 0, RT2); \
105 movq (key_table + ((kr) * 2) * 4)(CTX), RT1; \
106 orq r ## 0, RT1; \
107 shrq $32, RT1; \
108 xorq RT1, r ## 0; \
213 enc_outunpack(mov, RT1);
[all …]
H A Dtwofish-x86_64-asm_64-3way.S70 #define RT1 %rsi macro
105 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 0, x ## 0); \
106 do16bit_ror(16, xor, xor, Ty3, Ty0, RT0, RT1, ab ## 0, y ## 0); \
109 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 1, x ## 1); \
110 do16bit_ror(16, xor, xor, Ty3, Ty0, RT0, RT1, ab ## 1, y ## 1); \
113 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 2, x ## 2); \
114 do16bit_ror(16, xor, xor, Ty3, Ty0, RT0, RT1, ab ## 2, y ## 2); \
251 popq RT1; /* bool xor */
H A Ddes3_ede-asm_64.S58 #define RT1 %rsi macro
133 xorq s6(, RT1, 8), to; \
142 xorq s5(, RT1, 8), to; \
359 xorq s6(, RT1, 8), to##0; \
364 xorq s2(, RT1, 8), to##0; \
369 xorq s5(, RT1, 8), to##0; \
374 xorq s1(, RT1, 8), to##0; \
380 xorq s6(, RT1, 8), to##1; \
385 xorq s2(, RT1, 8), to##1; \
390 xorq s5(, RT1, 8), to##1; \
[all …]
H A Dblowfish-x86_64-asm_64.S45 #define RT1 %rsi macro
65 addl s1(CTX,RT1,4), RT0d; \
69 xorl s2(CTX,RT1,4), RT0d; \
192 xorl s2(CTX,RT1,4), RT0d; \
H A Dserpent-sse2-i586-asm_32.S34 #define RT1 %xmm6 macro
45 get_key(i, 2, RT1); \
48 pxor RT1, x2; \
513 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
554 write_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
559 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
576 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE);
613 write_blocks(%eax, RC, RD, RB, RE, RT0, RT1, RA);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dmath_fwd.hpp42 template <class RT1, class RT2>
43 typename tools::promote_args<RT1, RT2>::type
44 beta(RT1 a, RT2 b); // Beta function (2 arguments).
46 template <class RT1, class RT2, class A>
47 typename tools::promote_args<RT1, RT2, A>::type
48 beta(RT1 a, RT2 b, A x); // Beta function (3 arguments).
50 template <class RT1, class RT2, class RT3, class Policy>
51 typename tools::promote_args<RT1, RT2, RT3>::type
52 beta(RT1 a, RT2 b, RT3 x, const Policy& pol); // Beta function (3 arguments).
54 template <class RT1, class RT2, class RT3>
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dsha1-armv7-neon.S54 #define RT1 r10 macro
93 and RT1, c, b; \
96 add e, e, RT1; \
119 and RT1, b, c; \
123 add RT1, RT1, RT3; \
127 add e, e, RT1;
590 add _b, RT1;
623 add _b, RT1;