Searched defs:IsLittle (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp82 bool IsLittle; // Big or little endian member in class:__anon8944::MipsAsmBackend
88 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {}
92 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
129 unsigned Idx = IsLittle ? i : (FullSize - 1 - i);
139 unsigned Idx = IsLittle ? i : (FullSize - 1 - i);
249 /*IsLittle*/true, /*Is64Bit*/false);
254 /*IsLittle*/false, /*Is64Bit*/false);
259 /*IsLittle*/true, /*Is64Bit*/true);
264 /*IsLittle*/false, /*Is64Bit*/true);
H A DMipsMCCodeEmitter.cpp41 MCContext &ctx, bool IsLittle) :
42 MCII(mcii), STI(sti) , Ctx(ctx), IsLittleEndian(IsLittle) {}
40 MipsMCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti, MCContext &ctx, bool IsLittle) argument
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h48 // IsLittle - The target is Little Endian
49 bool IsLittle; member in class:llvm::MipsSubtarget
129 bool isLittle() const { return IsLittle; }

Completed in 64 milliseconds