Home
last modified time | relevance | path

Searched refs:storeUnalignedSimd128Int (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DMacroAssembler-x64.cpp814 case 4: storeUnalignedSimd128Int(value.fpu(), dstAddr); break; in wasmStore()
820 storeUnalignedSimd128Int(value.fpu(), dstAddr); in wasmStore()
824 storeUnalignedSimd128Int(value.fpu(), dstAddr); in wasmStore()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x64/
H A DMacroAssembler-x64.cpp733 storeUnalignedSimd128Int(value.fpu(), dstAddr); in wasmStore()
741 storeUnalignedSimd128Int(value.fpu(), dstAddr); in wasmStore()
745 storeUnalignedSimd128Int(value.fpu(), dstAddr); in wasmStore()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h481 void storeUnalignedSimd128Int(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Int() function
484 void storeUnalignedSimd128Int(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Int() function
487 void storeUnalignedSimd128Int(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Int() function
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h609 void storeUnalignedSimd128Int(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Int() function
612 void storeUnalignedSimd128Int(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Int() function
615 void storeUnalignedSimd128Int(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Int() function
H A DMacroAssembler-x86-shared-inl.h2550 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
2555 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h591 void storeUnalignedSimd128Int(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Int() function
594 void storeUnalignedSimd128Int(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Int() function
597 void storeUnalignedSimd128Int(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Int() function
H A DMacroAssembler-x86-shared-inl.h2394 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
2399 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h591 void storeUnalignedSimd128Int(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Int() function
594 void storeUnalignedSimd128Int(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Int() function
597 void storeUnalignedSimd128Int(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Int() function
H A DMacroAssembler-x86-shared-inl.h2394 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
2399 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h605 void storeUnalignedSimd128Int(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Int() function
608 void storeUnalignedSimd128Int(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Int() function
611 void storeUnalignedSimd128Int(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Int() function
H A DMacroAssembler-x86-shared-inl.h1885 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
1890 storeUnalignedSimd128Int(src, dest); in storeUnalignedSimd128()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h670 void storeUnalignedSimd128Int(FloatRegister src, Address addr) { in storeUnalignedSimd128Int() function
673 void storeUnalignedSimd128Int(FloatRegister src, BaseIndex addr) { in storeUnalignedSimd128Int() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32.h650 void storeUnalignedSimd128Int(FloatRegister src, Address addr) { in storeUnalignedSimd128Int() function
653 void storeUnalignedSimd128Int(FloatRegister src, BaseIndex addr) { in storeUnalignedSimd128Int() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h944 void storeUnalignedSimd128Int(FloatRegister src, const Address& dest) { in storeUnalignedSimd128Int() function
947 void storeUnalignedSimd128Int(FloatRegister src, const BaseIndex& dest) { in storeUnalignedSimd128Int() function
950 void storeUnalignedSimd128Int(FloatRegister src, const Operand& dest) { in storeUnalignedSimd128Int() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DMacroAssembler-none.h482 void storeUnalignedSimd128Int(T, S) { in storeUnalignedSimd128Int() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.cpp282 masm.storeUnalignedSimd128Int(value, dest); in StoreToTypedFloatArray()
289 masm.storeUnalignedSimd128Int(value, dest); in StoreToTypedFloatArray()
293 masm.storeUnalignedSimd128Int(value, dest); in StoreToTypedFloatArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DMacroAssembler-mips64.h894 void storeUnalignedSimd128Int(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); }
895 void storeUnalignedSimd128Int(FloatRegister src, BaseIndex addr) { MOZ_CRASH("NYI"); }
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DMacroAssembler-mips32.h882 void storeUnalignedSimd128Int(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Int() function
883 void storeUnalignedSimd128Int(FloatRegister src, BaseIndex addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Int() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.h1165 void storeUnalignedSimd128Int(FloatRegister src, Address addr) { in storeUnalignedSimd128Int() function
1168 void storeUnalignedSimd128Int(FloatRegister src, BaseIndex addr) { in storeUnalignedSimd128Int() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DMacroAssembler-none.h291 template <typename T, typename S> void storeUnalignedSimd128Int(T, S) { MOZ_CRASH(); }
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMacroAssembler.cpp367 masm.storeUnalignedSimd128Int(value, dest); in StoreToTypedFloatArray()
375 masm.storeUnalignedSimd128Int(value, dest); in StoreToTypedFloatArray()
379 masm.storeUnalignedSimd128Int(value, dest); in StoreToTypedFloatArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmStubs.cpp304 masm.storeUnalignedSimd128Int(ReturnSimd128Reg, Address(argv, 0)); in GenerateEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DMacroAssembler-arm.h1059 void storeUnalignedSimd128Int(FloatRegister src, Address addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Int() function
1060 void storeUnalignedSimd128Int(FloatRegister src, BaseIndex addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Int() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.h953 void storeUnalignedSimd128Int(FloatRegister dest, const Address& addr) { in storeUnalignedSimd128Int() function
956 void storeUnalignedSimd128Int(FloatRegister dest, const BaseIndex& addr) { in storeUnalignedSimd128Int() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DMacroAssembler-arm64.h930 void storeUnalignedSimd128Int(FloatRegister dest, const Address& addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Int() function
931 void storeUnalignedSimd128Int(FloatRegister dest, const BaseIndex& addr) { MOZ_CRASH("NYI"); } in storeUnalignedSimd128Int() function

12