Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:stripRegisterPrefix

126 /// stripRegisterPrefix - This method strips the character prefix from a
128 static const char *stripRegisterPrefix(const char *RegName) {
148 if (!Subtarget.isDarwin()) RegName = stripRegisterPrefix(RegName);
287 if (!Subtarget.isDarwin()) RegName = stripRegisterPrefix(RegName);