Lines Matching refs:file_mips_gp32
256 static int file_mips_gp32 = -1; variable
11644 file_mips_gp32 = 1; in md_parse_option()
11648 file_mips_gp32 = 0; in md_parse_option()
11813 if (file_mips_gp32 >= 0) in mips_after_parse_args()
11817 if (file_mips_gp32 == 0 && !ISA_HAS_64BIT_REGS (mips_opts.isa)) in mips_after_parse_args()
11819 else if (file_mips_gp32 == 1 && ABI_NEEDS_64BIT_REGS (mips_abi)) in mips_after_parse_args()
11821 else if (file_mips_gp32 == 0 && ABI_NEEDS_32BIT_REGS (mips_abi)) in mips_after_parse_args()
11829 file_mips_gp32 = (ABI_NEEDS_32BIT_REGS (mips_abi) in mips_after_parse_args()
11844 if (file_mips_gp32 == 0) in mips_after_parse_args()
11876 && ((mips_abi == NO_ABI && file_mips_gp32 == 1) in mips_after_parse_args()
11934 mips_opts.gp32 = file_mips_gp32; in mips_after_parse_args()
12776 mips_opts.gp32 = file_mips_gp32; in s_mipsset()
12921 mips_opts.gp32 = file_mips_gp32; in s_mipsset()
14641 if (!file_mips_gp32) in mips_elf_final_processing()
15244 if (file_mips_gp32 >= 0) in mips_parse_cpu()
15245 return mips_cpu_info_from_isa (file_mips_gp32 ? ISA_MIPS1 : ISA_MIPS3); in mips_parse_cpu()