Home
last modified time | relevance | path

Searched refs:kIdVoid (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.h462 inline bool hasRet() const noexcept { return _ret != Type::kIdVoid; } in hasRet()
503 init(ccId, vaIndex, Type::kIdVoid, _builderArgList, 0);
701 …inline void assignReg(size_t index, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
707 …signReg(size_t index, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
712 inline void assignStack(size_t index, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept {
1355 …inline void assignReg(size_t argIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexce…
1361 …nReg(size_t argIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
1366 …inline void assignStack(size_t argIndex, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept…
1371 …size_t argIndex, size_t valueIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
1377 …x, size_t valueIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
[all …]
H A Dtype.h49 kIdVoid = 0, //!< Void type. enumerator
231 (sizeof(T) == 8 && !std::is_signed<T>::value) ? kIdU64 : kIdVoid
240 (sizeof(T) >= 10) ? kIdF80 : kIdVoid
355 ASMJIT_DEFINE_TYPE_ID(void, kIdVoid);
H A Dcompiler.cpp337 default: typeId = Type::kIdVoid; break; in _newReg()
351 default: typeId = Type::kIdVoid; break; in _newReg()
362 default: typeId = Type::kIdVoid; break; in _newReg()
366 if (typeId == Type::kIdVoid) in _newReg()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.h462 inline bool hasRet() const noexcept { return _ret != Type::kIdVoid; } in hasRet()
503 init(ccId, vaIndex, Type::kIdVoid, _builderArgList, 0);
701 …inline void assignReg(size_t index, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
707 …signReg(size_t index, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
712 inline void assignStack(size_t index, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept {
1355 …inline void assignReg(size_t argIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexce…
1361 …nReg(size_t argIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
1366 …inline void assignStack(size_t argIndex, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept…
1371 …size_t argIndex, size_t valueIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
1377 …x, size_t valueIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
[all …]
H A Dtype.h49 kIdVoid = 0, //!< Void type. enumerator
231 (sizeof(T) == 8 && !std::is_signed<T>::value) ? kIdU64 : kIdVoid
240 (sizeof(T) >= 10) ? kIdF80 : kIdVoid
355 ASMJIT_DEFINE_TYPE_ID(void, kIdVoid);
H A Dcompiler.cpp337 default: typeId = Type::kIdVoid; break; in _newReg()
351 default: typeId = Type::kIdVoid; break; in _newReg()
362 default: typeId = Type::kIdVoid; break; in _newReg()
366 if (typeId == Type::kIdVoid) in _newReg()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.h462 inline bool hasRet() const noexcept { return _ret != Type::kIdVoid; } in hasRet()
503 init(ccId, vaIndex, Type::kIdVoid, _builderArgList, 0);
701 …inline void assignReg(size_t index, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
707 …signReg(size_t index, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
712 inline void assignStack(size_t index, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept {
1355 …inline void assignReg(size_t argIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexce…
1361 …nReg(size_t argIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
1366 …inline void assignStack(size_t argIndex, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept…
1371 …size_t argIndex, size_t valueIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
1377 …x, size_t valueIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
[all …]
H A Dtype.h49 kIdVoid = 0, //!< Void type. enumerator
231 (sizeof(T) == 8 && !std::is_signed<T>::value) ? kIdU64 : kIdVoid
240 (sizeof(T) >= 10) ? kIdF80 : kIdVoid
355 ASMJIT_DEFINE_TYPE_ID(void, kIdVoid);
H A Dcompiler.cpp337 default: typeId = Type::kIdVoid; break; in _newReg()
351 default: typeId = Type::kIdVoid; break; in _newReg()
362 default: typeId = Type::kIdVoid; break; in _newReg()
366 if (typeId == Type::kIdVoid) in _newReg()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfunc.h462 inline bool hasRet() const noexcept { return _ret != Type::kIdVoid; } in hasRet()
503 init(ccId, vaIndex, Type::kIdVoid, _builderArgList, 0);
701 …inline void assignReg(size_t index, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
707 …signReg(size_t index, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
712 inline void assignStack(size_t index, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept {
1355 …inline void assignReg(size_t argIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexce…
1361 …nReg(size_t argIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
1366 …inline void assignStack(size_t argIndex, int32_t offset, uint32_t typeId = Type::kIdVoid) noexcept…
1371 …size_t argIndex, size_t valueIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noexcept {
1377 …x, size_t valueIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
[all …]
H A Dtype.h49 kIdVoid = 0, //!< Void type. enumerator
231 (sizeof(T) == 8 && !std::is_signed<T>::value) ? kIdU64 : kIdVoid
240 (sizeof(T) >= 10) ? kIdF80 : kIdVoid
355 ASMJIT_DEFINE_TYPE_ID(void, kIdVoid);
H A Dcompiler.cpp337 default: typeId = Type::kIdVoid; break; in _newReg()
351 default: typeId = Type::kIdVoid; break; in _newReg()
362 default: typeId = Type::kIdVoid; break; in _newReg()
366 if (typeId == Type::kIdVoid) in _newReg()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dtype.h49 kIdVoid = 0, //!< Void type. enumerator
231 (sizeof(T) == 8 && !std::is_signed<T>::value) ? kIdU64 : kIdVoid
240 (sizeof(T) >= 10) ? kIdF80 : kIdVoid
355 ASMJIT_DEFINE_TYPE_ID(void, kIdVoid);
H A Dfunc.h129 inline bool hasRet() const noexcept { return _ret != Type::kIdVoid; } in hasRet()
170 init(ccId, vaIndex, Type::kIdVoid, _builderArgList, 0);
921 …inline void assignReg(uint32_t argIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noex…
927 …eg(uint32_t argIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
932 inline void assignStack(uint32_t argIndex, int32_t offset, uint32_t typeId = Type::kIdVoid) {
H A Dcompiler.cpp358 default: typeId = Type::kIdVoid; break; in _newReg()
372 default: typeId = Type::kIdVoid; break; in _newReg()
383 default: typeId = Type::kIdVoid; break; in _newReg()
387 if (typeId == Type::kIdVoid) in _newReg()
H A Dfunc.cpp67 if (ret != Type::kIdVoid) { in init()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dtype.h49 kIdVoid = 0, //!< Void type. enumerator
231 (sizeof(T) == 8 && !std::is_signed<T>::value) ? kIdU64 : kIdVoid
240 (sizeof(T) >= 10) ? kIdF80 : kIdVoid
355 ASMJIT_DEFINE_TYPE_ID(void, kIdVoid);
H A Dfunc.h129 inline bool hasRet() const noexcept { return _ret != Type::kIdVoid; } in hasRet()
170 init(ccId, vaIndex, Type::kIdVoid, _builderArgList, 0);
921 …inline void assignReg(uint32_t argIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noex…
927 …eg(uint32_t argIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
932 inline void assignStack(uint32_t argIndex, int32_t offset, uint32_t typeId = Type::kIdVoid) {
H A Dcompiler.cpp358 default: typeId = Type::kIdVoid; break; in _newReg()
372 default: typeId = Type::kIdVoid; break; in _newReg()
383 default: typeId = Type::kIdVoid; break; in _newReg()
387 if (typeId == Type::kIdVoid) in _newReg()
H A Dfunc.cpp67 if (ret != Type::kIdVoid) { in init()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dtype.h32 kIdVoid = 0, enumerator
210 sizeof(T) == 8 ? (std::is_signed<T>::value ? kIdI64 : kIdU64) : kIdVoid;
358 ASMJIT_DEFINE_TYPE_ID(void , kIdVoid);
H A Dcompiler.cpp361 default: typeId = Type::kIdVoid; break; in _newReg()
375 default: typeId = Type::kIdVoid; break; in _newReg()
386 default: typeId = Type::kIdVoid; break; in _newReg()
390 if (typeId == Type::kIdVoid) in _newReg()
H A Dfunc.h111 inline bool hasRet() const noexcept { return _ret != Type::kIdVoid; } in hasRet()
152 init(ccId, vaIndex, Type::kIdVoid, _builderArgList, 0);
894 …inline void assignReg(uint32_t argIndex, const BaseReg& reg, uint32_t typeId = Type::kIdVoid) noex…
900 …eg(uint32_t argIndex, uint32_t regType, uint32_t regId, uint32_t typeId = Type::kIdVoid) noexcept {
905 inline void assignStack(uint32_t argIndex, int32_t offset, uint32_t typeId = Type::kIdVoid) {
H A Dfunc.cpp51 if (ret != Type::kIdVoid) { in init()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h140 …FINE_REG_TRAITS(KReg , BaseReg::kTypeOther1 , BaseReg::kGroupOther1 , 0 , 8 , Type::kIdVoid );
141 …FINE_REG_TRAITS(SReg , BaseReg::kTypeCustom + 0, BaseReg::kGroupVirt + 0, 2 , 7 , Type::kIdVoid );
142 …FINE_REG_TRAITS(CReg , BaseReg::kTypeCustom + 1, BaseReg::kGroupVirt + 1, 0 , 16, Type::kIdVoid );
143 …FINE_REG_TRAITS(DReg , BaseReg::kTypeCustom + 2, BaseReg::kGroupVirt + 2, 0 , 16, Type::kIdVoid );
145 …FINE_REG_TRAITS(Bnd , BaseReg::kTypeCustom + 4, BaseReg::kGroupVirt + 4, 16, 4 , Type::kIdVoid );
146 …FINE_REG_TRAITS(Tmm , BaseReg::kTypeCustom + 5, BaseReg::kGroupVirt + 5, 0 , 8 , Type::kIdVoid );
147 …FINE_REG_TRAITS(Rip , BaseReg::kTypeIP , BaseReg::kGroupVirt + 6, 0 , 1 , Type::kIdVoid );

12