Home
last modified time | relevance | path

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

/aosp_15_r20/external/vixl/src/
H A Dutils-vixl.h111 inline bool IsUintN(unsigned n, uint32_t x) { in IsUintN() function
116 inline bool IsUintN(unsigned n, int32_t x) { in IsUintN() function
121 inline bool IsUintN(unsigned n, uint64_t x) { in IsUintN() function
126 inline bool IsUintN(unsigned n, int64_t x) { in IsUintN() function
/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.h761 bool IsUintN(unsigned n) const { in IsUintN() function