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

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 166 Record *CodeGenTarget::getInstructionSet() const {
336 return getInstructionSet()->getValueAsBit("isLittleEndianEncoding");
385 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 321 public static String getInstructionSet(String abi) {
337 return is64BitInstructionSet(getInstructionSet(abi));

Completed in 585 milliseconds