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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 42 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6
216 bool hasMips64r6() const { return MipsArchVersion >= Mips64r6; }
288 /// MIPS32r6/MIPS64r6 require full unaligned access support but does not
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.h 46 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6
265 bool hasMips64r6() const { return MipsArchVersion >= Mips64r6; }
352 /// MIPS32r6/MIPS64r6 require full unaligned access support but does not
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenSubtargetInfo.inc 109 { "mips64r6", "Mips64r6 ISA Support [experimental]", { Mips::FeatureMips64r6 }, { Mips::FeatureMips32r6, Mips::FeatureMips64r5, Mips::FeatureNaN2008 } },
143 { "mips64r6", "Select the mips64r6 processor", { Mips::FeatureMips64r6 }, { } },
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 857 milliseconds