HomeSort by relevance Sort by last modified time
    Searched refs:is64Bit (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 19 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
20 if (is64Bit)
28 if (!is64Bit)
37 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
38 if (is64Bit)
62 if (!is64Bit)
66 Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
PPCMCAsmInfo.h 24 explicit PPCMCAsmInfoDarwin(bool is64Bit);
30 explicit PPCLinuxMCAsmInfo(bool is64Bit);
  /external/llvm/include/llvm/Target/
TargetELFWriterInfo.h 28 bool is64Bit, isLittleEndian;
67 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
73 unsigned getHdrSize() const { return is64Bit ? 64 : 52; }
74 unsigned getSHdrSize() const { return is64Bit ? 64 : 40; }
77 unsigned getSymTabEntrySize() const { return is64Bit ? 24 : 16; }
81 unsigned getPrefELFAlignment() const { return is64Bit ? 8 : 4; }
85 return is64Bit ? (hasRelocationAddend() ? 24 : 16)
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.cpp 27 const std::string &FS, bool is64Bit) :
32 Is64Bit(is64Bit) {
37 if (is64Bit)
SparcSubtarget.h 31 bool Is64Bit;
35 const std::string &FS, bool is64bit);
45 bool is64Bit() const { return Is64Bit; }
48 if (is64Bit()) {
  /external/llvm/lib/Target/
TargetELFWriterInfo.cpp 21 is64Bit(is64Bit_), isLittleEndian(isLittleEndian_) {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 26 bool is64Bit;
30 is64Bit = tmIs64Bit;
PPCJITInfo.cpp 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){
55 } else if (!is64Bit) {
113 // r5 - is64Bit - always 0.
176 // r5 - is64Bit - always 0.
256 // r5 - is64Bit - always 1.
297 bool is64Bit) {
328 StubCallAddr -= is64Bit ? 9 : 6;
333 EmitBranchToAt((intptr_t)StubCallAddr, (intptr_t)Target, false, is64Bit);
348 return is64Bit ? PPC64CompilationCallback : PPC32CompilationCallback;
379 EmitBranchToAt((intptr_t)Addr, (intptr_t)Fn, false, is64Bit);
    [all...]
PPCSubtarget.cpp 30 const std::string &FS, bool is64Bit)
37 , IsPPC64(is64Bit)
64 if (is64Bit) {
PPCTargetMachine.cpp 40 bool is64Bit)
42 Subtarget(TT, CPU, FS, is64Bit),
44 FrameLowering(Subtarget), JITInfo(*this, is64Bit),
  /external/llvm/lib/Target/X86/
X86ELFWriterInfo.cpp 30 EMachine = is64Bit ? EM_X86_64 : EM_386;
36 if (is64Bit) {
67 if (is64Bit) {
88 if (is64Bit) {
111 if (is64Bit) {
135 return is64Bit ?
X86ELFWriterInfo.h 33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; }
X86TargetMachine.cpp 77 bool is64Bit)
79 Subtarget(TT, CPU, FS, Options.StackAlignmentOverride, is64Bit),
81 ELFWriterInfo(is64Bit, true),
87 } else if (Subtarget.is64Bit()) {
160 if (!getX86Subtarget().is64Bit())
X86Subtarget.h 171 unsigned StackAlignOverride, bool is64Bit);
190 bool is64Bit() const { return In64BitMode; }
249 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); }
250 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); }
X86SelectionDAGInfo.cpp 104 if (Subtarget->is64Bit() && ((Align & 0x7) == 0)) { // QWORD aligned
133 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX :
137 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI :
215 AVT = Subtarget->is64Bit() ? MVT::i64 : MVT::i32;
223 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX :
227 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI :
231 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RSI :
  /external/llvm/lib/Target/Mips/
MipsELFWriterInfo.h 33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; }
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.cpp 36 const std::string &FS, bool is64Bit)
40 Is64Bit(is64Bit) {
NVPTXSubtarget.h 33 bool Is64Bit;
40 const std::string &FS, bool is64Bit);
66 bool is64Bit() const { return Is64Bit; }
76 if (is64Bit())
  /external/llvm/test/Scripts/
macho-dumpx 17 self.is64Bit = None
69 f.isLSB, f.is64Bit = False, False
71 f.isLSB, f.is64Bit = True, False
73 f.isLSB, f.is64Bit = False, True
75 f.isLSB, f.is64Bit = True, True
92 if f.is64Bit:
136 def dumpSegmentLoadCommand(f, opts, is64Bit):
138 if is64Bit:
156 dumpSection(f, i, opts, is64Bit)
195 if f.is64Bit
    [all...]
elf-dump 17 self.is64Bit = None
42 if self.is64Bit:
104 if not f.is64Bit:
114 if f.is64Bit:
140 if f.is64Bit:
160 f.is64Bit = False
162 f.is64Bit = True
186 if e_machine[0] == 0x0008 and f.is64Bit: # EM_MIPS && 64 bit
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 41 bool is64Bit = T.getArch() == Triple::x86_64;
42 if (is64Bit)
49 if (!is64Bit)
X86MCTargetDesc.cpp 374 bool is64Bit = TheTriple.getArch() == Triple::x86_64;
378 if (is64Bit)
392 int stackGrowth = is64Bit ? -8 : -4;
396 MachineLocation Src(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
400 MachineLocation CSDst(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
401 MachineLocation CSSrc(is64Bit ? X86::RIP : X86::EIP);
413 bool is64Bit = T.getArch() == Triple::x86_64;
420 if (is64Bit)
424 } else if (T.isOSWindows() && is64Bit)
435 if (is64Bit)
    [all...]
  /external/llvm/include/llvm/Support/
OutputBuffer.h 27 /// is64Bit/isLittleEndian - This information is inferred from the target
29 bool is64Bit, isLittleEndian;
32 bool is64bit, bool le)
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {}
105 if (!is64Bit)
150 if (!is64Bit)
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 28 const unsigned Is64Bit : 1;
51 bool is64Bit() const { return Is64Bit; }
142 bool is64Bit() const { return TargetObjectWriter->is64Bit(); }
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeSystemDelegate.java 105 private boolean is64Bit(String arch) {
128 boolean is64 = is64Bit(arch);

Completed in 206 milliseconds

1 2 3