Home | History | Annotate | Download | only in arm

Lines Matching refs:is_double

116   bool is_double;
117 int regnum = VFPRegisters::Number(desc, &is_double);
118 if (regnum != kNoRegister && !is_double) {
127 bool is_double;
128 int regnum = VFPRegisters::Number(desc, &is_double);
129 if (regnum != kNoRegister && is_double) {