Searched refs:abi (Results 1 - 25 of 653) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-d.cc51 const char *abi; local
54 abi = "hard";
56 abi = "soft";
58 abi = "";
60 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-d.cc49 const char *abi; local
56 abi = "soft";
61 abi = "single";
66 abi = "double";
70 abi = "";
74 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-d.cc63 const char *abi; local
68 abi = "hard";
72 abi = "soft";
76 abi = "softfp";
80 abi = "";
84 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc-d.cc58 const char *abi; local
61 abi = "hard";
63 abi = "soft";
65 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-d.cc41 const char *abi = "hard"; local
43 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/sys/arch/arm/include/
H A DMakefile.inc4 CFLAGS+= -mfloat-abi=soft
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Dabi-call0.d1 #as: --abi-call0
3 #source: abi.s
H A Dabi-windowed.d1 #as: --abi-windowed
3 #source: abi.s
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa-d.cc49 const char *abi; local
52 abi = "soft";
54 abi = "hard";
56 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/sys/arch/mips/include/
H A Dcdefs.h51 #define _MIPS_SIM_NEWABI_P(abi) ((abi) == _MIPS_SIM_NABI32 || \
52 (abi) == _MIPS_SIM_ABI64)
54 #define _MIPS_SIM_LP64_P(abi) ((abi) == _MIPS_SIM_ABIX32 || \
55 (abi) == _MIPS_SIM_ABI64)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-d.cc66 const char *abi; local
69 abi = "hard";
71 abi = "soft";
73 abi = "";
75 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-d.cc55 const char *abi; local
58 abi = "hard";
60 abi = "soft";
62 abi = "";
64 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xgate/
H A Dxgate.exp26 run_dump_test abi-xgate-16-64
27 run_dump_test abi-xgate-16-32
28 run_dump_test abi-xgate-32-64
29 run_dump_test abi-xgate-32-32
H A Dabi-xgate-16-32.d4 #source: abi.s
7 private flags = 80:\[abi=16-bit int, 32-bit double, cpu=XGATE\]
H A Dabi-xgate-16-64.d4 #source: abi.s
7 private flags = 82:\[abi=16-bit int, 64-bit double, cpu=XGATE\]
H A Dabi-xgate-32-32.d4 #source: abi.s
7 private flags = 81:\[abi=32-bit int, 32-bit double, cpu=XGATE\]
H A Dabi-xgate-32-64.d4 #source: abi.s
7 private flags = 83:\[abi=32-bit int, 64-bit double, cpu=XGATE\]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-d.cc54 const char *abi; local
57 abi = "soft";
59 abi = "hard";
61 return build_string_literal (strlen (abi) + 1, abi);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash_itanium.cc74 namespace abi = __cxxabiv1;
117 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
118 const abi::__class_type_info *Base,
125 if (const abi::__si_class_type_info *SI =
126 dynamic_cast<const abi::__si_class_type_info*>(Derived))
129 const abi::__vmi_class_type_info *VTI =
130 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
140 abi::__base_class_type_info::__offset_shift;
142 abi::__base_class_type_info::__virtual_mask)
157 static const abi
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cc72 namespace abi = __cxxabiv1;
115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
116 const abi::__class_type_info *Base,
124 if (const abi::__si_class_type_info *SI =
125 dynamic_cast<const abi::__si_class_type_info*>(Derived))
128 const abi::__vmi_class_type_info *VTI =
129 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
139 abi::__base_class_type_info::__offset_shift;
141 abi::__base_class_type_info::__virtual_mask)
156 static const abi
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dabi-m68hc11-16-32.d4 #source: abi.s
7 private flags = 0:\[abi=16-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-16-64.d4 #source: abi.s
7 private flags = 2:\[abi=16-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-32-32.d4 #source: abi.s
7 private flags = 1:\[abi=32-bit int, 32-bit double, cpu=HC11\] \[memory=flat\]
H A Dabi-m68hc11-32-64.d4 #source: abi.s
7 private flags = 3:\[abi=32-bit int, 64-bit double, cpu=HC11\] \[memory=flat\]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dbranch-local-n32-2.d2 #as: -n32 -march=from-abi

Completed in 335 milliseconds

1234567891011>>