Searched defs:is64Bit (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp19 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { argument
20 if (is64Bit)
28 if (!is64Bit)
37 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { argument
38 if (is64Bit)
62 if (!is64Bit)
66 Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h26 bool is64Bit; member in class:llvm::PPCJITInfo
30 is64Bit = tmIs64Bit;
H A DPPCSubtarget.cpp67 const std::string &FS, bool is64Bit)
74 , IsPPC64(is64Bit)
99 if (is64Bit) {
66 PPCSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DPPCTargetMachine.cpp35 bool is64Bit)
37 Subtarget(TT, CPU, FS, is64Bit),
39 FrameLowering(Subtarget), JITInfo(*this, is64Bit),
30 PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
H A DPPCInstrInfo.cpp414 bool is64Bit = TM.getSubtargetImpl()->isPPC64(); local
418 (is64Bit ? PPC::X2 : PPC::R2) :
419 (is64Bit ? PPC::X0 : PPC::R0);
420 NewMIs.push_back(BuildMI(MF, DL, get(is64Bit ? PPC::MFCR8pseud :
429 NewMIs.push_back(BuildMI(MF, DL, get(is64Bit ? PPC::RLWINM8 :
435 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(is64Bit ?
H A DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ argument
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);
295 PPCCompilationCallbackC(unsigned *StubCallAddrPlus4, unsigned *OrigCallAddrPlus4, bool is64Bit) argument
[all...]
H A DPPCRegisterInfo.cpp206 bool is64Bit = Subtarget.isPPC64(); local
208 unsigned StackReg = is64Bit ? PPC::X1 : PPC::R1;
209 unsigned TmpReg = is64Bit ? PPC::X0 : PPC::R0;
210 unsigned ADDIInstr = is64Bit ? PPC::ADDI8 : PPC::ADDI;
211 unsigned ADDInstr = is64Bit ? PPC::ADD8 : PPC::ADD4;
212 unsigned LISInstr = is64Bit ? PPC::LIS8 : PPC::LIS;
213 unsigned ORIInstr = is64Bit ? PPC::ORI8 : PPC::ORI;
517 bool is64Bit = Subtarget.isPPC64(); local
519 (is64Bit ? PPC::X31 : PPC::R31) :
520 (is64Bit
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp27 const std::string &FS, bool is64Bit) :
32 Is64Bit(is64Bit) {
37 if (is64Bit)
26 SparcSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DSparcSubtarget.h45 bool is64Bit() const { return Is64Bit; } function in class:llvm::SparcSubtarget
48 if (is64Bit()) {
/external/llvm/lib/Target/PTX/
H A DPTXSubtarget.cpp28 const std::string &FS, bool is64Bit)
34 Is64Bit(is64Bit) {
27 PTXSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DPTXTargetMachine.cpp76 bool is64Bit)
78 DataLayout(is64Bit ? DataLayout64 : DataLayout32),
79 Subtarget(TT, CPU, FS, is64Bit),
71 PTXTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
H A DPTXSubtarget.h84 const std::string &FS, bool is64Bit);
93 bool is64Bit() const { return Is64Bit; } function in class:llvm::PTXSubtarget
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h97 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCELFObjectTargetWriter
H A DMCMachObjectWriter.h51 bool is64Bit() const { return Is64Bit; } function in class:llvm::MCMachObjectTargetWriter
142 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } function in class:llvm::MachObjectWriter
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp54 bool is64Bit = T.getArch() == Triple::x86_64; local
55 if (is64Bit)
63 if (!is64Bit)
H A DX86AsmBackend.cpp63 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, argument
65 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {}
365 WindowsX86AsmBackend(const Target &T, bool is64Bit) argument
367 , Is64Bit(is64Bit) {
H A DX86MCTargetDesc.cpp374 bool is64Bit = TheTriple.getArch() == Triple::x86_64; local
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; local
420 if (is64Bit)
424 } else if (T.isOSWindows() && is64Bit)
435 if (is64Bit)
[all...]
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp77 bool is64Bit)
79 Subtarget(TT, CPU, FS, Options.StackAlignmentOverride, is64Bit),
81 ELFWriterInfo(is64Bit, true),
87 } else if (Subtarget.is64Bit()) {
151 if (!getX86Subtarget().is64Bit())
72 X86TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64Bit) argument
H A DX86FrameLowering.cpp58 static unsigned getSUBriOpcode(unsigned is64Bit, int64_t Imm) { argument
59 if (is64Bit) {
70 static unsigned getADDriOpcode(unsigned is64Bit, int64_t Imm) { argument
71 if (is64Bit) {
82 static unsigned getLEArOpcode(unsigned is64Bit) { argument
83 return is64Bit ? X86::LEA64r : X86::LEA32r;
501 bool Is64Bit = STI.is64Bit();
646 bool Is64Bit = STI.is64Bit();
957 bool Is64Bit = STI.is64Bit();
1188 unsigned SlotSize = STI.is64Bit()
[all...]
H A DX86Subtarget.cpp317 unsigned StackAlignOverride, bool is64Bit)
349 , In64BitMode(is64Bit) {
315 X86Subtarget(const std::string &TT, const std::string &CPU, const std::string &FS, unsigned StackAlignOverride, bool is64Bit) argument
H A DX86RegisterInfo.cpp55 : X86GenRegisterInfo(tm.getSubtarget<X86Subtarget>().is64Bit()
64 Is64Bit = Subtarget->is64Bit();
182 if (TM.getSubtarget<X86Subtarget>().is64Bit())
186 if (TM.getSubtarget<X86Subtarget>().is64Bit())
192 if (TM.getSubtarget<X86Subtarget>().is64Bit())
223 return TM.getSubtarget<X86Subtarget>().is64Bit() ? 10 : 4;
367 static unsigned getSUBriOpcode(unsigned is64Bit, int64_t Imm) { argument
368 if (is64Bit) {
379 static unsigned getADDriOpcode(unsigned is64Bit, int64_t Imm) { argument
380 if (is64Bit) {
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeSystemDelegate.java105 private boolean is64Bit(String arch) { method in class:JmeSystemDelegate
128 boolean is64 = is64Bit(arch);
/external/llvm/include/llvm/Object/
H A DMachOObject.h100 bool is64Bit() const { return Is64Bit; } function in class:llvm::object::MachOObject
130 assert(is64Bit() && "Invalid access!");
/external/llvm/include/llvm/Support/
H A DOutputBuffer.h27 /// is64Bit/isLittleEndian - This information is inferred from the target
29 bool is64Bit, isLittleEndian; member in class:llvm::OutputBuffer
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {}
105 if (!is64Bit)
150 if (!is64Bit)
/external/llvm/include/llvm/Target/
H A DTargetELFWriterInfo.h28 bool is64Bit, isLittleEndian; member in class:llvm::TargetELFWriterInfo
66 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
72 unsigned getHdrSize() const { return is64Bit ? 64 : 52; }
73 unsigned getSHdrSize() const { return is64Bit ? 64 : 40; }
76 unsigned getSymTabEntrySize() const { return is64Bit ? 24 : 16; }
80 unsigned getPrefELFAlignment() const { return is64Bit ? 8 : 4; }
84 return is64Bit ? (hasRelocationAddend() ? 24 : 16)

Completed in 846 milliseconds

12