Home | History | Annotate | Download | only in mips

Lines Matching full:highloc

931     RegLocation highLoc;
935 highLoc = dvmCompilerGetSrc(cUnit, mir, high);
938 highLoc = dvmCompilerGetDest(cUnit, mir, high);
941 assert(lowLoc.location == highLoc.location);
944 assert(lowLoc.fp == highLoc.fp);
947 lowLoc.highReg = highLoc.lowReg;