Searched refs:oddspreg (Results 1 – 5 of 5) sorted by relevance
486 mips_arch_create sb1 64 mips64 { mips3d oddspreg } \489 mips_arch_create octeon 64 mips64r2 { oddspreg } \492 mips_arch_create octeonp 64 octeon { oddspreg } \495 mips_arch_create octeon2 64 octeonp { oddspreg } \498 mips_arch_create octeon3 64 octeon2 { oddspreg } \501 mips_arch_create xlr 64 mips64 { oddspreg } \1435 [mips_arch_list_matching oddspreg]1436 run_dump_test_arches "odd-spreg" "-mfp32" [mips_arch_list_matching oddspreg]1437 run_dump_test_arches "odd-spreg" "-mfpxx" [mips_arch_list_matching oddspreg]
4 .module oddspreg
5 .module oddspreg
264 int oddspreg; member3817 else if (fpabi == Val_GNU_MIPS_ABI_FP_64 && !file_mips_opts.oddspreg) in check_fpabi()3819 else if (fpabi == Val_GNU_MIPS_ABI_FP_64A && file_mips_opts.oddspreg) in check_fpabi()3891 if (ABI_NEEDS_64BIT_REGS (mips_abi) && !opts->oddspreg) in mips_check_options()3966 if (file_mips_opts.oddspreg < 0) in file_mips_check_options()3969 file_mips_opts.oddspreg = 0; in file_mips_check_options()3971 file_mips_opts.oddspreg = 1; in file_mips_check_options()4651 bfd_boolean oddspreg = (ISA_HAS_ODD_SINGLE_FPR (mips_opts.isa, mips_opts.arch) in mips_oddfpreg_ok() local4653 && mips_opts.oddspreg; in mips_oddfpreg_ok()4664 return FPR_SIZE == 32 || oddspreg; in mips_oddfpreg_ok()[all …]
588 (struct mips_set_options): Add oddspreg field.589 (file_mips_opts, mips_opts): Initialize oddspreg.597 (mips_check_options): Handle fp=xx and oddspreg restrictions.598 (file_mips_check_options): Set oddspreg by default for fp=xx.608 (parse_code_option, s_mipsset): Add fp=xx, oddspreg and nooddspreg