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

  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 1589 format_ab_reg (int ab, int reg) function
1615 bytes[1] = ((r << 7) | format_ab_reg (ab, reg));
1633 bytes[1] = (((x & 1) << 7) | format_ab_reg (ab, reg));
1658 bytes[2] = format_ab_reg (ab, reg);
1678 bytes[2] = (((x & 1) << 7) | format_ab_reg (ab, reg));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 1589 format_ab_reg (int ab, int reg) function
1615 bytes[1] = ((r << 7) | format_ab_reg (ab, reg));
1633 bytes[1] = (((x & 1) << 7) | format_ab_reg (ab, reg));
1658 bytes[2] = format_ab_reg (ab, reg);
1678 bytes[2] = (((x & 1) << 7) | format_ab_reg (ab, reg));

Completed in 123 milliseconds