Home
last modified time | relevance | path

Searched refs:OddSPReg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h42 bool OddSPReg = false; member
66 if (OddSPReg) in getFlags1Value()
200 OddSPReg = P.useOddSPReg(); in setAllFromPredicates()
H A DMipsABIFlagsSection.cpp29 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64 in getFpABIValue()
H A DMipsTargetStreamer.cpp154 if (!ABIFlagsSection.OddSPReg && !ABIFlagsSection.Is32BitABI) in emitDirectiveModuleOddSPReg()
750 OS << "\t.module\t" << (ABIFlagsSection.OddSPReg ? "" : "no") << "oddspreg\n"; in emitDirectiveModuleOddSPReg()