Home
last modified time | relevance | path

Searched refs:storeInt32x3 (Results 1 – 21 of 21) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h464 void storeInt32x3(FloatRegister src, const Address& dest) { in storeInt32x3() function
472 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { in storeInt32x3() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h649 void storeInt32x3(FloatRegister src, const Address& dest) { in storeInt32x3() function
652 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { in storeInt32x3() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32.h629 void storeInt32x3(FloatRegister src, const Address& dest) { in storeInt32x3() function
632 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { in storeInt32x3() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DMacroAssembler-none.h510 void storeInt32x3(T, S) { in storeInt32x3() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DMacroAssembler-mips64.h888 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); }
889 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); }
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DMacroAssembler-mips32.h876 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
877 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h927 void storeInt32x3(FloatRegister src, const Address& dest) { in storeInt32x3() function
935 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { in storeInt32x3() 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.h1073 void storeInt32x3(FloatRegister src, const Address& dest) { in storeInt32x3() function
1081 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { in storeInt32x3() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.h1144 void storeInt32x3(FloatRegister src, const Address& dest) { in storeInt32x3() function
1147 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { in storeInt32x3() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DMacroAssembler-none.h298 template <typename T, typename S> void storeInt32x3(T, S) { MOZ_CRASH(); }
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips32/
H A DMacroAssembler-mips32.h1192 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
1193 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips64/
H A DMacroAssembler-mips64.h1201 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
1202 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/none/
H A DMacroAssembler-none.h306 template <typename T, typename S> void storeInt32x3(T, S) { MOZ_CRASH(); } in storeInt32x3() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DMacroAssembler-arm.h1053 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
1054 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.h926 void storeInt32x3(FloatRegister src, const Address& dest) { in storeInt32x3() function
929 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { in storeInt32x3() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/
H A DMacroAssembler-arm.h1283 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
1284 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DMacroAssembler-arm64.h922 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
923 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/
H A DMacroAssembler-arm64.h1007 void storeInt32x3(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
1008 void storeInt32x3(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x3() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMacroAssembler.cpp273 masm.storeInt32x3(value, dest); in StoreToTypedFloatArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.cpp279 masm.storeInt32x3(value, dest); in StoreToTypedFloatArray()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMacroAssembler.cpp364 masm.storeInt32x3(value, dest); in StoreToTypedFloatArray()