HomeSort by relevance Sort by last modified time
    Searched refs:Movq (Results 1 - 6 of 6) sorted by null

  /external/v8/src/wasm/baseline/x64/
liftoff-assembler-x64.h 73 assm->movq(dst.gp(), src);
93 assm->movq(dst, src.gp());
170 movq(reg.gp(), value.to_i64(), rmode);
192 movq(dst, Operand(dst, offset));
242 movq(dst.gp(), src_op);
278 movq(dst_op, src.gp());
316 movq(dst, src);
340 movq(dst, reg.gp());
363 movq(dst, Immediate(static_cast<int32_t>(value.to_i64())));
367 movq(dst, kScratchRegister)
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 165 AVX_OP(Movq, movq)
    [all...]
macro-assembler-x64.cc 322 movq(fp_mode_parameter, remembered_set_parameter);
767 if (src != kScratchRegister) movq(kScratchRegister, src);
780 movq(kScratchRegister, src);
791 if (src != kScratchRegister) movq(kScratchRegister, src);
804 movq(kScratchRegister, src);
977 movq(dst, Immediate(static_cast<int32_t>(x)));
979 movq(dst, x);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 124 Movq,
    [all...]
IceTargetLoweringX86Base.h 729 Context.insert<typename Traits::Insts::Movq>(Dest, Src0);
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 524 __ movq(i.TempRegister(0), rax); \
533 __ movq(rsp, rbp);
539 __ movq(rbp, MemOperand(rbp, 0));
    [all...]

Completed in 2134 milliseconds