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

  /src/external/gpl3/gdb.old/dist/gdb/
cris-tdep.c 68 CRIS_FP_REGNUM Contains address of executing stack frame.
84 CRIS_FP_REGNUM = 8,
1158 else if (cris_get_operand2 (insn) == CRIS_FP_REGNUM
1182 else if (cris_get_operand2 (insn) == CRIS_FP_REGNUM
1232 this_base = get_frame_register_unsigned (this_frame, CRIS_FP_REGNUM);
1234 info->saved_regs[CRIS_FP_REGNUM].set_addr (info->base);
1560 || regno == CRIS_FP_REGNUM)
1581 || regno == CRIS_FP_REGNUM)
  /src/external/gpl3/gdb/dist/gdb/
cris-tdep.c 68 CRIS_FP_REGNUM Contains address of executing stack frame.
84 CRIS_FP_REGNUM = 8,
1158 else if (cris_get_operand2 (insn) == CRIS_FP_REGNUM
1182 else if (cris_get_operand2 (insn) == CRIS_FP_REGNUM
1232 this_base = get_frame_register_unsigned (this_frame, CRIS_FP_REGNUM);
1234 info->saved_regs[CRIS_FP_REGNUM].set_addr (info->base);
1560 || regno == CRIS_FP_REGNUM)
1581 || regno == CRIS_FP_REGNUM)

Completed in 52 milliseconds