HomeSort by: relevance | last modified time | path
    Searched defs:C0 (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/lib/libm/src/
k_cosdf.c 27 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */
44 return ((one+z*C0) + w*C1) + (w*z)*r;
k_sincosf.h 31 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */
47 *cs = ((1 + z * C0) + w * C1) + (w * z) * r;
  /src/tests/lib/libc/membar/
t_spinlock.c 92 uint64_t C_local = 0, C0[__arraycount(C)];
99 C0[i] = C[i].v;
102 C[i].v = C0[i] + 1;
  /src/common/lib/libc/hash/sha3/
keccak.c 64 secret uint64_t C0, C1, C2, C3, C4;
67 C0 = C1 = C2 = C3 = C4 = 0;
69 C0 ^= A[0 + 5*y];
77 A[1 + 5*y] ^= C0 ^ rol64(C2, 1);
80 A[4 + 5*y] ^= C3 ^ rol64(C0, 1);
  /src/tests/crypto/libcrypto/
t_sha512trunc.c 49 enum { C0 = 0xc0, C1 = 0xc1 };
68 *p0 = C0;
84 ATF_CHECK_EQ_MSG(*p0, C0, "expected 0x%x got 0x%hhx", C0, *p0);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 301 Constant *C0 = ConstantExpr::getBitCast(const_cast<Constant *>(this), IntTy);
303 Constant *CmpEq = ConstantExpr::getICmp(ICmpInst::ICMP_EQ, C0, C1);
  /src/lib/libm/noieee_src/
trig.h 182 * cos(k*x)-1+z/2 = z*z*(C0 + C1*z^1 + ... + C5*z^5)
184 * cos__C(z) = z*z*(C0 + C1*z^1 + ... + C5*z^5)
200 vc(C0, 4.1666666666666504759E-2 ,aaaa,3e2a,a9f0,aaaa, -4, .AAAAAAAAAAA9F0)
207 ic(C0, 4.1666666666666504759E-2 , -5, 1.555555555553E)
215 #define C0 vccast(C0)
223 #define cos__C(z) (z*z*(C0+z*(C1+z*(C2+z*(C3+z*(C4+z*C5))))))
  /src/external/gpl3/binutils/dist/gprofng/common/
core_pcbe.c 150 #define C0 C(0)
178 { 0x03, 0x00, C0|C1, "load_block" , 0x0, ATTR_NONE, 0x0 }, \
179 { 0x03, 0x02, C0|C1, "load_block.sta" , 0x0, ATTR_NONE, 0x0 }, \
180 { 0x03, 0x04, C0|C1, "load_block.std" , 0x0, ATTR_NONE, 0x0 }, \
181 { 0x03, 0x08, C0|C1, "load_block.overlap_store" , 0x0, ATTR_NONE, 0x0 }, \
182 { 0x03, 0x10, C0|C1, "load_block.until_retire" , 0x0, ATTR_NONE, 0x0 }, \
183 { 0x03, 0x20, C0|C1, "load_block.l1d" , 0x0, ATTR_NONE, 0x0 }, \
184 { 0x04, 0x00, C0|C1, "store_block" , 0x0, ATTR_NONE, 0x0 }, \
185 { 0x04, 0x01, C0|C1, "store_block.drain_cycles" /*spell-diff*/ , 0x0, ATTR_NONE, 0x0 }, \
186 { 0x04, 0x02, C0|C1, "store_block.order" , 0x0, ATTR_NONE, 0x0 },
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/common/
core_pcbe.c 150 #define C0 C(0)
178 { 0x03, 0x00, C0|C1, "load_block" , 0x0, ATTR_NONE, 0x0 }, \
179 { 0x03, 0x02, C0|C1, "load_block.sta" , 0x0, ATTR_NONE, 0x0 }, \
180 { 0x03, 0x04, C0|C1, "load_block.std" , 0x0, ATTR_NONE, 0x0 }, \
181 { 0x03, 0x08, C0|C1, "load_block.overlap_store" , 0x0, ATTR_NONE, 0x0 }, \
182 { 0x03, 0x10, C0|C1, "load_block.until_retire" , 0x0, ATTR_NONE, 0x0 }, \
183 { 0x03, 0x20, C0|C1, "load_block.l1d" , 0x0, ATTR_NONE, 0x0 }, \
184 { 0x04, 0x00, C0|C1, "store_block" , 0x0, ATTR_NONE, 0x0 }, \
185 { 0x04, 0x01, C0|C1, "store_block.drain_cycles" /*spell-diff*/ , 0x0, ATTR_NONE, 0x0 }, \
186 { 0x04, 0x02, C0|C1, "store_block.order" , 0x0, ATTR_NONE, 0x0 },
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib1funcs-fixed.S 393 #define C0 24
394 #define C1 C0+1
399 ;;; (C3:C0) = (A3:A0) * (B3:B0)
414 clr C0
418 mul A1, B0 $ add C3, r0 $ adc C0, r1
419 mul A0, B1 $ add C3, r0 $ adc C0, r1 $ rol C1
425 adiw C0, 1
431 mul A0, B2 $ add C0, r0 $ adc C1, r1 $ sbc C2, C2
432 mul A1, B1 $ add C0, r0 $ adc C1, r1 $ sbci C2, 0
433 mul A2, B0 $ add C0, r0 $ adc C1, r1 $ sbci C2,
    [all...]
lib1funcs.S 252 #define C0 24
259 ;;; (C1:C0) = (unsigned int) A0 * (unsigned int) B0
270 ;;; (C1:C0) = (signed int) A0 * (signed int) B0
304 ;;; (C1:C0) = (A1:A0) * (B1:B0)
337 mov C0, CC0
348 #undef C0
370 #define C0 22
371 #define C1 C0+1
372 #define C2 C0+2
373 #define C3 C0+
    [all...]
  /src/libexec/getty/
gettytab.h 114 #define C0 gettynums[13].value
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 853 auto *C0 = dyn_cast<Constant>(Src0);
860 (C0 && Src1AS == UninitializedAddressSpace))
863 if (C0 && isSafeToCastConstAddrSpace(C0, Src1AS))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp 341 // opcode (extelt V0, C0), (extelt V1, C1) --> extelt (opcode V0, V1), C
461 uint64_t C0, C1;
462 if (!match(I0, m_ExtractElt(m_Value(V0), m_ConstantInt(C0))) ||
485 unsigned CheapExtractIdx = ExtractToChange == Ext0 ? C1 : C0;
681 // binop i1 (cmp Pred I0, C0), (cmp Pred I1, C1)
690 Constant *C0, *C1;
692 if (!match(B0, m_OneUse(m_Cmp(P0, m_Instruction(I0), m_Constant(C0)))) ||
713 // binop i1 (cmp Pred (ext X, Index0), C0), (cmp Pred (ext X, Index1), C1)
750 CmpC[Index0] = C0;
LoadStoreVectorizer.cpp 590 Instruction *C0 = Chain[0];
591 BasicBlock::iterator FirstInstr = C0->getIterator();
592 BasicBlock::iterator LastInstr = C0->getIterator();
594 BasicBlock *BB = C0->getParent();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1273 Constant *C0 = ConstantExpr::getIntegerCast(CE0->getOperand(0),
1277 return ConstantFoldCompareInstOperands(Predicate, C0, C1, DL, TLI);
2425 const APInt *C0, *C1;
2426 if (!getConstIntOrUndef(Operands[0], C0) ||
2434 if (!C0 && !C1)
2436 if (!C0 || !C1)
2438 return ConstantInt::get(Ty, C0->sgt(*C1) ? *C0 : *C1);
2441 if (!C0 && !C1)
2443 if (!C0 || !C1
    [all...]
InstructionSimplify.cpp 1593 // Look for this pattern: {and/or} (icmp X, C0), (icmp X, C1)).
1597 const APInt *C0, *C1;
1598 if (!match(Cmp0->getOperand(1), m_APInt(C0)) ||
1602 auto Range0 = ConstantRange::makeExactICmpRegion(Cmp0->getPredicate(), *C0);
1606 // (icmp X, C0) && (icmp X, C1) --> empty set --> false
1611 // (icmp X, C0) || (icmp X, C1) --> full set --> true
1667 // (icmp (add V, C0), C1) & (icmp V, C0)
1669 const APInt *C0, *C1;
1671 if (!match(Op0, m_ICmp(Pred0, m_Add(m_Value(V), m_APInt(C0)), m_APInt(C1)))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp 631 Constant *C0 = dyn_cast<Constant>(Op0);
633 C0 ? dyn_cast_or_null<ConstantInt>(C0->getAggregateElement((unsigned)0))
764 Constant *C0 = dyn_cast<Constant>(Op0);
767 C0 ? dyn_cast_or_null<ConstantInt>(C0->getAggregateElement((unsigned)0))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 356 ConstantFP *C0, *C1;
359 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
366 if (!C0)
369 Addend0.set(C0, nullptr);
386 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), nullptr);
1061 // Returns whether C0 * C1 with the given signedness overflows.
1062 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) {
1065 (void)C0.smul_ov(C1, overflow);
1067 (void)C0.umul_ov(C1, overflow)
    [all...]
InstCombineSelect.cpp 1222 // %old_cmp0 = icmp ult i32 %old_x_offseted, C0
1226 // %new_cmp2 = icmp sge i32 %x, C0-C1
1229 // Iff -C1 s<= C2 s<= C0-C1
1230 // Also ULT predicate can also be UGT iff C0 != -1 (+invert result)
1242 Constant *C0;
1244 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0))))
1252 // We'd have to increment C0 by one, and for that it must not have all-ones
1257 // We want to canonicalize it to 'ult', so we'll need to increment C0,
1259 if (!match(C0,
1262 C0->getType()->getScalarSizeInBits())))
    [all...]
InstCombineVectorOps.cpp 1906 Constant *C0, *C1;
1908 if (match(B0, m_BinOp(m_Value(X), m_Constant(C0))) &&
1911 else if (match(B0, m_BinOp(m_Constant(C0), m_Value(X))) &&
1930 C0 = cast<Constant>(AltB0.Op1);
1946 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask);
1961 // shuffle (op V, C0), (op V, C1), M --> op V, C'
1962 // shuffle (op C0, V), (op C1, V), M --> op C', V
1985 // shuffle (op X, C0), (op Y, C1), M --> op (shuffle X, Y, M), C'
1986 // shuffle (op C0, X), (op C1, Y), M --> op C', (shuffle X, Y, M)
2117 // shuf (shuf X, Y, <C0, C1, C2, undef, C4>), undef, <0, undef, 2, 3> --
    [all...]
InstCombineCalls.cpp 743 const APInt *C0, *C1;
750 if (match(I0, m_SMin(m_Value(X), m_APInt(C0))) && *C0 == *C1 + 1)
754 if (match(I0, m_SMax(m_Value(X), m_APInt(C0))) && *C1 == *C0 + 1)
758 if (match(I0, m_UMin(m_Value(X), m_APInt(C0))) && *C0 == *C1 + 1)
762 if (match(I0, m_UMax(m_Value(X), m_APInt(C0))) && *C1 == *C0 + 1)
774 return SelectInst::Create(Cmp, ConstantInt::get(II->getType(), *C0), I1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 1190 SDValue C0 = DAG.getConstant(0, dl, BVT);
1196 Ops[I1N] = C0;
1202 Ops[I1N] = C0;
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 5226 #define C0 0
5407 TLBI_XS_OP ( "ipas2e1is", CPENS (4, C8, C0, 1), F_HASXT | F_REG_128)
5408 TLBI_XS_OP ( "ipas2le1is",CPENS (4, C8, C0, 5), F_HASXT | F_REG_128)
5479 TLBI_XS_OP ( "ripas2e1is", CPENS (4, C8, C0, 2), F_HASXT | F_REG_128)
5480 TLBI_XS_OP ( "ripas2le1is",CPENS (4, C8, C0, 6), F_HASXT | F_REG_128)
5572 { "alle1", CPENS (4, C7, C0, 4), 0, AARCH64_FEATURE (MPAMv2)},
5573 { "vmalle1", CPENS (4, C7, C0, 5), 0, AARCH64_FEATURE (MPAMv2)},
5574 { "vpide1", CPENS (4, C7, C0, 6), F_HASXT, AARCH64_FEATURE (MPAMv2)},
5575 { "vpmge1", CPENS (4, C7, C0, 7), F_HASXT, AARCH64_FEATURE (MPAMv2)},
5661 #undef C0
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 5129 #define C0 0
5307 TLBI_XS_OP ( "ipas2e1is", CPENS (4, C8, C0, 1), F_HASXT | F_REG_128)
5308 TLBI_XS_OP ( "ipas2le1is",CPENS (4, C8, C0, 5), F_HASXT | F_REG_128)
5366 TLBI_XS_OP ( "ripas2e1is", CPENS (4, C8, C0, 2), F_HASXT | F_REG_128 )
5367 TLBI_XS_OP ( "ripas2le1is",CPENS (4, C8, C0, 6), F_HASXT | F_REG_128 )
5426 #undef C0

Completed in 103 milliseconds

1 2