Home
last modified time | relevance | path

Searched refs:Movq (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h1171 Movq(dst.gp(), src.fp()); in emit_type_conversion()
1209 Movq(dst.fp(), src.gp()); in emit_type_conversion()
/external/v8/src/x64/
Dmacro-assembler-x64.h165 AVX_OP(Movq, movq) in AVX_OP()
Dmacro-assembler-x64.cc1276 Movq(dst, kScratchRegister); in Move()
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h124 Movq, enumerator
1334 class InstX86Movq : public InstX86BaseMovlike<InstX86Base::Movq> {
1346 : InstX86BaseMovlike<InstX86Base::Movq>(Func, Dest, Source) {} in InstX86Movq()
3212 using Movq = typename InstImpl<TraitsType>::InstX86Movq; member
DIceTargetLoweringX86Base.h729 Context.insert<typename Traits::Insts::Movq>(Dest, Src0); in _movq()
/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