HomeSort by relevance Sort by last modified time
    Searched refs:HARD_CONST (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hard-reg-set.h 64 /* HARD_CONST is used to cast a constant to the appropriate type
67 #define HARD_CONST(X) ((HARD_REG_ELT_TYPE) (X))
104 ((SET) |= HARD_CONST (1) << (BIT))
106 ((SET) &= ~(HARD_CONST (1) << (BIT)))
108 (!!((SET) & (HARD_CONST (1) << (BIT))))
110 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
111 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0))
124 return (x & ~y) == HARD_CONST (0);
136 return (x & y) != HARD_CONST (0);
142 return x == HARD_CONST (0)
    [all...]
rtl.h     [all...]
tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 174 #ifdef HARD_CONST

Completed in 395 milliseconds