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

  /src/external/gpl3/gdb.old/dist/gdb/arch/
arm-get-next-pcs.c 59 ULONGEST status, itstate; local
63 itstate = ((status >> 8) & 0xfc) | ((status >> 25) & 0x3);
64 if (itstate & 0x0f)
274 ULONGEST status, itstate; local
291 itstate = ((status >> 8) & 0xfc) | ((status >> 25) & 0x3);
308 itstate = inst1 & 0x00ff;
311 while (itstate != 0 && ! condition_true (itstate >> 4, status))
315 itstate = thumb_advance_itstate (itstate);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/arch/
arm-get-next-pcs.c 141 ULONGEST status, itstate; local
145 itstate = ((status >> 8) & 0xfc) | ((status >> 25) & 0x3);
146 if (itstate & 0x0f)
371 ULONGEST status, itstate; local
388 itstate = ((status >> 8) & 0xfc) | ((status >> 25) & 0x3);
405 itstate = inst1 & 0x00ff;
408 while (itstate != 0 && ! condition_true (itstate >> 4, status))
412 itstate = thumb_advance_itstate (itstate);
    [all...]

Completed in 17 milliseconds