Home
last modified time | relevance | path

Searched refs:RT0 (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/powerpc/boot/dts/
Dmpc7448hpc2.dts160 0x800 0x0 0x0 0x1 &RT0 0x24 0x0
161 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
162 0x800 0x0 0x0 0x3 &RT0 0x26 0x0
163 0x800 0x0 0x0 0x4 &RT0 0x27 0x0
166 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
167 0x1000 0x0 0x0 0x2 &RT0 0x26 0x0
168 0x1000 0x0 0x0 0x3 &RT0 0x27 0x0
169 0x1000 0x0 0x0 0x4 &RT0 0x24 0x0
172 0x1800 0x0 0x0 0x1 &RT0 0x26 0x0
173 0x1800 0x0 0x0 0x2 &RT0 0x27 0x0
[all …]
Dholly.dts160 0x800 0x0 0x0 0x1 &RT0 0x24 0x0
161 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
162 0x800 0x0 0x0 0x3 &RT0 0x26 0x0
163 0x800 0x0 0x0 0x4 &RT0 0x27 0x0
165 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
166 0x1000 0x0 0x0 0x2 &RT0 0x26 0x0
167 0x1000 0x0 0x0 0x3 &RT0 0x27 0x0
168 0x1000 0x0 0x0 0x4 &RT0 0x24 0x0
170 0x1800 0x0 0x0 0x1 &RT0 0x26 0x0
171 0x1800 0x0 0x0 0x2 &RT0 0x27 0x0
[all …]
/Linux-v4.19/arch/x86/crypto/
Dcamellia-x86_64-asm_64.S77 #define RT0 %rsi macro
107 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 0, cd ## 0); \
108 xor2ror16(sp22000222, sp10011110, RT0, RT1, ab ## 0, RT2); \
109 xor2ror16(sp11101110, sp44044404, RT0, RT1, ab ## 0, cd ## 0); \
110 xor2ror16(sp30333033, sp02220222, RT0, RT1, ab ## 0, RT2); \
118 shlq $32, RT0; \
119 xorq RT0, l ## 0; \
132 shlq $32, RT0; \
133 xorq RT0, r ## 0;
285 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 0, cd ## 0); \
[all …]
Dtwofish-x86_64-asm_64-3way.S84 #define RT0 %rdx macro
110 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 0, ab ## 0, x ## 0); \
111 do16bit_ror(48, mov, xor, Ty1, Ty2, RT0, y ## 0, ab ## 0, y ## 0); \
113 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 1, ab ## 1, x ## 1); \
114 do16bit_ror(48, mov, xor, Ty1, Ty2, RT0, y ## 1, ab ## 1, y ## 1); \
116 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 2, ab ## 2, x ## 2); \
117 do16bit_ror(48, mov, xor, Ty1, Ty2, RT0, y ## 2, ab ## 2, y ## 2); \
120 do16bit_ror(32, xor, xor, Tx2, Tx3, RT0, RT1, ab ## 0, x ## 0); \
121 do16bit_ror(16, xor, xor, Ty3, Ty0, RT0, RT1, ab ## 0, y ## 0); \
122 swap_ab_with_cd(ab ## 0, cd ## 0, RT0); \
[all …]
Dblowfish-x86_64-asm_64.S59 #define RT0 %rdi macro
79 movl s0(CTX,RT0,4), RT0d; \
86 xorq RT0, RX0;
98 movq p+4*(n-1)(CTX), RT0; \
99 rorq $32, RT0; \
100 xorq RT0, RX0;
205 movl s0(CTX,RT0,4), RT0d; \
209 xorq RT0, x;
Ddes3_ede-asm_64.S66 #define RT0 %r15 macro
91 shlq $32, RT0; \
92 orq RT0, val; \
96 movq val, RT0; \
97 shrq $32, RT0; \
141 movq s8(, RT0, 8), RT0; \
146 xorq s4(, RT2, 8), RT0; \
150 xorq s7(, RL1, 8), RT0; \
152 xorq s3(, RT2, 8), RT0; \
154 xorq RT0, to; \
[all …]
Dserpent-sse2-i586-asm_32.S48 #define RT0 %xmm5 macro
59 get_key(i, 1, RT0); \
62 pxor RT0, x1; \
97 get_key(i, 1, RT0); \
98 pxor RT0, x1; \
99 get_key(i, 3, RT0); \
100 pxor RT0, x3; \
108 get_key(i, 0, RT0); \
109 pxor RT0, x0; \
110 get_key(i, 2, RT0); \
[all …]
/Linux-v4.19/arch/arm/crypto/
Dsha1-armv7-neon.S57 #define RT0 r9 macro
95 bic RT0, d, b; \
99 add RT0, RT0, RT3; \
103 add e, e, RT0;
109 eor RT0, d, b; \
111 eor RT0, RT0, c; \
116 add e, e, RT0; \
122 eor RT0, b, c; \
126 and RT0, RT0, d; \
128 add e, e, RT0; \
[all …]