Home
last modified time | relevance | path

Searched refs:ISA_HAS_MACC (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/mips/
Dpredicates.md261 (ior (and (match_code "plus") (match_test "ISA_HAS_MACC"))
Dmips.h691 #define ISA_HAS_MACC ((TARGET_MIPS4120 && !TARGET_MIPS16) \ macro
Dmips.md1128 "ISA_HAS_MACC && !GENERATE_MULT3_SI"
1224 "ISA_HAS_MACC"
1267 "ISA_HAS_MACC && !ISA_HAS_MSAC"
1295 "ISA_HAS_MACC && reload_completed"
1727 "(TARGET_MAD || ISA_HAS_MACC)
/freebsd-12-stable/contrib/gcc/
DChangeLog-200324859 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
24863 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
24878 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
DChangeLog-20029833 (ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
9868 (ISA_HAS_MACC): Ditto.
DChangeLog-200437350 (ISA_HAS_MACC): Return true if TARGET_MIPS4130 && !TARGET_MIPS16.