Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1637 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1663 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
1665 __ Movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1937 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1949 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc2031 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
2397 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
2749 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h121 Movd, enumerator
3207 using Movd = typename InstImpl<TraitsType>::InstX86Movd; member