Home
last modified time | relevance | path

Searched refs:isGpw (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86operand.h137 constexpr bool isGpw() const noexcept { return hasSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw() function
209 static inline bool isGpw(const Operand_& op) noexcept { return op.as<Reg>().isGpw(); } in isGpw() function
227 …static inline bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (op.id() … in isGpw() function
H A Dx86instapi.cpp1035 if (Reg::isGpw(operands[0]) && operands[1].size() == 1) { in queryRWInfo()
H A Dx86assembler.cpp716 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx) || !Reg::isGpb(o1))) in _emit()
726 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx))) in _emit()
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86operand.h300 ASMJIT_INLINE bool isGpw() const noexcept { return hasSignature(signatureOf(kRegGpw)); } in isGpw() function
366 static ASMJIT_INLINE bool isGpw(const Operand_& op) noexcept { return op.as<X86Reg>().isGpw(); } in isGpw() function
385 …static ASMJIT_INLINE bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (o… in isGpw() function
H A Dx86regalloc.cpp435 if (TypeId::isGpw(srcTypeId)) { in emitRegToStack()
464 if (TypeId::isGpw(srcTypeId)) { in emitRegToStack()
502 if (TypeId::isGpw(srcTypeId)) { in emitRegToStack()
H A Doperand.h1464 …static ASMJIT_INLINE bool isGpw(uint32_t typeId) noexcept { return typeId >= kI16 && typeId <= kU1… in isGpw() function
H A Dx86assembler.cpp739 if (ASMJIT_UNLIKELY(!X86Reg::isGpw(o0, X86Gp::kIdAx) || !X86Reg::isGpb(o1))) in _emit()
749 if (ASMJIT_UNLIKELY(!X86Reg::isGpw(o0, X86Gp::kIdAx))) in _emit()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h238 …constexpr bool isGpw() const noexcept { return hasBaseSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw() function
313 static inline bool isGpw(const Operand_& op) noexcept { return op.as<Reg>().isGpw(); } in isGpw() function
332 …static inline bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (op.id() … in isGpw() function
H A Dx86instapi.cpp1117 if (Reg::isGpw(operands[0]) && operands[1].size() == 1) { in queryRWInfo()
H A Dx86assembler.cpp785 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx) || !Reg::isGpb(o1))) in _emit()
795 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx))) in _emit()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h199 constexpr bool isGpw() const noexcept { return hasSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw() function
271 static inline bool isGpw(const Operand_& op) noexcept { return op.as<Reg>().isGpw(); } in isGpw() function
289 …static inline bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (op.id() … in isGpw() function
H A Dx86instapi.cpp1063 if (Reg::isGpw(operands[0]) && operands[1].size() == 1) { in queryRWInfo()
H A Dx86assembler.cpp765 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx) || !Reg::isGpb(o1))) in _emit()
775 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx))) in _emit()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h199 constexpr bool isGpw() const noexcept { return hasSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw() function
271 static inline bool isGpw(const Operand_& op) noexcept { return op.as<Reg>().isGpw(); } in isGpw() function
289 …static inline bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (op.id() … in isGpw() function
H A Dx86instapi.cpp1063 if (Reg::isGpw(operands[0]) && operands[1].size() == 1) { in queryRWInfo()
H A Dx86assembler.cpp765 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx) || !Reg::isGpb(o1))) in _emit()
775 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx))) in _emit()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h238 …constexpr bool isGpw() const noexcept { return hasBaseSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw() function
313 static inline bool isGpw(const Operand_& op) noexcept { return op.as<Reg>().isGpw(); } in isGpw() function
332 …static inline bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (op.id() … in isGpw() function
H A Dx86instapi.cpp1117 if (Reg::isGpw(operands[0]) && operands[1].size() == 1) { in queryRWInfo()
H A Dx86assembler.cpp785 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx) || !Reg::isGpb(o1))) in _emit()
795 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx))) in _emit()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h238 …constexpr bool isGpw() const noexcept { return hasBaseSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw() function
313 static inline bool isGpw(const Operand_& op) noexcept { return op.as<Reg>().isGpw(); } in isGpw() function
332 …static inline bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (op.id() … in isGpw() function
H A Dx86instapi.cpp1117 if (Reg::isGpw(operands[0]) && operands[1].size() == 1) { in queryRWInfo()
H A Dx86assembler.cpp785 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx) || !Reg::isGpb(o1))) in _emit()
795 if (ASMJIT_UNLIKELY(!Reg::isGpw(o0, Gp::kIdAx))) in _emit()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h238 …constexpr bool isGpw() const noexcept { return hasBaseSignature(RegTraits<kTypeGpw>::kSignature); } in isGpw() function
313 static inline bool isGpw(const Operand_& op) noexcept { return op.as<Reg>().isGpw(); } in isGpw() function
332 …static inline bool isGpw(const Operand_& op, uint32_t rId) noexcept { return isGpw(op) & (op.id() … in isGpw() function
H A Dx86instapi.cpp1117 if (Reg::isGpw(operands[0]) && operands[1].size() == 1) { in queryRWInfo()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86operand.h309 inline bool isGpw() const { return (_reg.code & kRegTypeMask) == kX86RegTypeGpw; } in isGpw() function
1420 inline bool isGpw() const { return (_var.regCode & kRegTypeMask) == kX86RegTypeGpw; } in isGpw() function

12