Searched refs:RELAX_ENCODE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c71 #define RELAX_ENCODE(old, new, type, reloc1, reloc2, opt) \ macro
2017 RELAX_ENCODE (one_inst.size, one_inst.relax_size,
2362 RELAX_ENCODE (backup_inst1.size, backup_inst1.relax_size,
3742 RELAX_ENCODE (inst_main.size, inst_main.relax_size, inst_main.type,
4412 RELAX_ENCODE (inst_main.size, inst_main.relax_size, inst_main.type, 0, 4, 0),
H A Dtc-mips.c765 The frag's "subtype" is RELAX_ENCODE (FIRST, SECOND), where FIRST and
799 #define RELAX_ENCODE(FIRST, SECOND) (((FIRST) << 8) | (SECOND))
976 comment above RELAX_ENCODE for more details about how relaxation
2251 RELAX_ENCODE (mips_relax.sizes[0], mips_relax.sizes[1]),
2259 See the comment above RELAX_ENCODE for more details. */
2270 See the comment above RELAX_ENCODE for more details. */
798 #define RELAX_ENCODE macro

Completed in 120 milliseconds