Searched refs:GPR_SIZE (Results 1 – 3 of 3) sorted by relevance
10 GPR_SIZE=0x7F
455 #define GPR_SIZE \ macro474 (GPR_SIZE == 64 && (mips_abi == EABI_ABI || mips_abi == N64_ABI))608 #define GPR_SMAX ((offsetT) (((valueT) 1 << (GPR_SIZE - 1)) - 1))5940 || GPR_SIZE == 64 in match_float_constant()5952 if (GPR_SIZE == 32 || (!using_gprs && FPR_SIZE != 64)) in match_float_constant()7510 if (GPR_SIZE == 64 in append_insn()7954 if (GPR_SIZE == 32) in match_insn()8164 if (GPR_SIZE == 32) in match_mips16_insn()8894 load_register (AT, &imm_expr, GPR_SIZE == 64); in set_at()9020 if (!dbl || GPR_SIZE == 32) in load_register()[all …]
1048 (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.1050 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.