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

  /src/external/gpl3/gcc/dist/gcc/
jump.cc 1670 int reg_x = -1, reg_y = -1;
1707 reg_y = REGNO (SUBREG_REG (y));
1710 if (reg_renumber[reg_y] >= 0)
1712 subreg_get_info (reg_renumber[reg_y],
1717 reg_y = info.offset;
1723 reg_y = REGNO (y);
1724 if (reg_renumber[reg_y] >= 0)
1725 reg_y = reg_renumber[reg_y];
1728 return reg_x >= 0 && reg_x == reg_y && known_eq (byte_x, byte_y)
1658 int reg_x = -1, reg_y = -1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
jump.cc 1667 int reg_x = -1, reg_y = -1;
1704 reg_y = REGNO (SUBREG_REG (y));
1707 if (reg_renumber[reg_y] >= 0)
1709 subreg_get_info (reg_renumber[reg_y],
1714 reg_y = info.offset;
1720 reg_y = REGNO (y);
1721 if (reg_renumber[reg_y] >= 0)
1722 reg_y = reg_renumber[reg_y];
1725 return reg_x >= 0 && reg_x == reg_y && known_eq (byte_x, byte_y)
1655 int reg_x = -1, reg_y = -1; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 587 static int reg_x, reg_y;
1591 reg_y = 0;
1594 reg_y = 1;
1597 reg_y = 2;
1600 reg_y = 3;
1613 reg_y = 0;
1616 reg_y = 1;
1619 reg_y = 2;
1622 reg_y = 3;
1657 reg_y = 0
585 static int reg_x, reg_y; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 587 static int reg_x, reg_y;
1591 reg_y = 0;
1594 reg_y = 1;
1597 reg_y = 2;
1600 reg_y = 3;
1613 reg_y = 0;
1616 reg_y = 1;
1619 reg_y = 2;
1622 reg_y = 3;
1657 reg_y = 0
585 static int reg_x, reg_y; variable
    [all...]

Completed in 50 milliseconds