Searched refs:R24 (Results 1 – 11 of 11) 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 230 p->R24.d[1] = U8TO32_LE(key + 24); in CRYPTO_poly1305_init() 231 p->R24.d[3] = U8TO32_LE(key + 28); in CRYPTO_poly1305_init() 267 pad1 = ((uint64_t)p->R24.d[3] << 32) | (uint64_t)p->R24.d[1]; in poly1305_first_block() 291 …p->R24.v = _mm_shuffle_epi32(_mm_cvtsi32_si128((uint32_t)((r22 >> 16) ) ),… in poly1305_first_block() 295 p->S24.v = _mm_mul_epu32(p->R24.v, FIVE); in poly1305_first_block() 309 p->R24.d[1] = (uint32_t)(pad1 ); in poly1305_first_block() 310 p->R24.d[3] = (uint32_t)(pad1 >> 32); in poly1305_first_block() 350 T4 = _mm_mul_epu32(H0, p->R24.v); in poly1305_blocks() 385 T5 = _mm_mul_epu32(M0, p->R24.v); T4 = _mm_add_epi64(T4, T5); in poly1305_blocks() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 88 def R24 : Ri<24, "r24">, DwarfRegNum<[24]>; 115 def D12 : Rd<24, "r25:24", [R24, R25]>, DwarfRegNum<[56]>;
|
D | HexagonRegisterInfo.cpp | 49 Hexagon::R24, Hexagon::R25, Hexagon::R26, Hexagon::R27, 0 in getCalleeSavedRegs() 54 Hexagon::R24, Hexagon::R25, Hexagon::R26, Hexagon::R27, 0 in getCalleeSavedRegs()
|
/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 | 96 {PPC::R24, -32}, in getCalleeSavedSpillSlots()
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 145 PPC::R24, PPC::R25, PPC::R26, PPC::R27, 156 PPC::R24, PPC::R25, PPC::R26, PPC::R27,
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 79 28: GETL R24, t20 214 5: PUTL t2, R24 639 0: GETL R24, t0 995 0: GETL R24, t0 1118 43: GETL R24, t34 1346 47: PUTL t28, R24 1370 63: GETL R24, t42 1698 44: PUTL t28, R24 2348 0: GETL R24, t0 2870 3: GETL R24, t2 [all …]
|
D | return0.orig | 79 28: GETL R24, t20 214 5: PUTL t2, R24 639 0: GETL R24, t0 995 0: GETL R24, t0 1118 43: GETL R24, t34 1346 47: PUTL t28, R24 1370 63: GETL R24, t42 1698 44: PUTL t28, R24 2348 0: GETL R24, t0 2870 3: GETL R24, t2 [all …]
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
D | chacha20poly1305.patch | 4535 + } R20,R21,R22,R23,R24,S21,S22,S23,S24; 4642 + p->R24.d[1] = U8TO32_LE(key + 24); 4643 + p->R24.d[3] = U8TO32_LE(key + 28); 4679 + pad1 = ((uint64_t)p->R24.d[3] << 32) | (uint64_t)p->R24.d[1]; 4703 + p->R24.v = _mm_shuffle_epi32(_mm_cvtsi32_si128((uint32_t)((r22 >> 16) ) … 4707 + p->S24.v = _mm_mul_epu32(p->R24.v, FIVE); 4721 + p->R24.d[1] = (uint32_t)(pad1 ); 4722 + p->R24.d[3] = (uint32_t)(pad1 >> 32); 4762 + T4 = _mm_mul_epu32(H0, p->R24.v); 4797 + T5 = _mm_mul_epu32(M0, p->R24.v); T4 = _mm_add_epi64(T4, T5); [all …]
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 43 PPC::R24, PPC::R25, PPC::R26, PPC::R27, 54 PPC::R24, PPC::R25, PPC::R26, PPC::R27,
|
/external/chromium_org/third_party/openssl/patches.chromium/ |
D | 0007-chacha.patch | 6133 ++ } R20,R21,R22,R23,R24,S21,S22,S23,S24; 6240 ++ p->R24.d[1] = U8TO32_LE(key + 24); 6241 ++ p->R24.d[3] = U8TO32_LE(key + 28); 6277 ++ pad1 = ((uint64_t)p->R24.d[3] << 32) | (uint64_t)p->R24.d[1]; 6301 ++ p->R24.v = _mm_shuffle_epi32(_mm_cvtsi32_si128((uint32_t)((r22 >> 16) ) … 6305 ++ p->S24.v = _mm_mul_epu32(p->R24.v, FIVE); 6319 ++ p->R24.d[1] = (uint32_t)(pad1 ); 6320 ++ p->R24.d[3] = (uint32_t)(pad1 >> 32); 6360 ++ T4 = _mm_mul_epu32(H0, p->R24.v); 6395 ++ T5 = _mm_mul_epu32(M0, p->R24.v); T4 = _mm_add_epi64(T4, T5); [all …]
|