Searched refs:m_profile (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c6343 bool m_profile = ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_m); local
6345 /* PR gas/12698: If the user has specified -march=all then m_profile will
6349 m_profile = false;
6356 if (m_profile)
6363 if (m_profile)
6375 else if (m_profile)
6512 else if (!m_profile)
13465 /* PR gas/12698: The constraint is only applied for m_profile.
13468 bool m_profile =
13470 constraint ((flags != 0) && m_profile,
13462 bool m_profile = local
13503 bool m_profile = local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c6296 bfd_boolean m_profile = ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_m); local
6298 /* PR gas/12698: If the user has specified -march=all then m_profile will
6302 m_profile = FALSE;
6309 if (m_profile)
6316 if (m_profile)
6328 else if (m_profile)
6465 else if (!m_profile)
13405 /* PR gas/12698: The constraint is only applied for m_profile.
13408 bfd_boolean m_profile =
13410 constraint ((flags != 0) && m_profile,
13402 bfd_boolean m_profile = local
13443 bfd_boolean m_profile = local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c6343 bool m_profile = ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_m); local
6345 /* PR gas/12698: If the user has specified -march=all then m_profile will
6349 m_profile = false;
6356 if (m_profile)
6363 if (m_profile)
6375 else if (m_profile)
6512 else if (!m_profile)
13465 /* PR gas/12698: The constraint is only applied for m_profile.
13468 bool m_profile =
13470 constraint ((flags != 0) && m_profile,
13462 bool m_profile = local
13503 bool m_profile = local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c6436 bool m_profile, stubs_always_after_branch, first_veneer_scan = true; local
6466 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6539 if (m_profile && first_veneer_scan)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c6408 bfd_boolean m_profile, stubs_always_after_branch, first_veneer_scan = TRUE; local
6438 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6511 if (m_profile && first_veneer_scan)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c6437 bool m_profile, stubs_always_after_branch, first_veneer_scan = true; local
6467 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6540 if (m_profile && first_veneer_scan)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c6436 bool m_profile, stubs_always_after_branch, first_veneer_scan = true; local
6466 m_profile = out_attr[Tag_CPU_arch_profile].i == 'M';
6539 if (m_profile && first_veneer_scan)

Completed in 840 milliseconds