Lines Matching refs:OutputDoubleRegister
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(); \
1179 __ ConvertInt64ToFloat(i.InputRegister(0), i.OutputDoubleRegister());
1183 __ ConvertInt64ToDouble(i.InputRegister(0), i.OutputDoubleRegister());
1188 i.OutputDoubleRegister());
1193 i.OutputDoubleRegister());
1198 __ ConvertIntToDouble(i.InputRegister(0), i.OutputDoubleRegister());
1203 i.OutputDoubleRegister());
1273 __ Move(i.OutputDoubleRegister(), i.InputDoubleRegister(0));
1285 __ InsertDoubleLow(i.OutputDoubleRegister(), i.InputRegister(1), r0);
1289 __ InsertDoubleHigh(i.OutputDoubleRegister(), i.InputRegister(1), r0);
1294 __ MovInt64ComponentsToDouble(i.OutputDoubleRegister(),
1297 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0),
1306 __ MovIntToFloat(i.OutputDoubleRegister(), i.InputRegister(0));
1313 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0));