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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 11936 uint8_t coproc_number = strtol (procptr, &endptr, 10);
11937 if (endptr != procptr + 1 || coproc_number > 7)
11947 cde_coprocs &= ~(1 << coproc_number);
11950 cde_coprocs |= (1 << coproc_number);
11935 uint8_t coproc_number = strtol (procptr, &endptr, 10); local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 11941 uint8_t coproc_number = strtol (procptr, &endptr, 10);
11942 if (endptr != procptr + 1 || coproc_number > 7)
11956 cde_coprocs &= ~(1 << coproc_number);
11959 cde_coprocs |= (1 << coproc_number);
11940 uint8_t coproc_number = strtol (procptr, &endptr, 10); local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 11941 uint8_t coproc_number = strtol (procptr, &endptr, 10);
11942 if (endptr != procptr + 1 || coproc_number > 7)
11956 cde_coprocs &= ~(1 << coproc_number);
11959 cde_coprocs |= (1 << coproc_number);
11940 uint8_t coproc_number = strtol (procptr, &endptr, 10); local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 11941 uint8_t coproc_number = strtol (procptr, &endptr, 10);
11942 if (endptr != procptr + 1 || coproc_number > 7)
11956 cde_coprocs &= ~(1 << coproc_number);
11959 cde_coprocs |= (1 << coproc_number);
11940 uint8_t coproc_number = strtol (procptr, &endptr, 10); local

Completed in 164 milliseconds