Searched defs:Addps (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 2133 __ 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/ |
| D | code-generator-x64.cc | 2891 __ 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/ |
| D | IceInstX8664.h | 137 Addps, enumerator 3083 using Addps = InstX86Addps; member
|
| D | IceInstX8632.h | 196 Addps, enumerator 3184 using Addps = InstX86Addps; member
|