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

  /external/v8/src/arm/
lithium-arm.h 609 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]
simulator-arm.cc 194 bool is_double; local
195 int regnum = VFPRegisters::Number(desc, &is_double);
196 if (regnum != kNoRegister && !is_double) {
205 bool is_double; local
206 int regnum = VFPRegisters::Number(desc, &is_double);
207 if (regnum != kNoRegister && is_double) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 584 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]
  /external/v8/src/mips/
lithium-mips.h 608 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]
  /external/v8/src/x64/
lithium-x64.h 593 bool is_double() const { function in class:v8::internal::LCmpIDAndBranch
    [all...]

Completed in 3083 milliseconds