HomeSort by: relevance | last modified time | path
    Searched defs:UF (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/mips/
cp1.h 68 #define UF 1 /* U: UnderFlow */
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.h 68 #define UF 1 /* U: UnderFlow */
  /src/bin/pax/
options.h 72 #define UF 0x000004000ULL
116 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CMF|CPF|CXF|CYF|CZF)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 465 AC(AC), ORE(ORE), VF(VecWidth), UF(UnrollFactor),
504 /// original loop, when vectorized, is represented by UF vector values in the
505 /// new unrolled loop, where UF is the unroll factor.
511 unsigned UF, ElementCount VF, bool IsPtrLoopInvariant,
579 /// original loop, when scalarized, is represented by UF x VF scalar values
580 /// in the new unrolled loop, where UF is the unroll factor and VF is the
806 unsigned UF;
847 /// Trip count of the widened loop (TripCount - TripCount % (VF*UF))
922 "A high UF for the epilogue loop is likely not beneficial.");
1057 DIL->cloneByMultiplyingDuplicationFactor(UF * VF.getKnownMinValue())
    [all...]
  /src/external/gpl3/gdb/dist/sim/aarch64/
cpustate.h 263 UF = (1 << UF_IDX),
268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
cpustate.h 263 UF = (1 << UF_IDX),
268 #define FPSR_ALL_FPSRS (IO | DZ | OF | UF | IX | ID)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 761 NodeToUsesMap::iterator UF = Uses.find(Node);
762 assert(UF != Uses.end() && "Used node with no use information");
763 UseSet &Us = UF->second;
970 NodeToUsesMap::iterator UF = Uses.find(Node);
971 assert(UF != Uses.end());
972 UseSet &Us = UF->second;
983 Uses.erase(UF);
1007 NodeToUsesMap::iterator UF = Uses.find(N);
1008 assert(UF != Uses.end());
1009 UseSet &Us = UF->second
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 24134 #define UF(mnem, op, nops, ops, ae) \
24513 UF(rfeib, 9900a00, 1, (RRw), rfe),
24514 UF(rfeda, 8100a00, 1, (RRw), rfe),
24517 UF(rfefa, 8100a00, 1, (RRw), rfe),
24519 UF(rfeed, 9900a00, 1, (RRw), rfe),
24523 UF(srsib, 9c00500, 2, (oRRw, I31w), srs),
24524 UF(srsfa, 9c00500, 2, (oRRw, I31w), srs),
24525 UF(srsda, 8400500, 2, (oRRw, I31w), srs),
24526 UF(srsed, 8400500, 2, (oRRw, I31w), srs),
26008 #undef UF
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 24137 #define UF(mnem, op, nops, ops, ae) \
24516 UF(rfeib, 9900a00, 1, (RRw), rfe),
24517 UF(rfeda, 8100a00, 1, (RRw), rfe),
24520 UF(rfefa, 8100a00, 1, (RRw), rfe),
24522 UF(rfeed, 9900a00, 1, (RRw), rfe),
24526 UF(srsib, 9c00500, 2, (oRRw, I31w), srs),
24527 UF(srsfa, 9c00500, 2, (oRRw, I31w), srs),
24528 UF(srsda, 8400500, 2, (oRRw, I31w), srs),
24529 UF(srsed, 8400500, 2, (oRRw, I31w), srs),
26011 #undef UF
    [all...]

Completed in 67 milliseconds