HomeSort by relevance Sort by last modified time
    Searched refs:stripRegisterPrefix (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 233 /// stripRegisterPrefix - This method strips the character prefix from a
235 static const char *stripRegisterPrefix(const char *RegName) {
253 RegName = stripRegisterPrefix(RegName);
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 412 /// stripRegisterPrefix - This method strips the character prefix from a
414 static const char *stripRegisterPrefix(const char *RegName) {
439 RegName = stripRegisterPrefix(RegName);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 131 /// stripRegisterPrefix - This method strips the character prefix from a
133 static const char *stripRegisterPrefix(const char *RegName) {
153 if (!Subtarget.isDarwin()) RegName = stripRegisterPrefix(RegName);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 502 /// stripRegisterPrefix - This method strips the character prefix from a
504 static const char *stripRegisterPrefix(const char *RegName) {
547 RegName = stripRegisterPrefix(RegName);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 148 /// stripRegisterPrefix - This method strips the character prefix from a
150 static const char *stripRegisterPrefix(const char *RegName) {
176 RegName = stripRegisterPrefix(RegName);
277 RegName = stripRegisterPrefix(RegName);
    [all...]
  /external/capstone/arch/PowerPC/
PPCInstPrinter.c 625 /// stripRegisterPrefix - This method strips the character prefix from a
627 static char *stripRegisterPrefix(char *RegName)
658 RegName = stripRegisterPrefix(RegName);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 161 /// stripRegisterPrefix - This method strips the character prefix from a
163 static const char *stripRegisterPrefix(const char *RegName) {
205 RegName = stripRegisterPrefix(RegName);
306 RegName = stripRegisterPrefix(RegName);
    [all...]

Completed in 170 milliseconds