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

  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 250 InstPairs = &MRSPairs[0];
274 InstPairs = &MSRPairs[0];
788 if (InstPairs[i].Name == NameLower) {
790 return InstPairs[i].Value;
839 if (InstPairs[i].Value == Bits) {
841 return InstPairs[i].Name;
AArch64BaseInfo.h     [all...]

Completed in 53 milliseconds