Home
last modified time | relevance | path

Searched refs:storeUnalignedSimd128Float (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h622 void storeUnalignedSimd128Float(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Float() function
625 void storeUnalignedSimd128Float(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Float() function
628 void storeUnalignedSimd128Float(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Float() function
H A DMacroAssembler-x86-shared.cpp276 storeUnalignedSimd128Float(reg, spillAddress); in PushRegsInMask()
313 storeUnalignedSimd128Float(reg, dest); in storeRegsInMask()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h702 void storeUnalignedSimd128Float(FloatRegister src, Address addr) { in storeUnalignedSimd128Float() function
705 void storeUnalignedSimd128Float(FloatRegister src, BaseIndex addr) { in storeUnalignedSimd128Float() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32.h682 void storeUnalignedSimd128Float(FloatRegister src, Address addr) { in storeUnalignedSimd128Float() function
685 void storeUnalignedSimd128Float(FloatRegister src, BaseIndex addr) { in storeUnalignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h1080 void storeUnalignedSimd128Float(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Float() function
1083 void storeUnalignedSimd128Float(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Float() function
1086 void storeUnalignedSimd128Float(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Float() function
H A DMacroAssembler-x86-shared.cpp453 storeUnalignedSimd128Float(reg, spillAddress);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DMacroAssembler-none.h490 void storeUnalignedSimd128Float(T, S) { in storeUnalignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DMacroAssembler-mips64.h903 void storeUnalignedSimd128Float(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); }
904 void storeUnalignedSimd128Float(FloatRegister src, BaseIndex addr) { MOZ_CRASH("NYI"); }
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DMacroAssembler-mips32.h891 void storeUnalignedSimd128Float(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Float() function
892 void storeUnalignedSimd128Float(FloatRegister src, BaseIndex addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DMacroAssembler-x64.cpp804 case 4: storeUnalignedSimd128Float(value.fpu(), dstAddr); break; in wasmStore()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.h1197 void storeUnalignedSimd128Float(FloatRegister src, Address addr) { in storeUnalignedSimd128Float() function
1200 void storeUnalignedSimd128Float(FloatRegister src, BaseIndex addr) { in storeUnalignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DMacroAssembler-none.h293 template <typename T, typename S> void storeUnalignedSimd128Float(T, S) { MOZ_CRASH(); }
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x64/
H A DMacroAssembler-x64.cpp716 storeUnalignedSimd128Float(value.fpu(), dstAddr); in wasmStore()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmStubs.cpp308 masm.storeUnalignedSimd128Float(ReturnSimd128Reg, Address(argv, 0)); in GenerateEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DMacroAssembler-arm.h1068 void storeUnalignedSimd128Float(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Float() function
1069 void storeUnalignedSimd128Float(FloatRegister src, BaseIndex addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Float() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.h991 void storeUnalignedSimd128Float(FloatRegister dest, const Address& addr) { in storeUnalignedSimd128Float() function
994 void storeUnalignedSimd128Float(FloatRegister dest, const BaseIndex& addr) { in storeUnalignedSimd128Float() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared.cpp1184 masm.storeUnalignedSimd128Float(reg, dump); in operator ()()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DCodeGenerator-shared.cpp1110 masm.storeUnalignedSimd128Float(reg, dump); in operator ()()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DMacroAssembler-arm64.h941 void storeUnalignedSimd128Float(FloatRegister dest, const Address& addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Float() function
942 void storeUnalignedSimd128Float(FloatRegister dest, const BaseIndex& addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Float() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmStubs.cpp221 masm.storeUnalignedSimd128Float(ReturnSimd128Reg, Address(argv, 0)); in StoreABIReturn()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.cpp265 masm.storeUnalignedSimd128Float(value, dest); in StoreToTypedFloatArray()
H A DCodeGenerator.cpp5709 masm.storeUnalignedSimd128Float(in, objectData); in visitSimdBox()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMacroAssembler.cpp349 masm.storeUnalignedSimd128Float(value, dest); in StoreToTypedFloatArray()
H A DCodeGenerator.cpp6160 masm.storeUnalignedSimd128Float(in, objectData); in visitSimdBox()