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

  /external/v8/src/compiler/mips/
code-generator-mips.cc 206 class OutOfLineRound32 : public OutOfLineCode {
208 OutOfLineRound32(CodeGenerator* gen, DoubleRegister result)
491 auto ool = new (zone()) OutOfLineRound32(this, i.OutputDoubleRegister()); \
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 206 class OutOfLineRound32 : public OutOfLineCode {
208 OutOfLineRound32(CodeGenerator* gen, DoubleRegister result)
528 auto ool = new (zone()) OutOfLineRound32(this, i.OutputDoubleRegister()); \
    [all...]

Completed in 205 milliseconds