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

  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 2682 static signed int check_for_nop = 0; variable
2935 if (check_for_nop)
2941 switch (check_for_nop & - check_for_nop)
3018 check_for_nop &= ~ (check_for_nop & - check_for_nop);
3020 while (check_for_nop);
3022 check_for_nop = 0;
3816 check_for_nop |= NOP_CHECK_CPU19
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 2682 static signed int check_for_nop = 0; variable
2935 if (check_for_nop)
2941 switch (check_for_nop & - check_for_nop)
3018 check_for_nop &= ~ (check_for_nop & - check_for_nop);
3020 while (check_for_nop);
3022 check_for_nop = 0;
3816 check_for_nop |= NOP_CHECK_CPU19
    [all...]

Completed in 23 milliseconds