Home
last modified time | relevance | path

Searched refs:note_invalid_constants (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/arm/
Darm.c104 static bool note_invalid_constants (rtx, HOST_WIDE_INT, int);
5498 || note_invalid_constants (insn, -1, false)); in arm_memory_load_p()
8133 note_invalid_constants (rtx insn, HOST_WIDE_INT address, int do_pushes) in note_invalid_constants() function
8234 note_invalid_constants (insn, address, true); in arm_reorg()
/freebsd-9-stable/contrib/gcc/
DChangeLog-19997847 * arm.c (note_invalid_constants): Use recog_data.operand_type
8010 * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
9317 * arm.c (note_invalid_constants): No need to ignore ASMs, we can
11704 (note_invalid_constants): New function.
DChangeLog-20032450 * arm.c (note_invalid_constants): A function can't contain invalid
4454 (note_invalid_constants): Tidy previous change.
4476 * arm.c (note_invalid_constants): Try to extract the constant
31462 * config/arm/arm.c (note_invalid_constants): Change parameter type
31616 (note_invalid_constants): Change from a void function to bool.
DChangeLog-200022587 (note_invalid_constants): Remove push for (UNSPEC 3). Don't
DChangeLog-200132563 * arm.c (multi_register_push, note_invalid_constants)
DChangeLog-200525205 (note_invalid_constants): All constants in an RTX with a constraint
DChangeLog-20044631 (note_invalid_constants): Use it.