Home
last modified time | relevance | path

Searched refs:arm_pcs (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.h1643 enum arm_pcs enum
1656 extern enum arm_pcs arm_pcs_default;
1670 enum arm_pcs pcs_variant;
Darm.cc987 enum arm_pcs arm_pcs_default;
6156 enum arm_pcs value;
6171 static enum arm_pcs
6196 static enum arm_pcs
6200 enum arm_pcs user_pcs = arm_pcs_default; in arm_get_pcs_model()
6520 use_vfp_abi (enum arm_pcs pcs_variant, bool is_double) in use_vfp_abi()
6549 aapcs_vfp_is_call_or_return_candidate (enum arm_pcs pcs_variant, in aapcs_vfp_is_call_or_return_candidate()
6630 aapcs_vfp_is_return_candidate (enum arm_pcs pcs_variant, in aapcs_vfp_is_return_candidate()
6716 aapcs_vfp_allocate_return_reg (enum arm_pcs pcs_variant ATTRIBUTE_UNUSED, in aapcs_vfp_allocate_return_reg()
6807 bool (*is_return_candidate) (enum arm_pcs, machine_mode, const_tree);
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20197947 (ARM_PCS_SVE): New arm_pcs value.
11965 * config/aarch64/aarch64.h (ARM_PCS_TLSDESC): New arm_pcs.
11982 (aarch64_insn_callee_abi): Get the arm_pcs of the callee from
11984 (aarch64_init_cumulative_args): Get the arm_pcs of the callee
11987 (aarch64_function_arg): Likewise. Return the arm_pcs of the callee
11989 (aarch64_output_mi_thunk): Pass the arm_pcs of the callee as the
12564 * config/aarch64/aarch64.h (ARM_PCS_SIMD): New arm_pcs value.
DChangeLog-200914489 (arm_pcs): New enum.