Home | History | Annotate | Download | only in x86

Lines Matching defs:is8Bit

2472         bool is8Bit = isTemp8Bit(type, reg);
2506 if(is8Bit && regCandidateT > PhysicalReg_EDX) continue;
2533 if(is8Bit && regCandidateT > PhysicalReg_EDX) continue;
2614 bool is8Bit = isTemp8Bit(type, reg);
2620 if(is8Bit && compileTable[k].physicalReg > PhysicalReg_EDX) continue; //not a candidate
3907 return infoByteCodeTemp[k].is8Bit;
4455 reg, newType, infoByteCodeTemp[k].shareWithVR, infoByteCodeTemp[k].is8Bit);
4457 if(!infoByteCodeTemp[k].is8Bit) return infoByteCodeTemp[k].shareWithVR;
4458 //is8Bit true for gp type only