Home
last modified time | relevance | path

Searched refs:storeInt32x1 (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.h452 void storeInt32x1(FloatRegister src, const Address& dest) { in storeInt32x1() function
455 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { in storeInt32x1() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips64/
H A DMacroAssembler-mips64.h637 void storeInt32x1(FloatRegister src, const Address& dest) { in storeInt32x1() function
640 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { in storeInt32x1() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips32/
H A DMacroAssembler-mips32.h617 void storeInt32x1(FloatRegister src, const Address& dest) { in storeInt32x1() function
620 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { in storeInt32x1() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DMacroAssembler-none.h502 void storeInt32x1(T, S) { in storeInt32x1() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips64/
H A DMacroAssembler-mips64.h884 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); }
885 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); }
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips32/
H A DMacroAssembler-mips32.h872 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
873 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DMacroAssembler-x86-shared.h915 void storeInt32x1(FloatRegister src, const Address& dest) { in storeInt32x1() function
918 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { in storeInt32x1() 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.h1061 void storeInt32x1(FloatRegister src, const Address& dest) { in storeInt32x1() function
1064 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { in storeInt32x1() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DMacroAssembler-arm.h1132 void storeInt32x1(FloatRegister src, const Address& dest) { in storeInt32x1() function
1135 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { in storeInt32x1() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DMacroAssembler-none.h296 template <typename T, typename S> void storeInt32x1(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.h1188 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
1189 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips64/
H A DMacroAssembler-mips64.h1197 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
1198 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/none/
H A DMacroAssembler-none.h304 template <typename T, typename S> void storeInt32x1(T, S) { MOZ_CRASH(); } in storeInt32x1() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DMacroAssembler-arm.h1049 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
1050 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DMacroAssembler-arm64.h914 void storeInt32x1(FloatRegister src, const Address& dest) { in storeInt32x1() function
917 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { in storeInt32x1() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/
H A DMacroAssembler-arm.h1279 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
1280 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DMacroAssembler-arm64.h918 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
919 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/
H A DMacroAssembler-arm64.h1003 void storeInt32x1(FloatRegister src, const Address& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
1004 void storeInt32x1(FloatRegister src, const BaseIndex& dest) { MOZ_CRASH("NYI"); } in storeInt32x1() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMacroAssembler.cpp267 masm.storeInt32x1(value, dest); in StoreToTypedFloatArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.cpp273 masm.storeInt32x1(value, dest); in StoreToTypedFloatArray()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMacroAssembler.cpp358 masm.storeInt32x1(value, dest); in StoreToTypedFloatArray()