Home
last modified time | relevance | path

Searched defs:Addps (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2133 __ Addps(dst, dst, dst); // double hi, exactly in AssembleArchInstruction() local
2134 __ Addps(dst, dst, kScratchDoubleReg); // add hi and lo, may round. in AssembleArchInstruction() local
2150 __ Addps(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2891 __ Addps(dst, dst); // double hi, exactly in AssembleArchInstruction() local
2892 __ Addps(dst, kScratchDoubleReg); // add hi and lo, may round. in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.h137 Addps, enumerator
3083 using Addps = InstX86Addps; member
DIceInstX8632.h196 Addps, enumerator
3184 using Addps = InstX86Addps; member