Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/src/
H A 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
/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.h757 bool IsIntN(unsigned n) const { in IsIntN() function