Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:MR

114     "mr   r3, r0\n"
177 "mr 3, 0\n"
257 "mr 3, 0\n" // return address (still in r0)
413 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR,
415 for (unsigned i = 0; i != NumRelocs; ++i, ++MR) {
416 unsigned *RelocPos = (unsigned*)Function + MR->getMachineCodeOffset()/4;
417 intptr_t ResultPtr = (intptr_t)MR->getResultPointer();
418 switch ((PPC::RelocationType)MR->getRelocationType()) {
437 ResultPtr += MR->getConstantVal();
440 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
456 ResultPtr += MR->getConstantVal();