Home | History | Annotate | Download | only in gdb

Lines Matching defs:pseudo

662      range of user visible register numbers are the pseudo-registers.
667 configured to be 64-bits wide, while the pseudo registers are
669 sees - the pseudo registers - match the users expectations
708 int pseudo = regnum / gdbarch_num_regs (gdbarch);
710 return pseudo;
719 return float_p && pseudo;
721 return vector_p && pseudo;
723 return (!vector_p && !float_p) && pseudo;
724 /* Save the pseudo registers. Need to make certain that any code
726 pseudo registers. */
728 return raw_p && pseudo;
729 /* Restore the same pseudo register. */
731 return raw_p && pseudo;
744 int pseudo = regnum / gdbarch_num_regs (gdbarch);
747 /* Only save, restore, and display the pseudo registers. Need to
749 saved register cache also uses pseudo registers.
751 Note: saving and restoring the pseudo registers is slightly
754 if (!pseudo)
886 register N. NOTE: This defines the pseudo register type so need to
1074 /* The pseudo/cooked view of the embedded registers is always
1080 Reflect this in the cooked/pseudo (ABI) register value. */
1092 /* Return the GDB type for the pseudo register REGNUM, which is the
1147 /* The pseudo/cooked view of embedded registers is always
7953 /* FIXME: cagney/2002-05-13: Need to look at the pseudo register to
7977 because the pseudo-register gdbarch_sp_regnum will otherwise lead to
8136 /* GCC creates a pseudo-section whose name describes the ABI. */
8166 pseudo-sections which describe the ABI aren't present
8615 /* GCC creates a pseudo-section whose name specifies the size of
8807 dual real and pseudo registers. */