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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 41 bool HasV8_1aOps;
108 bool hasV8_1aOps() const { return HasV8_1aOps; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 79 bool HasV8_1aOps;
317 bool hasV8_1aOps() const { return HasV8_1aOps; }
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 281 bool hasV8_1aOps() const {
282 return getSTI().getFeatureBits()[ARM::HasV8_1aOps];
    [all...]

Completed in 922 milliseconds