Home
last modified time | relevance | path

Searched refs:GPR_SIZE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emulparams/
Delf32ip2k.sh10 GPR_SIZE=0x7F
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c455 #define GPR_SIZE \ macro
474 (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 …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1048 (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
1050 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.