Home
last modified time | relevance | path

Searched refs:CONVERT_REGISTER_P (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dfindvar.c644 else if (CONVERT_REGISTER_P (regnum, type)) in value_from_register()
Dgdbarch.h1266 #if (GDB_MULTI_ARCH >= GDB_MULTI_ARCH_PARTIAL) && defined (CONVERT_REGISTER_P)
1269 #if !defined (CONVERT_REGISTER_P)
1270 #define CONVERT_REGISTER_P(regnum, type) (gdbarch_convert_register_p (current_gdbarch, regnum, type… macro
Dgdbarch.c937 #ifdef CONVERT_REGISTER_P in gdbarch_dump()
941 XSTRING (CONVERT_REGISTER_P (regnum, type))); in gdbarch_dump()
Dvalops.c641 && CONVERT_REGISTER_P (VALUE_FRAME_REGNUM (toval), type)) in value_assign()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdbint.texinfo2812 @deftypefn {Target Macro} int CONVERT_REGISTER_P (int @var{reg})
2830 the @code{CONVERT_REGISTER_P} macro returns a non-zero value.
2841 the @code{CONVERT_REGISTER_P} macro returns a non-zero value.
3102 @item int CONVERT_REGISTER_P(@var{regnum})
3103 @findex CONVERT_REGISTER_P