Home
last modified time | relevance | path

Searched refs:setOffsetLo32 (Results 1 – 8 of 8) sorted by relevance

/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Doperand.h1134 inline void setOffsetLo32(int32_t offset) noexcept { _mem.offsetLo32 = uint32_t(offset); } in setOffsetLo32() function
1163 inline void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Doperand.h1176 inline void setOffsetLo32(int32_t offset) noexcept { _data[kDataMemOffsetLo] = uint32_t(offset); } in setOffsetLo32() function
1205 inline void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Doperand.h1176 inline void setOffsetLo32(int32_t offset) noexcept { _data[kDataMemOffsetLo] = uint32_t(offset); } in setOffsetLo32() function
1205 inline void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h1237 inline void setOffsetLo32(int32_t offset) noexcept { _data[kDataMemOffsetLo] = uint32_t(offset); } in setOffsetLo32() function
1266 inline void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h1237 inline void setOffsetLo32(int32_t offset) noexcept { _data[kDataMemOffsetLo] = uint32_t(offset); } in setOffsetLo32() function
1266 inline void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h1237 inline void setOffsetLo32(int32_t offset) noexcept { _data[kDataMemOffsetLo] = uint32_t(offset); } in setOffsetLo32() function
1266 inline void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Doperand.h1237 inline void setOffsetLo32(int32_t offset) noexcept { _data[kDataMemOffsetLo] = uint32_t(offset); } in setOffsetLo32() function
1266 inline void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Doperand.h1095 ASMJIT_INLINE void setOffsetLo32(int32_t off) noexcept { in setOffsetLo32() function
1107 ASMJIT_INLINE void resetOffsetLo32() noexcept { setOffsetLo32(0); } in resetOffsetLo32()