Home
last modified time | relevance | path

Searched defs:isGpq (Results 1 – 10 of 10) sorted by relevance

/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86operand.h304 ASMJIT_INLINE bool isGpq() const noexcept { return hasSignature(signatureOf(kRegGpq)); } in isGpq() function
368 static ASMJIT_INLINE bool isGpq(const Operand_& op) noexcept { return op.as<X86Reg>().isGpq(); } in isGpq() function
387 …static ASMJIT_INLINE bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (o… in isGpq() function
H A Doperand.h1466 …static ASMJIT_INLINE bool isGpq(uint32_t typeId) noexcept { return typeId >= kI64 && typeId <= kU6… in isGpq() function
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86operand.h141 constexpr bool isGpq() const noexcept { return hasSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq() function
211 static inline bool isGpq(const Operand_& op) noexcept { return op.as<Reg>().isGpq(); } in isGpq() function
229 …static inline bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (op.id() … in isGpq() function
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h203 constexpr bool isGpq() const noexcept { return hasSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq() function
273 static inline bool isGpq(const Operand_& op) noexcept { return op.as<Reg>().isGpq(); } in isGpq() function
291 …static inline bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (op.id() … in isGpq() function
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h203 constexpr bool isGpq() const noexcept { return hasSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq() function
273 static inline bool isGpq(const Operand_& op) noexcept { return op.as<Reg>().isGpq(); } in isGpq() function
291 …static inline bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (op.id() … in isGpq() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h242 …constexpr bool isGpq() const noexcept { return hasBaseSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq() function
315 static inline bool isGpq(const Operand_& op) noexcept { return op.as<Reg>().isGpq(); } in isGpq() function
334 …static inline bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (op.id() … in isGpq() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h242 …constexpr bool isGpq() const noexcept { return hasBaseSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq() function
315 static inline bool isGpq(const Operand_& op) noexcept { return op.as<Reg>().isGpq(); } in isGpq() function
334 …static inline bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (op.id() … in isGpq() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h242 …constexpr bool isGpq() const noexcept { return hasBaseSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq() function
315 static inline bool isGpq(const Operand_& op) noexcept { return op.as<Reg>().isGpq(); } in isGpq() function
334 …static inline bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (op.id() … in isGpq() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h242 …constexpr bool isGpq() const noexcept { return hasBaseSignature(RegTraits<kTypeGpq>::kSignature); } in isGpq() function
315 static inline bool isGpq(const Operand_& op) noexcept { return op.as<Reg>().isGpq(); } in isGpq() function
334 …static inline bool isGpq(const Operand_& op, uint32_t rId) noexcept { return isGpq(op) & (op.id() … in isGpq() function
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86operand.h317 inline bool isGpq() const { return (_reg.code & kRegTypeMask) == kX86RegTypeGpq; } in isGpq() function
1424 inline bool isGpq() const { return (_var.regCode & kRegTypeMask) == kX86RegTypeGpq; } in isGpq() function