Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/emulparams/
Delf32ip2k.sh10 GPR_SIZE=0x7F
/toolchain/binutils/binutils-2.27/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))
5840 || GPR_SIZE == 64 in match_float_constant()
5852 if (GPR_SIZE == 32 || (!using_gprs && FPR_SIZE != 64)) in match_float_constant()
7419 if (GPR_SIZE == 64 in append_insn()
7849 if (GPR_SIZE == 32) in match_insn()
8059 if (GPR_SIZE == 32) in match_mips16_insn()
8789 load_register (AT, &imm_expr, GPR_SIZE == 64); in set_at()
8915 if (!dbl || GPR_SIZE == 32) in load_register()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20141221 (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
1223 (GPR_SIZE, FPR_SIZE): New macros. Use throughout.