Home
last modified time | relevance | path

Searched defs:IsIntN (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/
Dutils-vixl.h87 inline bool IsIntN(unsigned n, uint32_t x) { in IsIntN() function
91 inline bool IsIntN(unsigned n, int32_t x) { in IsIntN() function
97 inline bool IsIntN(unsigned n, uint64_t x) { in IsIntN() function
101 inline bool IsIntN(unsigned n, int64_t x) { in IsIntN() function
/external/vixl/src/aarch64/
Doperands-aarch64.h736 bool IsIntN(unsigned n) const { in IsIntN() function