Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChain.cpp293 bool IsBigEndian = getTriple().getArch() == llvm::Triple::armeb || in ComputeLLVMTriple() local
300 IsBigEndian = !A->getOption().matches(options::OPT_mlittle_endian); in ComputeLLVMTriple()
316 if (IsBigEndian) in ComputeLLVMTriple()
325 if (IsBigEndian) in ComputeLLVMTriple()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp35 bool IsBigEndian; member in __anon528cdaf40111::MipsDisassembler
37 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian) in MipsDisassembler() argument
40 IsBigEndian(IsBigEndian) {} in MipsDisassembler()
764 bool IsBigEndian) { in readInstruction16() argument
771 if (IsBigEndian) { in readInstruction16()
784 bool IsBigEndian, bool IsMicroMips) { in readInstruction32() argument
799 if (IsBigEndian) { in readInstruction32()
825 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian); in getInstruction()
836 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true); in getInstruction()
851 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false); in getInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td64 def IsBigEndian : Predicate<"!PPCSubTarget->isLittleEndian()">;
800 let Predicates = [IsBigEndian] in {
/external/clang/lib/Basic/
DTargets.cpp4054 ARMTargetInfo(const llvm::Triple &Triple, bool IsBigEndian) in ARMTargetInfo() argument
4057 BigEndian = IsBigEndian; in ARMTargetInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9313 bool IsBigEndian = in getOffsetFromBase() local
9325 if (IsBigEndian) in getOffsetFromBase()