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

  /src/external/gpl3/gdb/dist/gdb/
arc-linux-tdep.c 92 REGOFF (1), /* BTA */
145 REGOFF (1), /* BTA */
483 /* Is this a delay slot? Then next PC is in BTA register. */
486 ULONGEST bta; local
487 regcache_cooked_read_unsigned (regcache, ARC_BTA_REGNUM, &bta);
488 next_pcs.push_back (bta);
  /src/external/gpl3/gdb.old/dist/gdb/
arc-linux-tdep.c 92 REGOFF (1), /* BTA */
145 REGOFF (1), /* BTA */
483 /* Is this a delay slot? Then next PC is in BTA register. */
486 ULONGEST bta; local
487 regcache_cooked_read_unsigned (regcache, ARC_BTA_REGNUM, &bta);
488 next_pcs.push_back (bta);

Completed in 26 milliseconds