Home
last modified time | relevance | path

Searched defs:A0 (Results 1 – 15 of 15) sorted by relevance

/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
38 #define G2_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
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
96 #define SWAP_HALVES(A0, A1) \ argument
105 #define SWAP_QUARTERS(A0, A1) \ argument
112 #define UNSWAP_QUARTERS(A0, A1) \ argument
119 #define BLAKE2_ROUND_1(A0, C0, B0, D0, A1, C1, B1, D1) \ argument
132 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
H A Dblamka-round-avx2.h12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
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
96 #define UNDIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
107 #define UNDIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
124 #define BLAKE2_ROUND_1(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
137 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
H A Dblamka-round-ssse3.h31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
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
/freebsd/lib/libc/stdlib/
H A Da64l.c18 #define A0 48 /* ASCII '0' */ macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp104 Value *A0 = Builder.CreateFPToUI(FloatVal, Builder.getIntNTy(32)); in expandFPToI() local
107 Value *A0 = Builder.CreateFPToSI(FloatVal, Builder.getIntNTy(32)); in expandFPToI() local
422 Value *A0 = Builder.CreateTrunc(AAddr0, Builder.getInt32Ty()); in expandIToFP() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp87 ExecutorAddr A0(0), A1(1), A2(2), A3(3); in TEST() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp166 const RegSizeInfo &A0 = get(M0); in hasStricterSpillThan() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp914 Value *A0 = ICMP->getOperand(0); in InjectTraceForCmp() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1495 APInt A0(Bits, 1, true), A1(Bits, 0, true); in findGCD() local
2611 const SCEV *A0; in banerjeeMIVtest() local
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h835 l_fp A0; ///< +- Clock Correction Coefficient 0 [sec] member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2967 Value *A0, *A1, *V0, *V1; in visitFSub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2746 SDValue A0 = getInstr(Hexagon::C2_tfrpr, dl, MVT::i32, {VecV}, DAG); in extractVectorPred() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp656 llvm::Value *A0 = in emitHashMix() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16611 auto *A0 = dyn_cast<BinaryOperator>(A->getOperand(0)); in tryToVectorize() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9552 SDValue A0 = A.getOperand(0), A1 = A.getOperand(1); in visitXOR() local