Home
last modified time | relevance | path

Searched defs:Sqrtss (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp1672 TEST_F(AssemblerX8632Test, Sqrtss) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1761 TEST_F(AssemblerX8664Test, Sqrtss) { in TEST_F() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1274 __ Sqrtss(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local