Searched refs:return_reg (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dalpha-tdep.c894 int return_reg;
989 int frame_reg, frame_size, return_reg, reg;
1005 return_reg = -1;
1083 if (return_reg == -1
1088 return_reg = reg;
1091 return_reg = (word >> 16) & 0x1f;
1100 if (return_reg == -1)
1113 return_reg = reg;
1119 return_reg = (word >> 16) & 0x1f;
1129 if (return_reg
887 int return_reg; member in struct:alpha_heuristic_unwind_cache
982 int frame_reg, frame_size, return_reg, reg; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dstmt.c1546 rtx return_reg = DECL_RTL (DECL_RESULT (current_function_decl));
1547 if (return_reg != val)
1561 if (GET_CODE (return_reg) == PARALLEL)
1562 emit_group_load (return_reg, val, type, int_size_in_bytes (type));
1564 emit_move_insn (return_reg, val);
1538 rtx return_reg = DECL_RTL (DECL_RESULT (current_function_decl)); local
H A Ddwarf2out.c2183 int return_reg;
2333 return_reg = DWARF2_FRAME_REG_OUT (DWARF_FRAME_RETURN_COLUMN, for_eh);
2335 dw2_asm_output_data (1, return_reg, "CIE RA Column");
2337 dw2_asm_output_data_uleb128 (return_reg, "CIE RA Column");
2182 int return_reg; local
/freebsd-10-stable/contrib/gcc/config/s390/
H A Ds390.c7403 rtx frame_pointer, return_reg;
7504 return_reg = gen_rtx_REG (Pmode, RETURN_REGNUM);
7552 return_reg = gen_rtx_REG (Pmode, return_regnum);
7561 emit_move_insn (return_reg, addr);
7583 RTVEC_ELT (p, 1) = gen_rtx_USE (VOIDmode, return_reg);
7402 rtx frame_pointer, return_reg; local
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c9588 const char * return_reg;
9595 return_reg = reg_names[PC_REGNUM];
9597 return_reg = reg_names[LR_REGNUM];
9631 (reg == LR_REGNUM) ? return_reg : reg_names[reg]);
9686 sprintf (p, "%s%%|%s}", first ? "" : ", ", return_reg);
9572 const char * return_reg; local

Completed in 203 milliseconds