Searched refs:lp64 (Results 1 – 25 of 29) sorted by relevance
12
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-loongarch.c | 171 char lp64[256] = ""; in md_parse_option() local 175 lp64['s'] = lp64['S'] = EF_LOONGARCH_ABI_SOFT_FLOAT; in md_parse_option() 176 lp64['f'] = lp64['F'] = EF_LOONGARCH_ABI_SINGLE_FLOAT; in md_parse_option() 177 lp64['d'] = lp64['D'] = EF_LOONGARCH_ABI_DOUBLE_FLOAT; in md_parse_option() 186 if (strncasecmp (arg, "lp64", 4) == 0 && lp64[suf[4]] != 0) in md_parse_option() 194 LARCH_opts.ase_abi = lp64[suf[4]]; in md_parse_option()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | netbsd-tdep.c | 424 bool lp64 = void_ptr_type->length () == 8; in nbsd_get_siginfo_type() local 519 if (lp64) in nbsd_get_siginfo_type()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | config.gcc | 614 lp64) 1130 aarch64_multilibs="lp64,ilp32" 1135 ilp32 | lp64 ) 1175 # aarch64_multilibs="lp64,ilp32" 1176 aarch64_multilibs="lp64" 1181 ilp32 | lp64 ) 4819 lp64 | lp64f | lp64d) with_arch="rv64gc" ;; 4838 ilp32 | ilp32e | ilp32f | ilp32d | lp64 | lp64f | lp64d) 4846 rv64*) with_abi=lp64 ;; 4861 | lp64,rv64* \ [all …]
|
| D | common.opt | 2180 -foffload-abi=[lp64|ilp32] Set the ABI to use in an offload compiler. 2189 Enum(offload_abi) String(lp64) Value(OFFLOAD_ABI_LP64)
|
| D | configure.ac | 4351 [-mabi=lp64], [.text],,,) 4361 TM_MULTILIB_CONFIG=lp64
|
| D | configure | 26205 TM_MULTILIB_CONFIG=lp64
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-aarch64.texi | 50 are: @code{ilp32} and @code{lp64}, which decides the generated object 51 file in ELF32 and ELF64 format respectively. The default is @code{lp64}.
|
| D | c-riscv.texi | 66 Selects the ABI, which is either "ilp32" or "lp64", optionally followed
|
| D | as.info | 6534 are: ‘ilp32’ and ‘lp64’, which decides the generated object file in 6535 ELF32 and ELF64 format respectively. The default is ‘lp64’. 19505 Selects the ABI, which is either "ilp32" or "lp64", optionally
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gccinstall.info | 990 LIST is a comma separated list of 'ilp32', and 'lp64' to 1128 Example 4: Add multi-lib suppport for rv64ima with lp64; rv64imaf 1129 with lp64, rv64imac with lp64 and rv64imafc with lp64 will reuse 1131 rv64ima-lp64--f,c,fc 1138 Example 5: Add multi-lib suppport for rv64ima with lp64; rv64ima 1139 with lp64 and medlow code model 1140 rv64ima-lp64--;--cmodel=medlow 1142 Example 6: Add multi-lib suppport for rv64ima with lp64; rv64ima 1143 with lp64 and medlow code model; rv64ima with lp64 and medany code 1145 rv64ima-lp64--;--cmodel=medlow,medany
|
| D | install.texi | 1185 @var{list} is a comma separated list of @code{ilp32}, and @code{lp64} 1350 Example 4: Add multi-lib suppport for rv64ima with lp64; rv64imaf with lp64, 1351 rv64imac with lp64 and rv64imafc with lp64 will reuse this multi-lib set. 1353 rv64ima-lp64--f,c,fc 1361 Example 5: Add multi-lib suppport for rv64ima with lp64; rv64ima with lp64 and 1364 rv64ima-lp64--;--cmodel=medlow 1367 Example 6: Add multi-lib suppport for rv64ima with lp64; rv64ima with lp64 and 1368 medlow code model; rv64ima with lp64 and medany code model 1370 rv64ima-lp64--;--cmodel=medlow,medany
|
| D | sourcebuild.texi | 1343 an effective-target keyword, such as @code{lp64} 1423 @{ target @{ powerpc*-*-* && lp64 @} @} 1424 @{ xfail @{ lp64 || vect_no_align @} @} 1462 @item lp64
|
| D | invoke.texi | 18999 are 32 bits, and @samp{lp64} for SysV-like data model where int is 32 bits, 27974 @samp{-march=rv64ifd -mabi=lp64}, in which no floating-point arguments will be 27979 conventions are: @samp{ilp32}, @samp{ilp32f}, @samp{ilp32d}, @samp{lp64},
|
| D | gccint.info | 4573 * an effective-target keyword, such as 'lp64' 4630 { target { powerpc*-*-* && lp64 } } 4631 { xfail { lp64 || vect_no_align } } 4672 'lp64'
|
| D | gcc.info | 17861 are 32 bits, and 'lp64' for SysV-like data model where int is 32 25679 or '-march=rv64ifd -mabi=lp64', in which no floating-point 25684 valid calling conventions are: 'ilp32', 'ilp32f', 'ilp32d', 'lp64',
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ChangeLog | 2321 riscv_choose_[ilp32|lp64]_emul to choose the correct linker script. 2323 riscv_choose_[ilp32|lp64]_emul instead of hardcoding elf[32|64]lriscv.
|
| D | ChangeLog-2016 | 135 (eh-frame-merge-lp64): Restrict eh-frame-merge test to LP64 only.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-2013 | 1284 lp64 ones.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-2013 | 1284 lp64 ones.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2017 | 2150 lp64 targets.
|
| D | ChangeLog-2011 | 5352 sparc*-sun-solaris2.10 && lp64.
|
| D | ChangeLog-2009 | 11903 on darwin for lp64.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2016 | 476 * gas/testsuite/gas/aarch64/adr_1.d: Restrict test under -mabi=lp64.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | sha256.sum | 13525 …13205e21ac42866c025ade7d4040fe6f74df20f73cbfd5e4f55 gas/testsuite/gas/riscv/mabi-fail-rv32i-lp64.d 13526 …a780d4906fd355da3be3747b883a367bb62e1b5c6efbd7ed04e gas/testsuite/gas/riscv/mabi-fail-rv32i-lp64.l 26329 ed94cc2e311263c08eda59064a8cbe88410d2cf6d8b5bd85fc765b769d56a62d ld/testsuite/ld-x86-64/lp64-1.d 26330 ee3e5a0d169ad2a98c279867063cb532e79c8c258cbbff9c5f891f0d9ace348a ld/testsuite/ld-x86-64/lp64-2.d 26331 54ce453edf19582b0362255083ffc512f9a3638d39fbc205a6ab454079afe086 ld/testsuite/ld-x86-64/lp64-3.d
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | ChangeLog | 16064 lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
|
12