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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 41 Mips1, Mips2, Mips32, Mips32r2, Mips32r3, Mips32r5, Mips32r6, Mips32Max,
185 bool hasMips1() const { return MipsArchVersion >= Mips1; }
MipsSubtarget.cpp 87 if (MipsArchVersion == Mips1)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.h 45 Mips1, Mips2, Mips32, Mips32r2, Mips32r3, Mips32r5, Mips32r6, Mips32Max,
234 bool hasMips1() const { return MipsArchVersion >= Mips1; }
MipsSubtarget.cpp 97 if (MipsArchVersion == Mips1)
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenSubtargetInfo.inc 89 { "mips1", "Mips I ISA Support [highly experimental]", { Mips::FeatureMips1 }, { } },
129 { "mips1", "Select the mips1 processor", { Mips::FeatureMips1 }, { } },
    [all...]

Completed in 301 milliseconds