Home
last modified time | relevance | path

Searched refs:cmp32WithPatch (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x64/
H A DCodeGenerator-x64.cpp603 maybeCmpOffset = masm.cmp32WithPatch(ToRegister(ptr), Imm32(-mir->endOffset())).offset(); in visitAsmJSCompareExchangeHeap()
638 maybeCmpOffset = masm.cmp32WithPatch(ToRegister(ptr), Imm32(-mir->endOffset())).offset(); in visitAsmJSAtomicExchangeHeap()
673 maybeCmpOffset = masm.cmp32WithPatch(ptrReg, Imm32(-mir->endOffset())).offset(); in visitAsmJSAtomicBinopHeap()
717 maybeCmpOffset = masm.cmp32WithPatch(ptrReg, Imm32(-mir->endOffset())).offset(); in visitAsmJSAtomicBinopHeapForEffect()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DMacroAssembler-x86-inl.h976 CodeOffset off = cmp32WithPatch(index, Imm32(0)); in wasmBoundsCheck()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h140 CodeOffset cmp32WithPatch(Register lhs, Imm32 rhs) { in cmp32WithPatch() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86/
H A DCodeGenerator-x86.cpp687 maybeCmpOffset = masm.cmp32WithPatch(ptrReg, Imm32(-endOffset)).offset(); in asmJSAtomicComputeAddress()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h175 CodeOffset cmp32WithPatch(Register lhs, Imm32 rhs) { in cmp32WithPatch() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h208 CodeOffset cmp32WithPatch(Register lhs, Imm32 rhs) { in cmp32WithPatch() function
H A DCodeGenerator-x86-shared.cpp379 uint32_t maybeCmpOffset = masm.cmp32WithPatch(ptr, Imm32(-access->endOffset())).offset(); in emitAsmJSBoundsCheckBranch()