Home | History | Annotate | Download | only in x86

Lines Matching refs:PhysicalReg_EDX

2506                     if(is8Bit && regCandidateT > PhysicalReg_EDX) continue;
2533 if(is8Bit && regCandidateT > PhysicalReg_EDX) continue;
2620 if(is8Bit && compileTable[k].physicalReg > PhysicalReg_EDX) continue; //not a candidate
3675 registerAlloc(LowOpndRegType_gp, PhysicalReg_EDX, true, true);
4461 if(physicalRegForVR >= PhysicalReg_EAX && physicalRegForVR <= PhysicalReg_EDX) return true;