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

  /external/v8/src/compiler/mips/
code-generator-mips.cc 68 return InputDoubleRegister(index);
439 __ rint_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
444 __ Mfhc1(kScratchReg, i.InputDoubleRegister(0)); \
449 __ mov_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
450 __ mode##_l_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
465 __ rint_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
473 __ mfc1(kScratchReg, i.InputDoubleRegister(0)); \
477 __ mov_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
478 __ mode##_w_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
503 __ MovToFloatParameters(i.InputDoubleRegister(0),
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 330 __ asm_instr(i.MemoryOperand(3), i.InputDoubleRegister(2)); \
384 __ movsd(Operand(esp, 0 * kDoubleSize), i.InputDoubleRegister(0)); \
385 __ movsd(Operand(esp, 1 * kDoubleSize), i.InputDoubleRegister(1)); \
400 __ movsd(Operand(esp, 0 * kDoubleSize), i.InputDoubleRegister(0)); \
669 auto input = i.InputDoubleRegister(0);
757 if (!i.InputDoubleRegister(1).is(xmm2)) {
758 __ movaps(xmm2, i.InputDoubleRegister(0));
759 __ movaps(xmm1, i.InputDoubleRegister(1));
761 __ movaps(xmm0, i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 299 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
304 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
305 i.InputDoubleRegister(1)); \
340 __ cmp_instr(i.InputDoubleRegister(0), i.InputDoubleRegister(1); \
359 __ MovToFloatParameters(i.InputDoubleRegister(0), \
360 i.InputDoubleRegister(1)); \
372 __ MovToFloatParameter(i.InputDoubleRegister(0)); \
385 __ MovToFloatParameters(i.InputDoubleRegister(0), \
386 i.InputDoubleRegister(1));
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 67 return InputDoubleRegister(index);
455 __ rint_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
460 __ mfhc1(kScratchReg, i.InputDoubleRegister(0)); \
465 __ mov_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
466 __ mode##_l_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
479 __ rint_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
487 __ mfc1(kScratchReg, i.InputDoubleRegister(0)); \
491 __ mov_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
492 __ mode##_w_s(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
517 __ MovToFloatParameters(i.InputDoubleRegister(0),
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 414 __ asm_instr(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); \
416 __ asm_instr(i.InputDoubleRegister(0), i.InputOperand(1)); \
423 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0)); \
433 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
434 i.InputDoubleRegister(1)); \
436 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
559 auto value = i.InputDoubleRegister(4); \
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 428 __ MovToFloatParameters(i.InputDoubleRegister(0), \
429 i.InputDoubleRegister(1)); \
443 __ MovToFloatParameter(i.InputDoubleRegister(0)); \
766 __ TruncateDoubleToI(i.OutputRegister(), i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 29 return InputDoubleRegister(index).S();
33 return InputDoubleRegister(index);
42 return InputDoubleRegister(index).S();
51 return InputDoubleRegister(index);
802 __ TruncateDoubleToI(i.OutputRegister(), i.InputDoubleRegister(0));
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 300 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
309 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
310 i.InputDoubleRegister(1), i.OutputRCBit()); \
417 __ cmp_instr(i.InputDoubleRegister(0), i.InputDoubleRegister(1), cr); \
436 __ MovToFloatParameters(i.InputDoubleRegister(0), \
437 i.InputDoubleRegister(1)); \
450 __ MovToFloatParameter(i.InputDoubleRegister(0)); \
464 __ MovToFloatParameters(i.InputDoubleRegister(0), \
465 i.InputDoubleRegister(1));
    [all...]
  /external/v8/src/compiler/
code-generator-impl.h 38 DoubleRegister InputDoubleRegister(size_t index) {
  /external/v8/src/compiler/x87/
code-generator-x87.cc 333 DCHECK(i.InputDoubleRegister(2).code() == 0); \
    [all...]

Completed in 2560 milliseconds