Home | History | Annotate | Download | only in codegen

Lines Matching full:fpreg

611         return !FPREG(reg);
613 return FPREG(reg);
709 match = match && (FPREG(infoLo->reg) == FPREG(infoHi->reg));
711 if (match && FPREG(infoLo->reg)) {
727 assert(!FPREG(loc.lowReg) || ((loc.lowReg & 0x1) == 0));
758 assert(FPREG(loc.lowReg) == FPREG(loc.highReg));
759 assert(!FPREG(loc.lowReg) || ((loc.lowReg & 0x1) == 0));
774 assert(!FPREG(loc.lowReg) || ((loc.lowReg & 0x1) == 0));
793 assert(!FPREG(loc.lowReg) || ((loc.lowReg & 0x1) == 0));