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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hard-reg-set.h 57 /* HARD_CONST is used to cast a constant to the appropriate type
60 #define HARD_CONST(X) ((HARD_REG_ELT_TYPE) (X))
97 ((SET) |= HARD_CONST (1) << (BIT))
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
103 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
104 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0))
117 return (x & ~y) == HARD_CONST (0);
129 return (x & y) != HARD_CONST (0);
135 return x == HARD_CONST (0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hard-reg-set.h 57 /* HARD_CONST is used to cast a constant to the appropriate type
60 #define HARD_CONST(X) ((HARD_REG_ELT_TYPE) (X))
97 ((SET) |= HARD_CONST (1) << (BIT))
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
103 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
104 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0))
117 return (x & ~y) == HARD_CONST (0);
129 return (x & y) != HARD_CONST (0);
135 return x == HARD_CONST (0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hard-reg-set.h 57 /* HARD_CONST is used to cast a constant to the appropriate type
60 #define HARD_CONST(X) ((HARD_REG_ELT_TYPE) (X))
97 ((SET) |= HARD_CONST (1) << (BIT))
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
103 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
104 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0))
117 return (x & ~y) == HARD_CONST (0);
129 return (x & y) != HARD_CONST (0);
135 return x == HARD_CONST (0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hard-reg-set.h 57 /* HARD_CONST is used to cast a constant to the appropriate type
60 #define HARD_CONST(X) ((HARD_REG_ELT_TYPE) (X))
97 ((SET) |= HARD_CONST (1) << (BIT))
99 ((SET) &= ~(HARD_CONST (1) << (BIT)))
101 (!!((SET) & (HARD_CONST (1) << (BIT))))
103 #define CLEAR_HARD_REG_SET(TO) ((TO) = HARD_CONST (0))
104 #define SET_HARD_REG_SET(TO) ((TO) = ~ HARD_CONST (0))
117 return (x & ~y) == HARD_CONST (0);
129 return (x & y) != HARD_CONST (0);
135 return x == HARD_CONST (0)
    [all...]

Completed in 356 milliseconds