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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 76 bool UseOddSPReg;
224 bool useOddSPReg() const { return UseOddSPReg; }
225 bool noOddSPReg() const { return !UseOddSPReg; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.h 95 bool UseOddSPReg;
273 bool useOddSPReg() const { return UseOddSPReg; }
274 bool noOddSPReg() const { return !UseOddSPReg; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 425 if (!isABI_O32() && !useOddSPReg() != 0)
460 bool useOddSPReg() const {
859 if (!AsmParser.useOddSPReg() && RegIdx.Index & 1)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 506 if (!isABI_O32() && !useOddSPReg() != 0)
545 bool useOddSPReg() const {
    [all...]

Completed in 1299 milliseconds