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

  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 271 auto result = i.OutputDoubleRegister(); \
631 __ movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister());
640 __ sqrtss(i.OutputDoubleRegister(), i.InputOperand(0));
646 __ andps(i.OutputDoubleRegister(), kScratchDoubleReg);
653 __ xorps(i.OutputDoubleRegister(), kScratchDoubleReg);
660 __ roundss(i.OutputDoubleRegister(), i.InputDoubleRegister(0), mode);
679 __ movaps(i.OutputDoubleRegister(), i.OutputDoubleRegister());
708 __ movsd(i.OutputDoubleRegister(), Operand(esp, 0))
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 431 __ rint_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
434 auto ool = new (zone()) OutOfLineRound(this, i.OutputDoubleRegister()); \
441 __ mov_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
442 __ mode##_l_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
443 __ dmfc1(at, i.OutputDoubleRegister()); \
445 __ cvt_d_l(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
455 __ rint_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
461 auto ool = new (zone()) OutOfLineRound32(this, i.OutputDoubleRegister()); \
467 __ mov_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 417 __ rint_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
420 auto ool = new (zone()) OutOfLineRound(this, i.OutputDoubleRegister()); \
427 __ mov_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
428 __ mode##_l_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
429 __ Move(at, kScratchReg2, i.OutputDoubleRegister()); \
432 __ cvt_d_l(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
443 __ rint_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
449 auto ool = new (zone()) OutOfLineRound32(this, i.OutputDoubleRegister()); \
455 __ mov_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 328 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
330 __ asm_instr(i.OutputDoubleRegister(), i.InputOperand(0)); \
339 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
342 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
350 auto result = i.OutputDoubleRegister(); \
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 38 DoubleRegister OutputFloat32Register() { return OutputDoubleRegister().S(); }
40 DoubleRegister OutputFloat64Register() { return OutputDoubleRegister(); }
636 __ Frintm(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
642 __ Frintp(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
645 __ Frinta(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
651 __ Frintz(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
657 __ Frintn(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 270 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
277 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
407 __ MovFromFloatResult(i.OutputDoubleRegister()); \
415 __ fsel(i.OutputDoubleRegister(), scratch_reg, i.InputDoubleRegister(0), \
423 __ fsel(i.OutputDoubleRegister(), scratch_reg, i.InputDoubleRegister(1), \
430 DoubleRegister result = i.OutputDoubleRegister(); \
505 DoubleRegister result = i.OutputDoubleRegister(); \
    [all...]
  /external/v8/src/compiler/
code-generator-impl.h 88 DoubleRegister OutputDoubleRegister() {
  /external/v8/src/compiler/x87/
code-generator-x87.cc 275 auto result = i.OutputDoubleRegister(); \
    [all...]

Completed in 131 milliseconds