Home
last modified time | relevance | path

Searched refs:isMm (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86operand.h149 constexpr bool isMm() const noexcept { return hasSignature(RegTraits<kTypeMm>::kSignature); } in isMm() function
215 static inline bool isMm(const Operand_& op) noexcept { return op.as<Reg>().isMm(); } in isMm() function
233 …static inline bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.id() ==… in isMm() function
H A Dx86assembler.cpp2432 if (Reg::isMm(o0) && Reg::isMm(o1)) { in _emit()
2461 if (Reg::isMm(o0)) { in _emit()
2478 if (Reg::isMm(o1)) { in _emit()
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86operand.h308 ASMJIT_INLINE bool isMm() const noexcept { return hasSignature(signatureOf(kRegMm)); } in isMm() function
370 static ASMJIT_INLINE bool isMm(const Operand_& op) noexcept { return op.as<X86Reg>().isMm(); } in isMm() function
389 …static ASMJIT_INLINE bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.… in isMm() function
H A Dx86assembler.cpp2457 if (X86Reg::isMm(o0) && X86Reg::isMm(o1)) { in _emit()
2481 if (X86Reg::isMm(o0) && X86Reg::isXmm(o1)) { in _emit()
2487 if (X86Reg::isXmm(o0) && X86Reg::isMm(o1)) { in _emit()
2498 if (X86Reg::isMm(o0)) { in _emit()
2515 if (X86Reg::isMm(o1)) { in _emit()
H A Dx86internal.cpp968 if (X86Reg::isMm(src)) { in emitArgMove()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h250 constexpr bool isMm() const noexcept { return hasBaseSignature(RegTraits<kTypeMm>::kSignature); } in isMm() function
319 static inline bool isMm(const Operand_& op) noexcept { return op.as<Reg>().isMm(); } in isMm() function
338 …static inline bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.id() ==… in isMm() function
H A Dx86emithelper.cpp314 if (Reg::isMm(src)) { in emitArgMove()
H A Dx86instapi.cpp1203 if (Reg::isMm(operands[0])) { in queryRWInfo()
1210 if (Reg::isMm(operands[1])) { in queryRWInfo()
H A Dx86assembler.cpp2648 if (Reg::isMm(o0) && Reg::isMm(o1)) { in _emit()
2677 if (Reg::isMm(o0)) { in _emit()
2694 if (Reg::isMm(o1)) { in _emit()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h211 constexpr bool isMm() const noexcept { return hasSignature(RegTraits<kTypeMm>::kSignature); } in isMm() function
277 static inline bool isMm(const Operand_& op) noexcept { return op.as<Reg>().isMm(); } in isMm() function
295 …static inline bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.id() ==… in isMm() function
H A Dx86assembler.cpp2484 if (Reg::isMm(o0) && Reg::isMm(o1)) { in _emit()
2513 if (Reg::isMm(o0)) { in _emit()
2530 if (Reg::isMm(o1)) { in _emit()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h211 constexpr bool isMm() const noexcept { return hasSignature(RegTraits<kTypeMm>::kSignature); } in isMm() function
277 static inline bool isMm(const Operand_& op) noexcept { return op.as<Reg>().isMm(); } in isMm() function
295 …static inline bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.id() ==… in isMm() function
H A Dx86assembler.cpp2484 if (Reg::isMm(o0) && Reg::isMm(o1)) { in _emit()
2513 if (Reg::isMm(o0)) { in _emit()
2530 if (Reg::isMm(o1)) { in _emit()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h250 constexpr bool isMm() const noexcept { return hasBaseSignature(RegTraits<kTypeMm>::kSignature); } in isMm() function
319 static inline bool isMm(const Operand_& op) noexcept { return op.as<Reg>().isMm(); } in isMm() function
338 …static inline bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.id() ==… in isMm() function
H A Dx86emithelper.cpp314 if (Reg::isMm(src)) { in emitArgMove()
H A Dx86instapi.cpp1203 if (Reg::isMm(operands[0])) { in queryRWInfo()
1210 if (Reg::isMm(operands[1])) { in queryRWInfo()
H A Dx86assembler.cpp2648 if (Reg::isMm(o0) && Reg::isMm(o1)) { in _emit()
2677 if (Reg::isMm(o0)) { in _emit()
2694 if (Reg::isMm(o1)) { in _emit()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h250 constexpr bool isMm() const noexcept { return hasBaseSignature(RegTraits<kTypeMm>::kSignature); } in isMm() function
319 static inline bool isMm(const Operand_& op) noexcept { return op.as<Reg>().isMm(); } in isMm() function
338 …static inline bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.id() ==… in isMm() function
H A Dx86emithelper.cpp314 if (Reg::isMm(src)) { in emitArgMove()
H A Dx86instapi.cpp1203 if (Reg::isMm(operands[0])) { in queryRWInfo()
1210 if (Reg::isMm(operands[1])) { in queryRWInfo()
H A Dx86assembler.cpp2648 if (Reg::isMm(o0) && Reg::isMm(o1)) { in _emit()
2677 if (Reg::isMm(o0)) { in _emit()
2694 if (Reg::isMm(o1)) { in _emit()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h250 constexpr bool isMm() const noexcept { return hasBaseSignature(RegTraits<kTypeMm>::kSignature); } in isMm() function
319 static inline bool isMm(const Operand_& op) noexcept { return op.as<Reg>().isMm(); } in isMm() function
338 …static inline bool isMm(const Operand_& op, uint32_t rId) noexcept { return isMm(op) & (op.id() ==… in isMm() function
H A Dx86emithelper.cpp314 if (Reg::isMm(src)) { in emitArgMove()
H A Dx86instapi.cpp1203 if (Reg::isMm(operands[0])) { in queryRWInfo()
1210 if (Reg::isMm(operands[1])) { in queryRWInfo()
H A Dx86assembler.cpp2648 if (Reg::isMm(o0) && Reg::isMm(o1)) { in _emit()
2677 if (Reg::isMm(o0)) { in _emit()
2694 if (Reg::isMm(o1)) { in _emit()

12