Home
last modified time | relevance | path

Searched refs:LP64 (Results 1 – 25 of 107) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp568 bool LP64 = TM.isPPC64(); in lowerDynamicAlloc() local
580 Register Reg = MF.getRegInfo().createVirtualRegister(LP64 ? G8RC : GPRC); in lowerDynamicAlloc()
587 if (LP64) { in lowerDynamicAlloc()
628 bool LP64 = TM.isPPC64(); in prepareDynamicAlloca() local
648 if (LP64) in prepareDynamicAlloca()
656 } else if (LP64) { in prepareDynamicAlloca()
666 if (LP64) { in prepareDynamicAlloca()
714 bool LP64 = TM.isPPC64(); in lowerPrepareProbedAlloca() local
720 const MCInstrDesc &CopyInst = TII.get(LP64 ? PPC::OR8 : PPC::OR); in lowerPrepareProbedAlloca()
786 bool LP64 = TM.isPPC64(); in lowerCRSpilling() local
[all …]
/netbsd-src/sys/arch/sparc64/conf/
H A DMakefile.sparc6435 LP64?= no
36 .if ${LP64} == "yes"
58 .if ${LP64} == "yes"
111 .if ${LP64} == "yes"
H A Dstd.sparc64-329 no makeoptions LP64
10 makeoptions LP64="no"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64-modes.def35 mode ILP32 size/align LP64 size/align
41 mode ILP32 size/align LP64 size/align
47 mode ILP32 size/align LP64 size/align
H A Dilp32.opt7 Generate LP64 code.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64-modes.def35 mode ILP32 size/align LP64 size/align
41 mode ILP32 size/align LP64 size/align
47 mode ILP32 size/align LP64 size/align
H A Dilp32.opt7 Generate LP64 code.
/netbsd-src/sys/arch/riscv/conf/
H A DMakefile.riscv25 .if !defined(LP64) && ${MACHINE_ARCH} == "riscv64"
74 .if ${MACHINE_ARCH} == "riscv64" && ${LP64:Uyes} == "yes"
/netbsd-src/sys/arch/mips/conf/
H A DMakefile.mips56 .if defined(LP64) && ${LP64} == "yes"
/netbsd-src/sys/arch/sbmips/conf/
H A DGENERIC644 makeoptions LP64="yes"
/netbsd-src/sys/arch/evbmips/conf/
H A DXLSATX648 makeoptions LP64="yes"
H A DXLSATX3210 makeoptions LP64="no"
H A DMALTA325 makeoptions LP64="no"
H A DSBMIPS645 makeoptions LP64="yes"
H A DGDIUM645 makeoptions LP64="yes"
H A DMIPSSIM645 makeoptions LP64="yes"
H A DMALTA645 makeoptions LP64="yes"
/netbsd-src/sys/arch/sgimips/conf/
H A Dstd.sgimips645 makeoptions LP64="yes"
H A Dstd.sgimips64_326 makeoptions LP64="no"
/netbsd-src/sys/arch/cobalt/conf/
H A DINSTALL648 makeoptions LP64="yes"
H A DGENERIC648 makeoptions LP64="yes"
H A DRAMDISK648 makeoptions LP64="yes"
/netbsd-src/sys/arch/ofppc/conf/
H A Dstd.ofppc643 makeoptions LP64="yes"
/netbsd-src/sys/arch/algor/conf/
H A Dstd.algor6412 makeoptions LP64="yes"
/netbsd-src/tests/usr.bin/xlint/lint2/
H A Demit_lp64.ln3 # Test emitting a lint library file on an LP64 platform.

12345