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

  /src/external/gpl3/gcc/dist/gcc/
hard-reg-set.h 30 If HARD_REG_SET is a macro, its definition is HARD_REG_ELT_TYPE,
36 the same format as a HARD_REG_SET. To help make sure this is true,
47 typedef HARD_REG_ELT_TYPE HARD_REG_SET;
48 typedef const HARD_REG_SET const_hard_reg_set;
56 struct HARD_REG_SET
58 HARD_REG_SET
61 HARD_REG_SET res;
67 HARD_REG_SET
68 operator& (const HARD_REG_SET &other) const
70 HARD_REG_SET res
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
hard-reg-set.h 30 If HARD_REG_SET is a macro, its definition is HARD_REG_ELT_TYPE,
36 the same format as a HARD_REG_SET. To help make sure this is true,
47 typedef HARD_REG_ELT_TYPE HARD_REG_SET;
48 typedef const HARD_REG_SET const_hard_reg_set;
56 struct HARD_REG_SET
58 HARD_REG_SET
61 HARD_REG_SET res;
67 HARD_REG_SET
68 operator& (const HARD_REG_SET &other) const
70 HARD_REG_SET res
    [all...]

Completed in 23 milliseconds