Home | History | Annotate | Download | only in Object

Lines Matching defs:isPCRel

996   bool isPCRel;
998 isPCRel = ((RE->Word0 >> 30) & 1);
1000 isPCRel = ((RE->Word1 >> 24) & 1);
1007 bool isPCRel = ((RE->Word1 >> 24) & 1);
1014 if (isPCRel) fmt << "PCREL";
1040 if (isPCRel) fmt << "P";
1121 if (isPCRel) fmt << "P";