Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2218 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2244 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2246 __ Movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
2553 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2565 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
3150 __ Movd(dst, i.InputRegister(0)); in AssembleArchInstruction() local
3153 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1474 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1491 __ Movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1639 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1644 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2229 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.h175 Movd, enumerator
3075 using Movd = InstX86Movd; member
DIceInstX8632.h236 Movd, enumerator
3176 using Movd = InstX86Movd; member