Searched defs:supportsFloatingPointSqrt (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerX86.h247 static bool supportsFloatingPointSqrt() { return isSSE2Present(); } function in class:JSC::MacroAssemblerX86
H A DMacroAssemblerX86_64.h578 static bool supportsFloatingPointSqrt() { return true; } function in class:JSC::MacroAssemblerX86_64
H A DMacroAssemblerARM.h1028 static bool supportsFloatingPointSqrt() function in class:JSC::MacroAssemblerARM
H A DMacroAssemblerARMv7.h800 static bool supportsFloatingPointSqrt() { return true; } function in class:JSC::MacroAssemblerARMv7
H A DMacroAssemblerMIPS.h1181 static bool supportsFloatingPointSqrt() function in class:JSC::MacroAssemblerMIPS
H A DMacroAssemblerSH4.h948 static bool supportsFloatingPointSqrt() { return true; } function in class:JSC::MacroAssemblerSH4

Completed in 142 milliseconds