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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 556 TargetInstrInfo::RegSubRegPair X1, Y1;
558 Y1 = getSubRegForIndex(Y, Ysub, I, TRI, MRI);
563 .addDef(Y1.Reg, 0, Y1.SubReg)
564 .addReg(Y1.Reg, 0, Y1.SubReg)
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs.S 3364 #define Y1 Y0 + 1
3473 #undef Y1
  /src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp 805 int Y1;
813 imageItem(int x1, int y1, int x2, int y2,
822 imageItem::imageItem(int x1, int y1, int x2, int y2,
826 Y1 = y1;
858 void add(int x1, int y1, int x2, int y2,
1013 int y1 = max(image_res * vertical_offset / 72 local
1014 + min(i->Y1, i->Y2) * image_res / postscriptRes
1020 + max(i->Y1, i->Y2) * image_res / postscriptRes
1026 x1, y1, x2 - x1 + 1, y2 - y1 + 1
1109 int y1 = f->readInt(); local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 87 F3 Third O9 Nine Y1
992 FLOAT Y, Y1, Y2, Random2;
1278 Y1 = Y;
1280 (Half - ((Half - (Half * Y1 + ThirtyTwo * Y1 * Y1)) + Half)) +
1283 while (!((Y1 <= Y) || (Y <= Zero)));
1288 if ((X1 != Y1) || (X1 != Z1))
1290 BadCond (Serious, "Disagreements among the values X1, Y1, Z1,\n");
1291 printf ("respectively %s, %s, %s,\n", X1.str(), Y1.str(), Z1.str())
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 87 F3 Third O9 Nine Y1
992 FLOAT Y, Y1, Y2, Random2;
1278 Y1 = Y;
1280 (Half - ((Half - (Half * Y1 + ThirtyTwo * Y1 * Y1)) + Half)) +
1283 while (!((Y1 <= Y) || (Y <= Zero)));
1288 if ((X1 != Y1) || (X1 != Z1))
1290 BadCond (Serious, "Disagreements among the values X1, Y1, Z1,\n");
1291 printf ("respectively %s, %s, %s,\n", X1.str(), Y1.str(), Z1.str())
    [all...]
  /src/external/gpl3/gdb/dist/sim/sh/
interp.c 431 #define Y1 DSP_R (11)
1992 Y1 = val;
2164 val = Y1;
  /src/external/gpl3/gdb.old/dist/sim/sh/
interp.c 431 #define Y1 DSP_R (11)
1992 Y1 = val;
2164 val = Y1;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 15255 // x1 * offset1 + y1 * ptr0 = t1 (the indexed load/store)
15257 // where x0, x1, y0 and y1 in {-1, 1} are given by the types of the
15261 // t0 = (x0 * offset0 - x1 * y0 * y1 *offset1) + (y0 * y1) * t1
15269 int Y1 = (AM == ISD::PRE_DEC && Swapped) ? -1 : 1;
15271 unsigned Opcode = (Y0 * Y1 < 0) ? ISD::SUB : ISD::ADD;
15275 if (X1 * Y0 * Y1 < 0) CNV = CNV + Offset1;
20096 // extract (binop (concat X1, X2), (concat Y1, Y2)), N --> binop XN, YN
20098 // extract (binop X, (concat Y1, Y2)), N --> binop (extract X, IndexC), YN

Completed in 57 milliseconds