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

  /src/external/gpl3/binutils/dist/gas/config/
tc-d30v.c 686 unsigned long ins, mod_reg[2][3], used_reg[2][3], flag_reg[2]; local
730 flag_reg[j] = 0;
762 used_reg[j][2] |= flag_reg[j] = FLAG_0;
767 used_reg[j][2] |= flag_reg[j] = FLAG_1;
772 used_reg[j][2] |= flag_reg[j] = (FLAG_0 | FLAG_1);
897 && (used_reg[0][2] & ~flag_reg[0]) == 0
898 && (used_reg[1][2] & ~flag_reg[1]) == 0
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d30v.c 684 unsigned long ins, mod_reg[2][3], used_reg[2][3], flag_reg[2]; local
728 flag_reg[j] = 0;
760 used_reg[j][2] |= flag_reg[j] = FLAG_0;
765 used_reg[j][2] |= flag_reg[j] = FLAG_1;
770 used_reg[j][2] |= flag_reg[j] = (FLAG_0 | FLAG_1);
895 && (used_reg[0][2] & ~flag_reg[0]) == 0
896 && (used_reg[1][2] & ~flag_reg[1]) == 0

Completed in 21 milliseconds