Home
last modified time | relevance | path

Searched defs:gpCount (Results 1 – 3 of 3) sorted by relevance

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dtarget.h111 inline uint32_t gpCount() const noexcept { return _archInfo.gpCount(); } in gpCount() function
H A Darch.h148 inline uint32_t gpCount() const noexcept { return _gpCount; } in gpCount() function
H A Demitter.h218 inline uint32_t gpCount() const noexcept { return archInfo().gpCount(); } in gpCount() function