Searched refs:IsBigEndian (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 293 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/ |
D | MipsDisassembler.cpp | 35 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/ |
D | PPCInstrVSX.td | 64 def IsBigEndian : Predicate<"!PPCSubTarget->isLittleEndian()">; 800 let Predicates = [IsBigEndian] in {
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 4054 ARMTargetInfo(const llvm::Triple &Triple, bool IsBigEndian) in ARMTargetInfo() argument 4057 BigEndian = IsBigEndian; in ARMTargetInfo()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9313 bool IsBigEndian = in getOffsetFromBase() local 9325 if (IsBigEndian) in getOffsetFromBase()
|