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

  /external/v8/src/compiler/s390/
code-generator-s390.cc 505 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
510 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
635 __ MovFromFloatResult(i.OutputDoubleRegister()); \
648 __ MovFromFloatResult(i.OutputDoubleRegister()); \
662 __ MovFromFloatResult(i.OutputDoubleRegister()); \
669 DoubleRegister result_reg = i.OutputDoubleRegister(); \
711 DoubleRegister result_reg = i.OutputDoubleRegister(); \
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 440 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
442 __ asm_instr(i.OutputDoubleRegister(), i.InputOperand(0)); \
450 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
453 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
460 auto result = i.OutputDoubleRegister(); \
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 498 __ rint_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
501 auto ool = new (zone()) OutOfLineRound(this, i.OutputDoubleRegister()); \
508 __ mov_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
509 __ mode##_l_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
510 __ dmfc1(at, i.OutputDoubleRegister()); \
512 __ cvt_d_l(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
522 __ rint_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
528 auto ool = new (zone()) OutOfLineRound32(this, i.OutputDoubleRegister()); \
534 __ mov_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 289 auto result = i.OutputDoubleRegister(); \
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 459 __ rint_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
462 auto ool = new (zone()) OutOfLineRound(this, i.OutputDoubleRegister()); \
469 __ mov_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
470 __ mode##_l_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
471 __ Move(at, kScratchReg2, i.OutputDoubleRegister()); \
474 __ cvt_d_l(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
485 __ rint_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
491 auto ool = new (zone()) OutOfLineRound32(this, i.OutputDoubleRegister()); \
497 __ mov_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 56 DoubleRegister OutputFloat32Register() { return OutputDoubleRegister().S(); }
58 DoubleRegister OutputFloat64Register() { return OutputDoubleRegister(); }
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 303 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
306 __ frsp(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
312 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
315 __ frsp(i.OutputDoubleRegister(), i.OutputDoubleRegister()); \
443 __ MovFromFloatResult(i.OutputDoubleRegister()); \
457 __ MovFromFloatResult(i.OutputDoubleRegister()); \
472 __ MovFromFloatResult(i.OutputDoubleRegister()); \
480 DoubleRegister result_reg = i.OutputDoubleRegister(); \
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 434 __ MovFromFloatResult(i.OutputDoubleRegister()); \
448 __ MovFromFloatResult(i.OutputDoubleRegister()); \
    [all...]
  /external/v8/src/compiler/
code-generator-impl.h 112 DoubleRegister OutputDoubleRegister() {
  /external/v8/src/compiler/x87/
code-generator-x87.cc 291 auto result = i.OutputDoubleRegister(); \
    [all...]

Completed in 985 milliseconds