/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 747 bool LP64 = TM.isPPC64(); in lowerDynamicAlloc() local 759 Register Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerDynamicAlloc() 766 if (LP64) { in lowerDynamicAlloc() 807 bool LP64 = TM.isPPC64(); in prepareDynamicAlloca() local 827 if (LP64) in prepareDynamicAlloca() 835 } else if (LP64) { in prepareDynamicAlloca() 845 if (LP64) { in prepareDynamicAlloca() 893 bool LP64 = TM.isPPC64(); in lowerPrepareProbedAlloca() local 899 const MCInstrDesc &CopyInst = TII.get(LP64 ? PPC::OR8 : PPC::OR); in lowerPrepareProbedAlloca() 965 bool LP64 = TM.isPPC64(); in lowerCRSpilling() local [all …]
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | X86_64.cpp | 162 in.stubHelper->stubBinder->gotIndex * LP64::wordSize); in writeStubHelperHeader() 194 objcMsgSendAddr + objcMsgSendIndex * LP64::wordSize); in writeObjCMsgSendStub() 205 X86_64::X86_64() : TargetInfo(LP64()) { in X86_64()
|
H A D | ARM64.cpp | 94 ::writeStubHelperHeader<LP64>(buf8, stubHelperHeaderCode); in writeStubHelperHeader() 136 ::writeObjCMsgSendFastStub<LP64>(buf, objcStubsFastCode, sym, stubsAddr, in writeObjCMsgSendStub() 149 ::writeObjCMsgSendSmallStub<LP64>(buf, objcStubsSmallCode, sym, stubsAddr, in writeObjCMsgSendStub() 179 ARM64::ARM64() : ARM64Common(LP64()) { in ARM64()
|
/freebsd/usr.bin/getconf/tests/ |
H A D | getconf_test.sh | 52 LP64)
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Target.h | 150 struct LP64 { struct
|
H A D | InputFiles.cpp | 975 parseLazy<LP64>(); in ObjFile() 980 parse<LP64>(); in ObjFile() 2159 this, reinterpret_cast<const LP64::mach_header *>( in addLazySymbols() 2350 f.parse<LP64>(); in extract() 2356 template void ObjFile::parse<LP64>();
|
H A D | SyntheticSections.cpp | 1121 entries = target->wordSize == 8 ? collectDataInCodeEntries<LP64>() in finalizeContents() 2514 template SymtabSection *macho::makeSymtabSection<LP64>(StringTableSection &);
|
H A D | Writer.cpp | 1390 template void macho::writeResult<LP64>();
|
H A D | ObjC.cpp | 59 return ::objectHasObjCSection<LP64>(mb); in objectHasObjCSection()
|
H A D | Driver.cpp | 2076 writeResult<LP64>(); in link()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Relocation.txt | 72 LP64 where symbols are assumed to be 32 bits wide.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.def | 53 // N -> 'int' size if target is LP64, 'L' otherwise.
|
H A D | Builtins.td | 80 // - msint32_t: 'int' size if target is LP64, 'L' otherwise.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | elf | 46 >0 leshort &0x0008 (LP64)
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 683 openFlags.add(Consumer.OpenFlag.LP64); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrOperands.td | 470 // Memory operands that use 64-bit pointers in both ILP32 and LP64.
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2004 | 969 * kdc/connect.c: case size_t to unsigned long for LP64 platforms
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 1576 - Fix pointer arithmatic (caused problems on LP64, including
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 8398 overriding of the non-LP64 model's use of the corresponding types. 10019 + change internal type used by tparm() to long, to work with LP64 model.
|
/freebsd/share/misc/ |
H A D | pci_vendors | 15410 1148 5843 FDDI SK-5843 (SK-NET FDDI-LP64) 15411 1148 5844 FDDI SK-5844 (SK-NET FDDI-LP64 DAS)
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 13175 - isolate & fix LP64/LLP64 problem with BANCOMM SDK 13180 - isolate & fix LP64/LLP64 problem with BANCOMM SDK 13190 - isolate & fix LP64/LLP64 problem with BANCOMM SDK 26744 - avoid serious LP64 problem by using uint32_t instead of u_long [all...] |