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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.h 39 const uint16_t IS_MULTIREG = 1U << 4;
78 bool is_multireg () const { return flags & rtx_obj_flags::IS_MULTIREG; } function in class:rtx_obj_reference
101 /* The mode of the reference. If IS_MULTIREG, this is the mode of
105 /* If IS_MULTIREG, the offset of REGNO from the start of the register. */
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h 39 const uint16_t IS_MULTIREG = 1U << 4;
78 bool is_multireg () const { return flags & rtx_obj_flags::IS_MULTIREG; } function in class:rtx_obj_reference
101 /* The mode of the reference. If IS_MULTIREG, this is the mode of
105 /* If IS_MULTIREG, the offset of REGNO from the start of the register. */

Completed in 22 milliseconds