Home
last modified time | relevance | path

Searched refs:SupportsSimd (Results 1 – 25 of 39) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DStackSlotAllocator.h29 MOZ_ASSERT(SupportsSimd); in freeQuadSlot()
34 MOZ_ASSERT(SupportsSimd); in allocateQuadSlot()
H A DMIRGraph.cpp71 MOZ_ASSERT(SupportsSimd); in usesSimd()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DStackSlotAllocator.h33 MOZ_ASSERT(SupportsSimd); in allocateQuadSlot()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DStackSlotAllocator.h32 MOZ_ASSERT(SupportsSimd); in allocateQuadSlot()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/
H A DAssembler-arm64.h156 static constexpr bool SupportsSimd = false; variable
272 static bool SupportsSimd() { return js::jit::SupportsSimd; } in SupportsSimd() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/
H A DAssembler-arm64.h164 static constexpr bool SupportsSimd = false;
294 static bool SupportsSimd() { return js::jit::SupportsSimd; }
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/
H A DAssembler-arm64.h175 static constexpr bool SupportsSimd = false; variable
293 static bool SupportsSimd() { return js::jit::SupportsSimd; } in SupportsSimd() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/none/
H A DArchitecture-none.h17 static const bool SupportsSimd = false; variable
H A DMacroAssembler-none.h174 static bool SupportsSimd() { return false; } in SupportsSimd() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/none/
H A DArchitecture-none.h17 static const bool SupportsSimd = false; variable
H A DMacroAssembler-none.h194 static bool SupportsSimd() { return false; }
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DArchitecture-none.h19 static const bool SupportsSimd = false; variable
H A DMacroAssembler-none.h225 static bool SupportsSimd() { return false; } in SupportsSimd() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/mips-shared/
H A DAssembler-mips-shared.h134 static MOZ_CONSTEXPR_VAR bool SupportsSimd = false; variable
1086 static bool SupportsSimd() { in SupportsSimd() function
1087 return js::jit::SupportsSimd; in SupportsSimd()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/mips-shared/
H A DAssembler-mips-shared.h142 static constexpr bool SupportsSimd = false; variable
1231 static bool SupportsSimd() { in SupportsSimd() function
1232 return js::jit::SupportsSimd; in SupportsSimd()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/mips-shared/
H A DAssembler-mips-shared.h138 static constexpr bool SupportsSimd = false; variable
1168 static bool SupportsSimd() { return js::jit::SupportsSimd; } in SupportsSimd() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmStubs.cpp1008 static_assert(!SupportsSimd, "high lanes of SIMD registers need to be saved too."); in GenerateInterruptExit()
1071 static_assert(!SupportsSimd, "high lanes of SIMD registers need to be saved too."); in GenerateInterruptExit()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DWasmStubs.cpp1080 JS_STATIC_ASSERT(!SupportsSimd); in GenerateAsyncInterruptExit()
1138 JS_STATIC_ASSERT(!SupportsSimd); in GenerateAsyncInterruptExit()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/
H A DAssembler-arm.h223 static constexpr bool SupportsSimd = false; variable
1729 static bool SupportsSimd() { in SupportsSimd() function
1730 return js::jit::SupportsSimd; in SupportsSimd()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/
H A DAssembler-arm.h239 static constexpr bool SupportsSimd = false; variable
1579 static bool SupportsSimd() { return js::jit::SupportsSimd; } in SupportsSimd() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/
H A DAssembler-arm.h198 static MOZ_CONSTEXPR_VAR bool SupportsSimd = false; variable
1726 static bool SupportsSimd() { in SupportsSimd() function
1727 return js::jit::SupportsSimd; in SupportsSimd()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmStubs.cpp1494 static_assert(!SupportsSimd,
1504 static_assert(!SupportsSimd,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x64/
H A DAssembler-x64.h206 static MOZ_CONSTEXPR_VAR bool SupportsSimd = true; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x64/
H A DAssembler-x64.h229 static constexpr bool SupportsSimd = true; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86/
H A DAssembler-x86.h147 static constexpr bool SupportsSimd = true; variable

12