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

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 588 static int reg_efg;
1679 reg_efg = 0 << 10;
1682 reg_efg = 1 << 10;
1685 reg_efg = 2 << 10;
1688 reg_efg = 3 << 10;
1701 reg_efg |= 0 << 8;
1704 reg_efg |= 1 << 8;
1707 reg_efg |= 2 << 8;
1710 reg_efg |= 3 << 8;
1723 reg_efg |= 0 << 2
586 static int reg_efg; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 588 static int reg_efg;
1679 reg_efg = 0 << 10;
1682 reg_efg = 1 << 10;
1685 reg_efg = 2 << 10;
1688 reg_efg = 3 << 10;
1701 reg_efg |= 0 << 8;
1704 reg_efg |= 1 << 8;
1707 reg_efg |= 2 << 8;
1710 reg_efg |= 3 << 8;
1723 reg_efg |= 0 << 2
586 static int reg_efg; variable
    [all...]

Completed in 14 milliseconds