Lines Matching refs:UQI
60 #define UDIVQI(x, y) ((UQI) (x) / (UQI) (y))
62 #define UMODQI(x, y) ((UQI) (x) % (UQI) (y))
64 #define SRLQI(x, y) ((UQI) (x) >> (y))
65 #define SLLQI(x, y) ((UQI) (x) << (y))
81 #define LTUQI(x, y) ((UQI) (x) < (UQI) (y))
82 #define LEUQI(x, y) ((UQI) (x) <= (UQI) (y))
83 #define GTUQI(x, y) ((UQI) (x) > (UQI) (y))
84 #define GEUQI(x, y) ((UQI) (x) >= (UQI) (y))
244 #define ZEXTQIHI(x) ((HI) (UQI) (x))
245 #define ZEXTQISI(x) ((SI) (UQI) (x))
249 #define ZEXTQIDI(x) ((DI) (UQI) (x))
310 return (UQI) (in >> (8 * (3 - byte))) & 0xFF; in SUBWORDSIQI()
326 return (UQI) (in >> (8 * (7 - byte))) & 0xFF; in SUBWORDDIQI()