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

  /src/external/gpl3/gcc/dist/gcc/
rtl.h 2506 #define SUBREG_PROMOTED_VAR_P(RTX) \
2509 /* Valid for subregs which are SUBREG_PROMOTED_VAR_P(). In that case
2525 /* Sets promoted mode for SUBREG_PROMOTED_VAR_P(). */
2551 /* Gets the value stored in promoted mode for SUBREG_PROMOTED_VAR_P(),
2558 /* Returns sign of promoted mode for SUBREG_PROMOTED_VAR_P(). */
2563 /* Predicate to check if RTX of SUBREG_PROMOTED_VAR_P() is promoted
2568 /* Predicate to check if RTX of SUBREG_PROMOTED_VAR_P() is promoted
2573 /* Checks if RTX of SUBREG_PROMOTED_VAR_P() is promoted for given SIGN. */
3137 /* Return the unpromoted (outer) mode of SUBREG_PROMOTED_VAR_P subreg X. */
3142 gcc_checking_assert (SUBREG_PROMOTED_VAR_P (x))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 2496 #define SUBREG_PROMOTED_VAR_P(RTX) \
2499 /* Valid for subregs which are SUBREG_PROMOTED_VAR_P(). In that case
2515 /* Sets promoted mode for SUBREG_PROMOTED_VAR_P(). */
2541 /* Gets the value stored in promoted mode for SUBREG_PROMOTED_VAR_P(),
2548 /* Returns sign of promoted mode for SUBREG_PROMOTED_VAR_P(). */
2553 /* Predicate to check if RTX of SUBREG_PROMOTED_VAR_P() is promoted
2558 /* Predicate to check if RTX of SUBREG_PROMOTED_VAR_P() is promoted
2563 /* Checks if RTX of SUBREG_PROMOTED_VAR_P() is promoted for given SIGN. */
3122 /* Return the unpromoted (outer) mode of SUBREG_PROMOTED_VAR_P subreg X. */
3127 gcc_checking_assert (SUBREG_PROMOTED_VAR_P (x))
    [all...]

Completed in 33 milliseconds