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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mcore.c 1742 int next_inst = fragP->fr_fix + fragP->fr_address + 2;
1744 int disp = targ_addr - next_inst;
1747 as_bad (_("odd displacement at %x"), next_inst - 2);
1740 int next_inst = fragP->fr_fix + fragP->fr_address + 2; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mcore.c 1742 int next_inst = fragP->fr_fix + fragP->fr_address + 2;
1744 int disp = targ_addr - next_inst;
1747 as_bad (_("odd displacement at %x"), next_inst - 2);
1740 int next_inst = fragP->fr_fix + fragP->fr_address + 2; local
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.c 1592 unsigned long old_save_rp, old_save_sp, next_inst;
1667 next_inst = extract_unsigned_integer (buf, 4, byte_order);
1676 && inst_saves_fr (next_inst) >= 4
1677 && inst_saves_fr (next_inst)
1681 reg_num = inst_saves_fr (next_inst);
1704 next_inst = extract_unsigned_integer (buf, 4, byte_order);
1707 reg_num = inst_saves_fr (next_inst);
1589 unsigned long old_save_rp, old_save_sp, next_inst; local
  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.c 1592 unsigned long old_save_rp, old_save_sp, next_inst;
1667 next_inst = extract_unsigned_integer (buf, 4, byte_order);
1676 && inst_saves_fr (next_inst) >= 4
1677 && inst_saves_fr (next_inst)
1681 reg_num = inst_saves_fr (next_inst);
1704 next_inst = extract_unsigned_integer (buf, 4, byte_order);
1707 reg_num = inst_saves_fr (next_inst);
1589 unsigned long old_save_rp, old_save_sp, next_inst; local

Completed in 42 milliseconds