Home
last modified time | relevance | path

Searched refs:storeAlignedSimd128Float (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMoveEmitter-x86-shared.cpp265 masm.storeAlignedSimd128Float(scratch, cycleSlot()); in breakCycle()
267 masm.storeAlignedSimd128Float(to.floatReg(), cycleSlot()); in breakCycle()
334 masm.storeAlignedSimd128Float(scratch, toAddress(to)); in completeCycle()
525 masm.storeAlignedSimd128Float(from.floatReg(), toAddress(to)); in emitSimd128FloatMove()
533 masm.storeAlignedSimd128Float(scratch, toAddress(to)); in emitSimd128FloatMove()
H A DMacroAssembler-x86-shared.h1053 void storeAlignedSimd128Float(FloatRegister src, const Address& dest) { in storeAlignedSimd128Float() function
1361 storeAlignedSimd128Float(src, dest);
H A DCodeGenerator-x86-shared.cpp309 masm.storeAlignedSimd128Float(ToFloatRegister(ins->arg()), dst); in visitWasmStackArg()
2933 masm.storeAlignedSimd128Float(vector, Address(StackPointer, 0)); in visitSimdInsertElementF()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DMoveEmitter-x86-shared.cpp243 masm.storeAlignedSimd128Float(scratch, cycleSlot()); in breakCycle()
245 masm.storeAlignedSimd128Float(to.floatReg(), cycleSlot()); in breakCycle()
310 masm.storeAlignedSimd128Float(scratch, toAddress(to)); in completeCycle()
495 masm.storeAlignedSimd128Float(from.floatReg(), toAddress(to)); in emitSimd128FloatMove()
503 masm.storeAlignedSimd128Float(scratch, toAddress(to)); in emitSimd128FloatMove()
H A DMacroAssembler-x86-shared.h595 void storeAlignedSimd128Float(FloatRegister src, const Address& dest) { in storeAlignedSimd128Float() function
880 storeAlignedSimd128Float(src, dest);
H A DCodeGenerator-x86-shared.cpp278 masm.storeAlignedSimd128Float(ToFloatRegister(ins->arg()), dst); in visitWasmStackArg()
2728 masm.storeAlignedSimd128Float(vector, Address(StackPointer, 0)); in visitSimdInsertElementF()
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h650 void storeAlignedSimd128Float(FloatRegister src, const Address& dest) { in storeAlignedSimd128Float() function
947 storeAlignedSimd128Float(src, dest);
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h632 void storeAlignedSimd128Float(FloatRegister src, const Address& dest) { in storeAlignedSimd128Float() function
1042 storeAlignedSimd128Float(src, dest);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h632 void storeAlignedSimd128Float(FloatRegister src, const Address& dest) { in storeAlignedSimd128Float() function
1042 storeAlignedSimd128Float(src, dest);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h735 void storeAlignedSimd128Float(FloatRegister src, const Address& dest) { in storeAlignedSimd128Float() function
1033 storeAlignedSimd128Float(src, dest);
H A DMacroAssembler-x86-shared-SIMD.cpp388 storeAlignedSimd128Float(input, Address(StackPointer, 0)); in insertLaneFloat32x4()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DMacroAssembler-none.h486 void storeAlignedSimd128Float(T, S) { in storeAlignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DMacroAssembler-none.h292 template <typename T, typename S> void storeAlignedSimd128Float(T, S) { MOZ_CRASH(); }
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h693 void storeAlignedSimd128Float(FloatRegister src, Address addr) { in storeAlignedSimd128Float() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32.h673 void storeAlignedSimd128Float(FloatRegister src, Address addr) { in storeAlignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmStubs.cpp255 masm.storeAlignedSimd128Float( in GenerateEntry()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.h979 void storeAlignedSimd128Float(FloatRegister src, const Address& addr) { in storeAlignedSimd128Float() function
982 void storeAlignedSimd128Float(FloatRegister src, const BaseIndex& addr) { in storeAlignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DMacroAssembler-arm64.h937 void storeAlignedSimd128Float(FloatRegister src, const Address& addr) { MOZ_CRASH("NYI"); } in storeAlignedSimd128Float() function
938 void storeAlignedSimd128Float(FloatRegister src, const BaseIndex& addr) { MOZ_CRASH("NYI"); } in storeAlignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DMacroAssembler-mips64.h900 void storeAlignedSimd128Float(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); }
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DMacroAssembler-mips32.h888 void storeAlignedSimd128Float(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); } in storeAlignedSimd128Float() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmStubs.cpp175 masm.storeAlignedSimd128Float( in SetupABIArguments()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.h1188 void storeAlignedSimd128Float(FloatRegister src, Address addr) { in storeAlignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DMacroAssembler-arm.h1065 void storeAlignedSimd128Float(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); } in storeAlignedSimd128Float() function