Home
last modified time | relevance | path

Searched refs:IsLittle (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp87 bool IsLittle; // Big or little endian member in __anond7ee8afd0111::MipsAsmBackend
93 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {} in MipsAsmBackend()
97 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter()
134 unsigned Idx = IsLittle ? i : (FullSize - 1 - i); in applyFixup()
144 unsigned Idx = IsLittle ? i : (FullSize - 1 - i); in applyFixup()
DMipsMCCodeEmitter.cpp42 const MCSubtargetInfo &sti, bool IsLittle) : in MipsMCCodeEmitter() argument
43 MCII(mcii), Ctx(Ctx_), IsLittleEndian(IsLittle) {} in MipsMCCodeEmitter()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h50 bool IsLittle; variable
133 bool isLittle() const { return IsLittle; } in isLittle()
DMipsSubtarget.cpp31 MipsArchVersion(Mips32), MipsABI(UnknownABI), IsLittle(little), in MipsSubtarget()
DMipsISelLowering.cpp2131 bool IsLittle = Subtarget->isLittle(); in lowerLOAD() local
2145 IsLittle ? 7 : 0); in lowerLOAD()
2147 IsLittle ? 0 : 7); in lowerLOAD()
2151 IsLittle ? 3 : 0); in lowerLOAD()
2153 IsLittle ? 0 : 3); in lowerLOAD()
2209 bool IsLittle = Subtarget->isLittle(); in lowerSTORE() local
2221 IsLittle ? 3 : 0); in lowerSTORE()
2222 return CreateStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerSTORE()
2232 SDValue SDL = CreateStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0); in lowerSTORE()
2233 return CreateStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7); in lowerSTORE()