Searched refs:R23 (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
D | poly1305_vec.c | 123 } R20,R21,R22,R23,R24,S21,S22,S23,S24; member 228 p->R23.d[1] = U8TO32_LE(key + 16); in CRYPTO_poly1305_init() 229 p->R23.d[3] = U8TO32_LE(key + 20); in CRYPTO_poly1305_init() 266 pad0 = ((uint64_t)p->R23.d[3] << 32) | (uint64_t)p->R23.d[1]; in poly1305_first_block() 290 …p->R23.v = _mm_shuffle_epi32(_mm_cvtsi32_si128((uint32_t)((r21 >> 34) | (r22 << 10)) & 0x3ffffff),… in poly1305_first_block() 294 p->S23.v = _mm_mul_epu32(p->R23.v, FIVE); in poly1305_first_block() 307 p->R23.d[1] = (uint32_t)(pad0 ); in poly1305_first_block() 308 p->R23.d[3] = (uint32_t)(pad0 >> 32); in poly1305_first_block() 349 T3 = _mm_mul_epu32(H0, p->R23.v); in poly1305_blocks() 359 T5 = _mm_mul_epu32(H1, p->R23.v); T4 = _mm_add_epi64(T4, T5); in poly1305_blocks() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 87 def R23 : Ri<23, "r23">, DwarfRegNum<[23]>; 114 def D11 : Rd<22, "r23:22", [R22, R23]>, DwarfRegNum<[54]>;
|
D | HexagonRegisterInfo.cpp | 53 Hexagon::R20, Hexagon::R21, Hexagon::R22, Hexagon::R23, in getCalleeSavedRegs()
|
D | HexagonInstrInfo.td | 2049 R22, R23, R28, R31, P0, P1, P2, P3, LC0, LC1, SA0, SA1] in { 2057 R22, R23, R28, R31, P0, P1, P2, P3, LC0, LC1, SA0, SA1] in {
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 155 R21, R22, R23, R24, R25, R26, R27, R28, 164 R21, R22, R23, R24, R25, R26, R27, R28,
|
D | PPCFrameLowering.cpp | 97 {PPC::R23, -36}, in getCalleeSavedSpillSlots()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 144 PPC::R20, PPC::R21, PPC::R22, PPC::R23, 155 PPC::R20, PPC::R21, PPC::R22, PPC::R23,
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | return0.orig | 60 15: GETL R23, t10 75 26: PUTL t18, R23 1106 35: GETL R23, t28 1172 3: PUTL t2, R23 1193 16: GETL R23, t12 1248 55: PUTL t40, R23 1262 1: PUTL t0, R23 1275 0: GETL R23, t0 1504 7: PUTL t4, R23 1681 33: PUTL t20, R23 [all …]
|
D | date.orig | 60 15: GETL R23, t10 75 26: PUTL t18, R23 1106 35: GETL R23, t28 1172 3: PUTL t2, R23 1193 16: GETL R23, t12 1248 55: PUTL t40, R23 1262 1: PUTL t0, R23 1275 0: GETL R23, t0 1504 7: PUTL t4, R23 1681 33: PUTL t20, R23 [all …]
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
D | chacha20poly1305.patch | 4535 + } R20,R21,R22,R23,R24,S21,S22,S23,S24; 4640 + p->R23.d[1] = U8TO32_LE(key + 16); 4641 + p->R23.d[3] = U8TO32_LE(key + 20); 4678 + pad0 = ((uint64_t)p->R23.d[3] << 32) | (uint64_t)p->R23.d[1]; 4702 + p->R23.v = _mm_shuffle_epi32(_mm_cvtsi32_si128((uint32_t)((r21 >> 34) | (r22 << 10)) & 0x3ffffff… 4706 + p->S23.v = _mm_mul_epu32(p->R23.v, FIVE); 4719 + p->R23.d[1] = (uint32_t)(pad0 ); 4720 + p->R23.d[3] = (uint32_t)(pad0 >> 32); 4761 + T3 = _mm_mul_epu32(H0, p->R23.v); 4771 + T5 = _mm_mul_epu32(H1, p->R23.v); T4 = _mm_add_epi64(T4, T5); [all …]
|
/external/chromium_org/third_party/openssl/patches.chromium/ |
D | 0007-chacha.patch | 6133 ++ } R20,R21,R22,R23,R24,S21,S22,S23,S24; 6238 ++ p->R23.d[1] = U8TO32_LE(key + 16); 6239 ++ p->R23.d[3] = U8TO32_LE(key + 20); 6276 ++ pad0 = ((uint64_t)p->R23.d[3] << 32) | (uint64_t)p->R23.d[1]; 6300 ++ p->R23.v = _mm_shuffle_epi32(_mm_cvtsi32_si128((uint32_t)((r21 >> 34) | (r22 << 10)) & 0x3fffff… 6304 ++ p->S23.v = _mm_mul_epu32(p->R23.v, FIVE); 6317 ++ p->R23.d[1] = (uint32_t)(pad0 ); 6318 ++ p->R23.d[3] = (uint32_t)(pad0 >> 32); 6359 ++ T3 = _mm_mul_epu32(H0, p->R23.v); 6369 ++ T5 = _mm_mul_epu32(H1, p->R23.v); T4 = _mm_add_epi64(T4, T5); [all …]
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 42 PPC::R20, PPC::R21, PPC::R22, PPC::R23, 53 PPC::R20, PPC::R21, PPC::R22, PPC::R23,
|