Home
last modified time | relevance | path

Searched refs:A1 (Results 1 – 25 of 212) sorted by relevance

123456789

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx512f.h17 #define G1_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
20 A1 = muladd(A1, B1); \
23 D1 = _mm512_xor_si512(D1, A1); \
38 #define G2_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
41 A1 = muladd(A1, B1); \
44 D1 = _mm512_xor_si512(D1, A1); \
59 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
71 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
83 #define BLAKE2_ROUND(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
85 G1_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1); \
[all …]
H A Dblamka-round-avx2.h12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
27 ml = _mm256_mul_epu32(A1, B1); \
29 A1 = _mm256_add_epi64(A1, _mm256_add_epi64(B1, ml)); \
30 D1 = _mm256_xor_si256(D1, A1); \
41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
55 ml = _mm256_mul_epu32(A1, B1); \
57 A1 = _mm256_add_epi64(A1, _mm256_add_epi64(B1, ml)); \
58 D1 = _mm256_xor_si256(D1, A1); \
68 #define DIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
79 #define DIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
[all …]
H A Dblamka-round-ssse3.h31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
34 A1 = fBlaMka(A1, B1); \
37 D1 = _mm_xor_si128(D1, A1); \
52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
55 A1 = fBlaMka(A1, B1); \
58 D1 = _mm_xor_si128(D1, A1); \
73 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
90 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
107 #define BLAKE2_ROUND(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
109 G1(A0, B0, C0, D0, A1, B1, C1, D1); \
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp38 ExecutorAddr A1(1), A2(2); in TEST() local
40 EXPECT_LE(A1, A1); in TEST()
41 EXPECT_LT(A1, A2); in TEST()
42 EXPECT_GT(A2, A1); in TEST()
87 ExecutorAddr A0(0), A1(1), A2(2), A3(3); in TEST() local
88 ExecutorAddrRange R0(A0, A1), R1(A1, A2), R2(A2, A3), R3(A0, A2), R4(A1, A3); in TEST()
96 EXPECT_EQ(R1, ExecutorAddrRange(A1, A2)); in TEST()
97 EXPECT_EQ(R1, ExecutorAddrRange(A1, ExecutorAddrDiff(1))); in TEST()
100 EXPECT_TRUE(R1.contains(A1)); in TEST()
H A Derror_test.cpp259 Expected<B *> A1(Expected<D *>(nullptr)); in TEST() local
261 (void)!!A1; in TEST()
262 A1 = Expected<D *>(nullptr); in TEST()
264 (void)!!A1; in TEST()
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm124 MV B1,A1
126 || STW A1,*ARG0++(8) ; rp[2*i+1]
138 [B0] ZERO A1 ; carry flag
148 ADDU A1,A9:A8,A1:A0
151 || MV A1,RET ; keep carry flag in RET
172 SUBU B7,A7,A1:A0
173 [A2] SUB A1:A0,1,A1:A0
176 || AND 1,A1,A2 ; pass on borrow flag
179 AND 1,A1,RET ; return borrow flag
186 LMBD 1,A4,A1 ; leading zero bits in hi
[all …]
H A Dx86_64-mont5.pl1099 my @A1=("%r12","%r13");
1351 mov %rax,$A1[0] # a[2]*a[1]+t[3]
1353 mov %rdx,$A1[1]
1361 add $A1[0],$A0[0]
1370 add %rax,$A1[1] # a[3]*a[1]+t[4]
1372 mov %rdx,$A1[0]
1373 adc \$0,$A1[0]
1381 add $A1[1],$A0[1]
1386 add %rax,$A1[0] # a[4]*a[3]+t[5]
1389 mov %rdx,$A1[1]
[all …]
H A Darmv4-mont.pl301 my ($A0,$A1,$A2,$A3)=map("d$_",(0..3));
342 vmull.u32 @ACC[2],$Bi,${A1}[0]
344 vmull.u32 @ACC[3],$Bi,${A1}[1]
391 vmlal.u32 @ACC[2],$Bi,${A1}[0]
393 vmlal.u32 @ACC[3],$Bi,${A1}[1]
484 vmlal.u32 @ACC[2],$Bi,${A1}[0]
486 vmlal.u32 @ACC[3],$Bi,${A1}[1]
521 vmlal.u32 @ACC[2],$Bi,${A1}[0]
523 vmlal.u32 @ACC[3],$Bi,${A1}[1]
564 vmlal.u32 @ACC[2],$Bi,${A1}[0]
[all …]
H A Dppc64-mont.pl175 $A0="f10"; $A1="f11"; $A2="f12"; $A3="f13";
395 lfd $A1,`$FRAME+72`($sp)
403 fcfid $A1,$A1
413 fmul $T1a,$A1,$ba
414 fmul $T1b,$A1,$bb
416 stfd $A1,16($nap_d)
432 fmadd $T2a,$A1,$bc,$T2a
433 fmadd $T2b,$A1,$bd,$T2b
533 lfd $A1,`$FRAME+72`($sp)
541 fcfid $A1,$A1
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp427 BT::RegisterCell BT::MachineEvaluator::eADD(const RegisterCell &A1, in eADD() argument
429 uint16_t W = A1.width(); in eADD()
435 const BitValue &V1 = A1[I]; in eADD()
444 const BitValue &V1 = A1[I]; in eADD()
460 BT::RegisterCell BT::MachineEvaluator::eSUB(const RegisterCell &A1, in eSUB() argument
462 uint16_t W = A1.width(); in eSUB()
468 const BitValue &V1 = A1[I]; in eSUB()
477 const BitValue &V1 = A1[I]; in eSUB()
493 BT::RegisterCell BT::MachineEvaluator::eMLS(const RegisterCell &A1, in eMLS() argument
495 uint16_t W = A1.width() + A2.width(); in eMLS()
[all …]
H A DBitTracker.h418 RegisterCell eADD(const RegisterCell &A1, const RegisterCell &A2) const;
419 RegisterCell eSUB(const RegisterCell &A1, const RegisterCell &A2) const;
420 RegisterCell eMLS(const RegisterCell &A1, const RegisterCell &A2) const;
421 RegisterCell eMLU(const RegisterCell &A1, const RegisterCell &A2) const;
424 RegisterCell eASL(const RegisterCell &A1, uint16_t Sh) const;
425 RegisterCell eLSR(const RegisterCell &A1, uint16_t Sh) const;
426 RegisterCell eASR(const RegisterCell &A1, uint16_t Sh) const;
429 RegisterCell eAND(const RegisterCell &A1, const RegisterCell &A2) const;
430 RegisterCell eORL(const RegisterCell &A1, const RegisterCell &A2) const;
431 RegisterCell eXOR(const RegisterCell &A1, const RegisterCell &A2) const;
[all …]
H A DHexagonConstPropagation.cpp350 bool evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2,
365 bool evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result);
370 bool evaluateORii(const APInt &A1, const APInt &A2, APInt &Result);
375 bool evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result);
380 bool evaluateZEXTi(const APInt &A1, unsigned Width, unsigned Bits,
384 bool evaluateSEXTi(const APInt &A1, unsigned Width, unsigned Bits,
390 bool evaluateCLBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result);
393 bool evaluateCTBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result);
399 bool evaluateEXTRACTi(const APInt &A1, unsigned Bits, unsigned Offset,
404 bool evaluateSplati(const APInt &A1, unsigned Bits, unsigned Count,
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c31 static const void *getMinAddr(const void *A1, const void *A2) { in getMinAddr() argument
32 return A1 < A2 ? A1 : A2; in getMinAddr()
35 static const void *getMaxAddr(const void *A1, const void *A2) { in getMaxAddr() argument
36 return A1 > A2 ? A1 : A2; in getMaxAddr()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \ argument
69 VEC8_LINE1(A1, B1, C1, D1); \
73 VEC8_LINE2(A1, B1, C1, D1); \
77 VEC8_LINE3(A1, B1, C1, D1); \
81 VEC8_LINE4(A1, B1, C1, D1); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument
88 VEC8_LINE1(A1, B1, C1, D1); \
90 VEC8_LINE2(A1, B1, C1, D1); \
92 VEC8_LINE3(A1, B1, C1, D1); \
94 VEC8_LINE4(A1, B1, C1, D1); \
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Ddigest.asn1150 -- A1 = unq(username-value) ":" unq(realm-value) ":" passwd
152 -- A1 = HEX(H(unq(username-value) ":" unq(realm-value) ":" passwd ) ":" unq(nonce-value) ":" unq(cn…
159 -- request-digest = HEX(KD(HEX(H(A1)),
162 -- request-digest = HEX(KD(HEX(H(A1)), unq(nonce-value) ":" HEX(H(A2))))
167 -- A1 = { SS, ":", unq(nonce-value), ":", unq(cnonce-value) }
168 -- A1 = { SS, ":", unq(nonce-value), ":", unq(cnonce-value), ":", unq(authzid-value) }
174 -- response-value = HEX( KD ( HEX(H(A1)),
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c41 # define A1(x) ((x) >> 56) macro
43 # define A1 A macro
59 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc); in lzma_crc64_generic()
85 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc); in lzma_crc64_generic()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.td43 CCIfType<[i32], CCAssignToReg<[D0, D1, A0, A1]>>,
71 /// The 'nest' parameter, if any, is passed in A1.
72 CCIfNest<CCAssignToReg<[A1]>>, // FIXME verify if this is correct
86 /// The 'nest' parameter, if any, is passed in A1.
87 CCIfNest<CCAssignToReg<[A1]>>, // FIXME verify if this is correct
H A DM68kCallingConv.h44 M68k::A1}; in CC_M68k_Any_AssignToReg()
49 M68k::A1, in CC_M68k_Any_AssignToReg()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Drenesas,rza1-irqc.txt1 DT bindings for the Renesas RZ/A1 Interrupt Controller
3 The RZ/A1 Interrupt Controller is a front-end for the GIC found on Renesas
4 RZ/A1 and RZ/A2 SoCs:
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-388-clearfog-pro.dts3 * Device Tree file for SolidRun Clearfog Pro revision A1 rev 2.0 (88F6828)
10 model = "SolidRun Clearfog Pro A1";
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-riscv64-v-zbb.pl100 $A1, $B1, $C1,
118 @{[vadd_vv $A1, $A1, $B1]}
126 @{[vxor_vv $C1, $C1, $A1]}
177 $A1, $B1, $C1, $D1,
193 $A1, $B1, $D1,
217 $A1, $B1, $D1,
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dkresults.expected54 B5 76 2B EE F3 A1 04 A1 E0 3F FE CA 17 7B 4C 91
70 FA 1B E1 F3 A1 32 DE F4 C4 F1 67 02 38 85 5C 11
114 51 6F 31 69 BF 9C 75 AD A1 C6 66 A6 1B A2 38 0D
124 A1 BD F6 34 5D F3 BC 03 86 72 D0 C3 13 FE C3 95
139 FA 1B E1 F3 A1 32 DE F4 C4 F1 67 02 38 85 5C 11
186 51 6F 31 69 BF 9C 75 AD A1 C6 66 A6 1B A2 38 0D
197 A1 BD F6 34 5D F3 BC 03 86 72 D0 C3 13 FE C3 95
214 FA 1B E1 F3 A1 32 DE F4 C4 F1 67 02 38 85 5C 11
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dregress.in2 (A[1])|(A[2])|(A[3])|(A[4])|(A[5])|(A[6])|(A[7])|(A[8])|(A[9])|(A[A]) - A1 A1
H A Dsubtle.in7 0[[:lower:]]1 &i 0A1 0A1
/freebsd/lib/msun/bsdsrc/
H A Db_log.c76 A1 = 8.3333333333333329e-02, /* 0x3fb55555, 0x55555555 */ variable
383 q = u * v * (A1 + v * (A2 + v * A3)); in __log__D()

123456789