Searched refs:sp_regno (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dravenscar-thread.c551 int sp_regno = -1; local
556 sp_regno = gdbarch_sp_regnum (gdbarch);
557 gdb_assert (!(sp_regno >= first_stack_register
558 && sp_regno <= last_stack_register));
559 fetch_register (regcache, sp_regno);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c7973 static int sp_regno = -1;
7975 if (sp_regno < 0)
7976 sp_regno = tc_m68k_regname_to_dw2regnum ("sp");
7978 cfi_add_CFA_def_cfa (sp_regno, -DWARF2_CIE_DATA_ALIGNMENT);
7966 static int sp_regno = -1; local
H A Dtc-i386.c14557 static unsigned int sp_regno[2];
14559 if (!sp_regno[flag_code >> 1])
14568 sp_regno[flag_code >> 1] = exp.X_add_number;
14572 cfi_add_CFA_def_cfa (sp_regno[flag_code >> 1], -x86_cie_data_alignment);
14546 static unsigned int sp_regno[2]; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-m68k.c7998 static int sp_regno = -1;
8000 if (sp_regno < 0)
8001 sp_regno = tc_m68k_regname_to_dw2regnum ("sp");
8003 cfi_add_CFA_def_cfa (sp_regno, -DWARF2_CIE_DATA_ALIGNMENT);
7991 static int sp_regno = -1; local
H A Dtc-i386.c14207 static unsigned int sp_regno[2];
14209 if (!sp_regno[flag_code >> 1])
14218 sp_regno[flag_code >> 1] = exp.X_add_number;
14222 cfi_add_CFA_def_cfa (sp_regno[flag_code >> 1], -x86_cie_data_alignment);
14196 static unsigned int sp_regno[2]; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c7973 static int sp_regno = -1;
7975 if (sp_regno < 0)
7976 sp_regno = tc_m68k_regname_to_dw2regnum ("sp");
7978 cfi_add_CFA_def_cfa (sp_regno, -DWARF2_CIE_DATA_ALIGNMENT);
7966 static int sp_regno = -1; local
H A Dtc-i386.c14557 static unsigned int sp_regno[2];
14559 if (!sp_regno[flag_code >> 1])
14568 sp_regno[flag_code >> 1] = exp.X_add_number;
14572 cfi_add_CFA_def_cfa (sp_regno[flag_code >> 1], -x86_cie_data_alignment);
14546 static unsigned int sp_regno[2]; local

Completed in 417 milliseconds