Home | History | Annotate | Download | only in arm

Lines Matching refs:is_double

199   bool is_double;
200 int regnum = VFPRegisters::Number(desc, &is_double);
201 if (regnum != kNoRegister && !is_double) {
210 bool is_double;
211 int regnum = VFPRegisters::Number(desc, &is_double);
212 if (regnum != kNoRegister && is_double) {