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

  /external/chromium_org/v8/src/compiler/arm/
code-generator-arm.cc 181 __ TruncateDoubleToI(i.OutputRegister(), i.InputDoubleRegister(0));
275 __ VFPCompareAndSetFlags(i.InputDoubleRegister(0),
276 i.InputDoubleRegister(1));
280 __ vadd(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
281 i.InputDoubleRegister(1));
285 __ vsub(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
286 i.InputDoubleRegister(1));
290 __ vmul(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
291 i.InputDoubleRegister(1));
295 __ vmla(i.OutputDoubleRegister(), i.InputDoubleRegister(1)
    [all...]
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 173 __ TruncateDoubleToI(i.OutputRegister(), i.InputDoubleRegister(0));
347 __ Fcmp(i.InputDoubleRegister(0), i.InputDoubleRegister(1));
350 __ Fadd(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
351 i.InputDoubleRegister(1));
354 __ Fsub(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
355 i.InputDoubleRegister(1));
358 __ Fmul(i.OutputDoubleRegister(), i.InputDoubleRegister(0),
359 i.InputDoubleRegister(1));
362 __ Fdiv(i.OutputDoubleRegister(), i.InputDoubleRegister(0)
    [all...]
  /external/chromium_org/v8/src/compiler/ia32/
code-generator-ia32.cc 148 __ TruncateDoubleToI(i.OutputRegister(), i.InputDoubleRegister(0));
249 __ ucomisd(i.InputDoubleRegister(0), i.InputOperand(1));
252 __ addsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1));
255 __ subsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1));
258 __ mulsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1));
261 __ divsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1))
    [all...]
  /external/chromium_org/v8/src/compiler/x64/
code-generator-x64.cc 242 __ TruncateDoubleToI(i.OutputRegister(), i.InputDoubleRegister(0));
401 __ ucomisd(i.InputDoubleRegister(0), input.double_reg);
403 __ ucomisd(i.InputDoubleRegister(0), input.operand);
408 __ addsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1));
411 __ subsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1));
414 __ mulsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1));
417 __ divsd(i.InputDoubleRegister(0), i.InputDoubleRegister(1))
    [all...]
  /external/chromium_org/v8/src/compiler/
code-generator-impl.h 35 DoubleRegister InputDoubleRegister(int index) {

Completed in 223 milliseconds