Home | History | Annotate | Download | only in arm64

Lines Matching refs:OutputDoubleRegister

56   DoubleRegister OutputFloat32Register() { return OutputDoubleRegister().S(); }
58 DoubleRegister OutputFloat64Register() { return OutputDoubleRegister(); }
909 __ Frintm(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
915 __ Frintp(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
918 __ Frinta(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
924 __ Frintz(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
930 __ Frintn(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
1332 __ Fadd(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
1336 __ Fsub(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
1340 __ Fmul(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
1344 __ Fdiv(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
1352 DCHECK(d0.is(i.OutputDoubleRegister()));
1364 __ Fmax(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
1374 __ Fmin(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
1379 __ Fabs(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
1382 __ Fneg(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
1385 __ Fsqrt(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
1388 __ Fcvt(i.OutputDoubleRegister(), i.InputDoubleRegister(0).S());
1391 __ Fcvt(i.OutputDoubleRegister().S(), i.InputDoubleRegister(0));
1463 __ Scvtf(i.OutputDoubleRegister(), i.InputRegister32(0));
1466 __ Scvtf(i.OutputDoubleRegister().S(), i.InputRegister64(0));
1469 __ Scvtf(i.OutputDoubleRegister(), i.InputRegister64(0));
1475 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister32(0));
1478 __ Ucvtf(i.OutputDoubleRegister().S(), i.InputRegister64(0));
1481 __ Ucvtf(i.OutputDoubleRegister(), i.InputRegister64(0));
1513 __ CanonicalizeNaN(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
1552 __ Ldr(i.OutputDoubleRegister().S(), i.MemoryOperand());
1558 __ Ldr(i.OutputDoubleRegister(), i.MemoryOperand());