Home
last modified time | relevance | path

Searched refs:_hasSignaturePart (Results 1 – 14 of 14) sorted by relevance

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h353 constexpr bool _hasSignaturePart() const noexcept { in _hasSignaturePart() function
358 constexpr bool _hasSignaturePart(uint32_t signature) const noexcept { in _hasSignaturePart() function
393 constexpr bool hasSize() const noexcept { return _hasSignaturePart<kSignatureSizeMask>(); } in hasSize()
1120 …constexpr bool isRegHome() const noexcept { return _hasSignaturePart<kSignatureMemRegHomeFlag>(); } in isRegHome()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h353 constexpr bool _hasSignaturePart() const noexcept { in _hasSignaturePart() function
358 constexpr bool _hasSignaturePart(uint32_t signature) const noexcept { in _hasSignaturePart() function
393 constexpr bool hasSize() const noexcept { return _hasSignaturePart<kSignatureSizeMask>(); } in hasSize()
1120 …constexpr bool isRegHome() const noexcept { return _hasSignaturePart<kSignatureMemRegHomeFlag>(); } in isRegHome()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h353 constexpr bool _hasSignaturePart() const noexcept { in _hasSignaturePart() function
358 constexpr bool _hasSignaturePart(uint32_t signature) const noexcept { in _hasSignaturePart() function
393 constexpr bool hasSize() const noexcept { return _hasSignaturePart<kSignatureSizeMask>(); } in hasSize()
1120 …constexpr bool isRegHome() const noexcept { return _hasSignaturePart<kSignatureMemRegHomeFlag>(); } in isRegHome()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h353 constexpr bool _hasSignaturePart() const noexcept { in _hasSignaturePart() function
358 constexpr bool _hasSignaturePart(uint32_t signature) const noexcept { in _hasSignaturePart() function
393 constexpr bool hasSize() const noexcept { return _hasSignaturePart<kSignatureSizeMask>(); } in hasSize()
1120 …constexpr bool isRegHome() const noexcept { return _hasSignaturePart<kSignatureMemRegHomeFlag>(); } in isRegHome()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Doperand.h316 constexpr bool _hasSignaturePart() const noexcept { in _hasSignaturePart() function
351 constexpr bool hasSize() const noexcept { return _hasSignaturePart<kSignatureSizeMask>(); } in hasSize()
1021 …constexpr bool isRegHome() const noexcept { return _hasSignaturePart<kSignatureMemRegHomeFlag>(); } in isRegHome()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Doperand.h342 constexpr bool _hasSignaturePart() const noexcept { in _hasSignaturePart() function
377 constexpr bool hasSize() const noexcept { return _hasSignaturePart<kSignatureSizeMask>(); } in hasSize()
1059 …constexpr bool isRegHome() const noexcept { return _hasSignaturePart<kSignatureMemRegHomeFlag>(); } in isRegHome()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Doperand.h342 constexpr bool _hasSignaturePart() const noexcept { in _hasSignaturePart() function
377 constexpr bool hasSize() const noexcept { return _hasSignaturePart<kSignatureSizeMask>(); } in hasSize()
1059 …constexpr bool isRegHome() const noexcept { return _hasSignaturePart<kSignatureMemRegHomeFlag>(); } in isRegHome()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86operand.h500 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment()
514 constexpr bool hasShift() const noexcept { return _hasSignaturePart<kSignatureMemShiftMask>(); } in hasShift()
523 …constexpr bool hasBroadcast() const noexcept { return _hasSignaturePart<kSignatureMemBroadcastMask… in hasBroadcast()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment()
993 …constexpr bool hasShift() const noexcept { return _hasSignaturePart<kSignatureMemShiftValueMask>()… in hasShift()
1002 …constexpr bool hasBroadcast() const noexcept { return _hasSignaturePart<kSignatureMemBroadcastMask… in hasBroadcast()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h859 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment()
873 constexpr bool hasShift() const noexcept { return _hasSignaturePart<kSignatureMemShiftMask>(); } in hasShift()
882 …constexpr bool hasBroadcast() const noexcept { return _hasSignaturePart<kSignatureMemBroadcastMask… in hasBroadcast()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h859 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment()
873 constexpr bool hasShift() const noexcept { return _hasSignaturePart<kSignatureMemShiftMask>(); } in hasShift()
882 …constexpr bool hasBroadcast() const noexcept { return _hasSignaturePart<kSignatureMemBroadcastMask… in hasBroadcast()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment()
993 …constexpr bool hasShift() const noexcept { return _hasSignaturePart<kSignatureMemShiftValueMask>()… in hasShift()
1002 …constexpr bool hasBroadcast() const noexcept { return _hasSignaturePart<kSignatureMemBroadcastMask… in hasBroadcast()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment()
993 …constexpr bool hasShift() const noexcept { return _hasSignaturePart<kSignatureMemShiftValueMask>()… in hasShift()
1002 …constexpr bool hasBroadcast() const noexcept { return _hasSignaturePart<kSignatureMemBroadcastMask… in hasBroadcast()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment()
993 …constexpr bool hasShift() const noexcept { return _hasSignaturePart<kSignatureMemShiftValueMask>()… in hasShift()
1002 …constexpr bool hasBroadcast() const noexcept { return _hasSignaturePart<kSignatureMemBroadcastMask… in hasBroadcast()