Home
last modified time | relevance | path

Searched refs:movlWithPatch (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DMacroAssembler-x86.cpp576 movlWithPatch(srcAddr, out.gpr()); in wasmLoad()
663 movlWithPatch(srcAddr, out.low); in wasmLoadI64()
670 movlWithPatch(srcAddr, out.low); in wasmLoadI64()
681 movlWithPatch(low, out.low); in wasmLoadI64()
686 movlWithPatch(high, out.high); in wasmLoadI64()
696 movlWithPatch(low, out.low); in wasmLoadI64()
711 movlWithPatch(low, out.low); in wasmLoadI64()
806 movlWithPatch(value.low, low); in wasmStoreI64()
811 movlWithPatch(value.high, high); in wasmStoreI64()
821 movlWithPatch(value.low, low); in wasmStoreI64()
[all …]
H A DAssembler-x86.h534 CodeOffset movlWithPatch(Imm32 imm, Register dest) { in movlWithPatch() function
592 CodeOffset movlWithPatch(const Operand& src, Register dest) { in movlWithPatch() function
717 CodeOffset movlWithPatch(Register src, const Operand& dest) { in movlWithPatch() function
735 return movlWithPatch(regLow, low); in movlWithPatchLow()
739 return movlWithPatch(regLow, low); in movlWithPatchLow()
750 return movlWithPatch(regHigh, high); in movlWithPatchHigh()
754 return movlWithPatch(regHigh, high); in movlWithPatchHigh()
846 CodeOffset movlWithPatch(PatchedAbsoluteAddress addr, Register index, Scale scale, in movlWithPatch() function
870 CodeOffset movlWithPatch(PatchedAbsoluteAddress src, Register dest) { in movlWithPatch() function
924 CodeOffset movlWithPatch(Register src, PatchedAbsoluteAddress dest) { in movlWithPatch() function
H A DCodeGenerator-x86.cpp293 case Scalar::Uint32: masm.movlWithPatch(srcAddr, out.gpr()); break; in visitLoadTypedArrayElementStatic()
476 masm.movlWithPatch(ToRegister(value), dstAddr); in visitStoreTypedArrayElementStatic()
642 label = masm.movlWithPatch(PatchedAbsoluteAddress(), ToRegister(ins->output())); in visitWasmLoadGlobalVar()
677 CodeOffset labelLow = masm.movlWithPatch(PatchedAbsoluteAddress(), output.low); in visitWasmLoadGlobalVarI64()
679 CodeOffset labelHigh = masm.movlWithPatch(PatchedAbsoluteAddress(), output.high); in visitWasmLoadGlobalVarI64()
694 label = masm.movlWithPatch(ToRegister(ins->value()), PatchedAbsoluteAddress()); in visitWasmStoreGlobalVar()
725 CodeOffset labelLow = masm.movlWithPatch(input.low, PatchedAbsoluteAddress()); in visitWasmStoreGlobalVarI64()
727 CodeOffset labelHigh = masm.movlWithPatch(input.high, PatchedAbsoluteAddress()); in visitWasmStoreGlobalVarI64()
H A DMacroAssembler-x86.h849 CodeOffset label = movlWithPatch(PatchedAbsoluteAddress(), dest); in loadWasmGlobalPtr()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86/
H A DAssembler-x86.h542 CodeOffset movlWithPatch(Imm32 imm, Register dest) { in movlWithPatch() function
600 CodeOffset movlWithPatch(const Operand& src, Register dest) { in movlWithPatch() function
759 CodeOffset movlWithPatch(Register src, const Operand& dest) { in movlWithPatch() function
775 return movlWithPatch(regLow, LowWord(dest)); in movlWithPatchLow()
780 return movlWithPatch(regLow, low); in movlWithPatchLow()
789 return movlWithPatch(regHigh, HighWord(dest)); in movlWithPatchHigh()
794 return movlWithPatch(regHigh, high); in movlWithPatchHigh()
920 CodeOffset movlWithPatch(PatchedAbsoluteAddress addr, Register index, in movlWithPatch() function
943 CodeOffset movlWithPatch(PatchedAbsoluteAddress src, Register dest) { in movlWithPatch() function
997 CodeOffset movlWithPatch(Register src, PatchedAbsoluteAddress dest) { in movlWithPatch() function
/dports/www/firefox/firefox-99.0/js/src/jit/x86/
H A DAssembler-x86.h552 CodeOffset movlWithPatch(Imm32 imm, Register dest) { in movlWithPatch() function
610 CodeOffset movlWithPatch(const Operand& src, Register dest) { in movlWithPatch() function
769 CodeOffset movlWithPatch(Register src, const Operand& dest) { in movlWithPatch() function
785 return movlWithPatch(regLow, LowWord(dest)); in movlWithPatchLow()
790 return movlWithPatch(regLow, low); in movlWithPatchLow()
799 return movlWithPatch(regHigh, HighWord(dest)); in movlWithPatchHigh()
804 return movlWithPatch(regHigh, high); in movlWithPatchHigh()
930 CodeOffset movlWithPatch(PatchedAbsoluteAddress addr, Register index, in movlWithPatch() function
953 CodeOffset movlWithPatch(PatchedAbsoluteAddress src, Register dest) { in movlWithPatch() function
1007 CodeOffset movlWithPatch(Register src, PatchedAbsoluteAddress dest) { in movlWithPatch() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86/
H A DAssembler-x86.h574 CodeOffset movlWithPatch(Imm32 imm, Register dest) { in movlWithPatch() function
632 CodeOffset movlWithPatch(const Operand& src, Register dest) { in movlWithPatch() function
791 CodeOffset movlWithPatch(Register src, const Operand& dest) { in movlWithPatch() function
807 return movlWithPatch(regLow, LowWord(dest)); in movlWithPatchLow()
812 return movlWithPatch(regLow, low); in movlWithPatchLow()
821 return movlWithPatch(regHigh, HighWord(dest)); in movlWithPatchHigh()
826 return movlWithPatch(regHigh, high); in movlWithPatchHigh()
952 CodeOffset movlWithPatch(PatchedAbsoluteAddress addr, Register index, in movlWithPatch() function
975 CodeOffset movlWithPatch(PatchedAbsoluteAddress src, Register dest) { in movlWithPatch() function
1029 CodeOffset movlWithPatch(Register src, PatchedAbsoluteAddress dest) { in movlWithPatch() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86/
H A DAssembler-x86.h542 CodeOffset movlWithPatch(Imm32 imm, Register dest) { in movlWithPatch() function
600 CodeOffset movlWithPatch(const Operand& src, Register dest) { in movlWithPatch() function
759 CodeOffset movlWithPatch(Register src, const Operand& dest) { in movlWithPatch() function
775 return movlWithPatch(regLow, LowWord(dest)); in movlWithPatchLow()
780 return movlWithPatch(regLow, low); in movlWithPatchLow()
789 return movlWithPatch(regHigh, HighWord(dest)); in movlWithPatchHigh()
794 return movlWithPatch(regHigh, high); in movlWithPatchHigh()
920 CodeOffset movlWithPatch(PatchedAbsoluteAddress addr, Register index, in movlWithPatch() function
943 CodeOffset movlWithPatch(PatchedAbsoluteAddress src, Register dest) { in movlWithPatch() function
997 CodeOffset movlWithPatch(Register src, PatchedAbsoluteAddress dest) { in movlWithPatch() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86/
H A DAssembler-x86.h530 CodeOffset movlWithPatch(Imm32 imm, Register dest) { in movlWithPatch() function
588 CodeOffset movlWithPatch(const Operand& src, Register dest) { in movlWithPatch() function
747 CodeOffset movlWithPatch(Register src, const Operand& dest) { in movlWithPatch() function
763 return movlWithPatch(regLow, LowWord(dest)); in movlWithPatchLow()
768 return movlWithPatch(regLow, low); in movlWithPatchLow()
777 return movlWithPatch(regHigh, HighWord(dest)); in movlWithPatchHigh()
782 return movlWithPatch(regHigh, high); in movlWithPatchHigh()
908 CodeOffset movlWithPatch(PatchedAbsoluteAddress addr, Register index, in movlWithPatch() function
931 CodeOffset movlWithPatch(PatchedAbsoluteAddress src, Register dest) { in movlWithPatch() function
985 CodeOffset movlWithPatch(Register src, PatchedAbsoluteAddress dest) { in movlWithPatch() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86/
H A DAssembler-x86.h501 CodeOffset movlWithPatch(Imm32 imm, Register dest) { in movlWithPatch() function
559 CodeOffset movlWithPatch(const Operand& src, Register dest) { in movlWithPatch() function
684 CodeOffset movlWithPatch(Register src, const Operand& dest) { in movlWithPatch() function
783 CodeOffset movlWithPatch(PatchedAbsoluteAddress addr, Register index, Scale scale, in movlWithPatch() function
807 CodeOffset movlWithPatch(PatchedAbsoluteAddress src, Register dest) { in movlWithPatch() function
861 CodeOffset movlWithPatch(Register src, PatchedAbsoluteAddress dest) { in movlWithPatch() function
907 CodeOffset label = movlWithPatch(PatchedAbsoluteAddress(), dest); in loadAsmJSActivation()
H A DCodeGenerator-x86.cpp269 case Scalar::Uint32: masm.movlWithPatch(srcAddr, ToRegister(out)); break; in load()
490 case Scalar::Uint32: masm.movlWithPatch(ToRegister(value), dstAddr); break; in store()
784 label = masm.movlWithPatch(PatchedAbsoluteAddress(), ToRegister(ins->output())); in visitAsmJSLoadGlobalVar()
817 label = masm.movlWithPatch(ToRegister(ins->value()), PatchedAbsoluteAddress()); in visitAsmJSStoreGlobalVar()
846 CodeOffset label = masm.movlWithPatch(PatchedAbsoluteAddress(), index, TimesFour, out); in visitAsmJSLoadFuncPtr()
856 CodeOffset label = masm.movlWithPatch(PatchedAbsoluteAddress(), out); in visitAsmJSLoadFFIFunc()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DWasmStubs.cpp458 CodeOffset offset = masm.movlWithPatch(PatchedAbsoluteAddress(), scratch); in CheckForHeapDetachment()
617 masm.append(AsmJSGlobalAccess(masm.movlWithPatch(Imm32(0), callee), globalDataOffset)); in GenerateIonExit()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBaselineCompile.cpp3007 CodeOffset label = masm.movlWithPatch(PatchedAbsoluteAddress(), r.reg); in loadGlobalVarI32()
3024 CodeOffset labelLow = masm.movlWithPatch(PatchedAbsoluteAddress(), r.reg.low); in loadGlobalVarI64()
3026 CodeOffset labelHigh = masm.movlWithPatch(PatchedAbsoluteAddress(), r.reg.high); in loadGlobalVarI64()
3080 CodeOffset label = masm.movlWithPatch(r.reg, PatchedAbsoluteAddress()); in storeGlobalVarI32()
3097 CodeOffset labelLow = masm.movlWithPatch(r.reg.low, PatchedAbsoluteAddress()); in storeGlobalVarI64()
3099 CodeOffset labelHigh = masm.movlWithPatch(r.reg.high, PatchedAbsoluteAddress()); in storeGlobalVarI64()