Searched refs:IsLittle (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsAsmBackend.cpp | 99 bool IsLittle; // Big or little endian member in __anonf1a09b7d0111::MipsAsmBackend 105 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {} in MipsAsmBackend() 109 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter() 146 unsigned Idx = IsLittle ? i : (FullSize - 1 - i); in applyFixup() 156 unsigned Idx = IsLittle ? i : (FullSize - 1 - i); in applyFixup()
|
| D | MipsMCCodeEmitter.cpp | 46 const MCSubtargetInfo &sti, bool IsLittle) : in MipsMCCodeEmitter() argument 47 MCII(mcii), Ctx(Ctx_), STI (sti), IsLittleEndian(IsLittle) { in MipsMCCodeEmitter()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsSubtarget.h | 54 bool IsLittle; variable 161 bool isLittle() const { return IsLittle; } in isLittle()
|
| D | MipsSubtarget.cpp | 68 MipsArchVersion(Mips32), MipsABI(UnknownABI), IsLittle(little), in MipsSubtarget()
|
| D | MipsISelLowering.cpp | 1951 bool IsLittle = Subtarget->isLittle(); in lowerLOAD() local 1965 IsLittle ? 7 : 0); in lowerLOAD() 1967 IsLittle ? 0 : 7); in lowerLOAD() 1971 IsLittle ? 3 : 0); in lowerLOAD() 1973 IsLittle ? 0 : 3); in lowerLOAD() 2021 bool IsLittle) { in lowerUnalignedIntStore() argument 2033 IsLittle ? 3 : 0); in lowerUnalignedIntStore() 2034 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore() 2044 SDValue SDL = createStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0); in lowerUnalignedIntStore() 2045 return createStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7); in lowerUnalignedIntStore()
|