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

  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 43 bool hasMips32() const { return STI.getFeatureBits() & Mips::FeatureMips32; }
52 return !hasMips32() && !hasMips3();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 176 bool hasMips32() const {
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 372 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); }
394 bool hasMips32() const {
    [all...]

Completed in 121 milliseconds