Home | History | Annotate | Download | only in arm

Lines Matching refs:is_double

173   bool is_double;
174 int regnum = VFPRegisters::Number(desc, &is_double);
175 if (regnum != kNoRegister && !is_double) {
184 bool is_double;
185 int regnum = VFPRegisters::Number(desc, &is_double);
186 if (regnum != kNoRegister && is_double) {