Searched refs:x86IsJmpOrCall (Results 1 – 8 of 8) sorted by relevance
317 static ASMJIT_INLINE bool x86IsJmpOrCall(uint32_t instId) noexcept { in x86IsJmpOrCall() function4356 if (ASMJIT_UNLIKELY(!x86IsJmpOrCall(instId))) in _emit()4378 if (getArchType() != ArchInfo::kTypeX86 && x86IsJmpOrCall(instId)) { in _emit()
303 static ASMJIT_INLINE bool x86IsJmpOrCall(uint32_t instId) noexcept { in x86IsJmpOrCall() function4416 if (ASMJIT_UNLIKELY(!x86IsJmpOrCall(instId))) in _emit()4434 if (archId() != ArchInfo::kIdX86 && x86IsJmpOrCall(instId)) { in _emit()
321 static ASMJIT_INLINE bool x86IsJmpOrCall(uint32_t instId) noexcept { in x86IsJmpOrCall() function4484 if (ASMJIT_UNLIKELY(!x86IsJmpOrCall(instId))) in _emit()4502 if (Environment::is64Bit(arch()) && x86IsJmpOrCall(instId)) { in _emit()
321 static ASMJIT_INLINE bool x86IsJmpOrCall(uint32_t instId) noexcept { in x86IsJmpOrCall() function4876 if (ASMJIT_UNLIKELY(!x86IsJmpOrCall(instId))) in _emit()4894 if (Environment::is64Bit(arch()) && x86IsJmpOrCall(instId)) { in _emit()