Home
last modified time | relevance | path

Searched refs:IsIntN (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DUtils-vixl.h78 inline bool IsIntN(unsigned n, uint32_t x) { in IsIntN() function
83 inline bool IsIntN(unsigned n, int32_t x) { in IsIntN() function
88 inline bool IsIntN(unsigned n, uint64_t x) { in IsIntN() function
93 inline bool IsIntN(unsigned n, int64_t x) { in IsIntN() function
99 return IsIntN(n, x); in is_intn()
151 inline bool IsInt##N(int64_t x) { return IsIntN(N, x); } \
153 return IsIntN(N, x); \
H A DInstructions-vixl.cpp264 return IsIntN(ImmBranchRangeBitwidth(branch_type), offset); in IsValidImmPCOffset()
H A DSimulator-vixl.cpp44 VIXL_ASSERT(IsUintN(width, bits) || IsIntN(width, bits)); in SetBits()
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DUtils-vixl.h78 inline bool IsIntN(unsigned n, uint32_t x) { in IsIntN() function
83 inline bool IsIntN(unsigned n, int32_t x) { in IsIntN() function
88 inline bool IsIntN(unsigned n, uint64_t x) { in IsIntN() function
93 inline bool IsIntN(unsigned n, int64_t x) { in IsIntN() function
99 return IsIntN(n, x); in is_intn()
151 inline bool IsInt##N(int64_t x) { return IsIntN(N, x); } \
153 return IsIntN(N, x); \
H A DInstructions-vixl.cpp264 return IsIntN(ImmBranchRangeBitwidth(branch_type), offset); in IsValidImmPCOffset()
H A DSimulator-vixl.cpp44 VIXL_ASSERT(IsUintN(width, bits) || IsIntN(width, bits)); in SetBits()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DUtils-vixl.h78 inline bool IsIntN(unsigned n, uint32_t x) { in IsIntN() function
83 inline bool IsIntN(unsigned n, int32_t x) { in IsIntN() function
88 inline bool IsIntN(unsigned n, uint64_t x) { in IsIntN() function
93 inline bool IsIntN(unsigned n, int64_t x) { in IsIntN() function
99 return IsIntN(n, x); in is_intn()
151 inline bool IsInt##N(int64_t x) { return IsIntN(N, x); } \
153 return IsIntN(N, x); \
H A DInstructions-vixl.cpp264 return IsIntN(ImmBranchRangeBitwidth(branch_type), offset); in IsValidImmPCOffset()
H A DSimulator-vixl.cpp44 VIXL_ASSERT(IsUintN(width, bits) || IsIntN(width, bits)); in SetBits()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DUtils-vixl.h78 inline bool IsIntN(unsigned n, uint32_t x) { in IsIntN() function
83 inline bool IsIntN(unsigned n, int32_t x) { in IsIntN() function
88 inline bool IsIntN(unsigned n, uint64_t x) { in IsIntN() function
93 inline bool IsIntN(unsigned n, int64_t x) { in IsIntN() function
99 return IsIntN(n, x); in is_intn()
151 inline bool IsInt##N(int64_t x) { return IsIntN(N, x); } \
153 return IsIntN(N, x); \
H A DInstructions-vixl.cpp264 return IsIntN(ImmBranchRangeBitwidth(branch_type), offset); in IsValidImmPCOffset()
H A DSimulator-vixl.cpp44 VIXL_ASSERT(IsUintN(width, bits) || IsIntN(width, bits)); in SetBits()