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

  /src/external/gpl3/gcc/dist/gcc/
jump.cc 1670 int reg_x = -1, reg_y = -1;
1684 reg_x = REGNO (SUBREG_REG (x));
1687 if (reg_renumber[reg_x] >= 0)
1689 subreg_get_info (reg_renumber[reg_x],
1694 reg_x = info.offset;
1700 reg_x = REGNO (x);
1701 if (reg_renumber[reg_x] >= 0)
1702 reg_x = reg_renumber[reg_x];
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;
1681 reg_x = REGNO (SUBREG_REG (x));
1684 if (reg_renumber[reg_x] >= 0)
1686 subreg_get_info (reg_renumber[reg_x],
1691 reg_x = info.offset;
1697 reg_x = REGNO (x);
1698 if (reg_renumber[reg_x] >= 0)
1699 reg_x = reg_renumber[reg_x];
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;
1547 reg_x = 0;
1550 reg_x = 2;
1553 reg_x = 1;
1556 reg_x = 3;
1569 reg_x = 0;
1572 reg_x = 2;
1575 reg_x = 1;
1578 reg_x = 3;
1635 reg_x = 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;
1547 reg_x = 0;
1550 reg_x = 2;
1553 reg_x = 1;
1556 reg_x = 3;
1569 reg_x = 0;
1572 reg_x = 2;
1575 reg_x = 1;
1578 reg_x = 3;
1635 reg_x = 0
585 static int reg_x, reg_y; variable
    [all...]

Completed in 22 milliseconds