Home
last modified time | relevance | path

Searched refs:OSHasAVXSupport (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc98 bool OSHasAVXSupport() { in OSHasAVXSupport() function
145 if (cpu.has_avx() && cpu.has_osxsave() && OSHasAVXSupport()) { in ProbeImpl()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc51 bool OSHasAVXSupport() { in OSHasAVXSupport() function
99 if (cpu.has_avx() && cpu.has_osxsave() && OSHasAVXSupport()) { in ProbeImpl()

Completed in 13 milliseconds