Home | History | Annotate | Download | only in x86

Lines Matching defs:kk

466         int kk;
469 for(kk = 0; kk < num_memory_vr; kk++) {
470 if(memVRTable[kk].regNum == regNum) {
471 indexL = kk;
474 if(memVRTable[kk].regNum == regNum+1 && sizeVR == OpndSize_64) {
475 indexH = kk;
658 int kk;
699 for(kk = 0; kk < num_regs; kk++) {
700 currentInfo = infoByteCode[kk];
702 ALOGI("call mergeEntry2 at offsetPC %x kk %d VR %d %d", offsetPC, kk,
714 for(kk = 0; kk < bb->num_regs; kk++) {
716 ALOGI("sort virtual reg %d type %d -------", bb->infoBasicBlock[kk].regNum,
717 bb->infoBasicBlock[kk].physicalType);
719 sortAllocConstraint(bb->infoBasicBlock[kk].allocConstraints,
720 bb->infoBasicBlock[kk].allocConstraintsSorted, true);
2553 int kk;
2556 for(kk = 0; kk < num_B; kk++) {
2557 k = setBIndex[kk];
2560 if(kk == 0 || allRegs[regCandidateT].freeTimeStamp < smallestTime) {
2568 for(kk = 0; kk < num_A; kk++) {
2569 k = setAIndex[kk];
2571 if(kk == 0 || allRegs[regCandidateT].freeTimeStamp < smallestTime) {