Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1910 __ Movq(i.OutputDoubleRegister(), kScratchRegister); in AssembleArchInstruction() local
1944 __ Movq(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1956 __ Movq(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h124 Movq, enumerator
3212 using Movq = typename InstImpl<TraitsType>::InstX86Movq; member