Home
last modified time | relevance | path

Searched defs:Subps (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2633 __ Subps(kScratchDoubleReg, dst); in AssembleArchInstruction() local
2678 __ Subps(i.OutputSimd128Register(), tmp); in AssembleArchInstruction() local
2940 __ Subps(tmp, tmp2); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h186 Subps, enumerator
3226 using Subps = typename InstImpl<TraitsType>::InstX86Subps; member