Home
last modified time | relevance | path

Searched refs:arm_split_constant (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm-protos.h53 extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx,
H A Darm.md483 arm_split_constant (PLUS, SImode, NULL_RTX,
522 arm_split_constant (PLUS, SImode, curr_insn,
950 arm_split_constant (MINUS, SImode, NULL_RTX,
983 arm_split_constant (MINUS, SImode, curr_insn,
1525 arm_split_constant (AND, SImode, NULL_RTX,
1592 arm_split_constant (AND, SImode, curr_insn,
2180 arm_split_constant (IOR, SImode, NULL_RTX,
2204 arm_split_constant (IOR, SImode, curr_insn,
4199 arm_split_constant (SET, SImode, curr_insn,
4202 arm_split_constant (SET, SImode, curr_insn,
[all …]
H A Darm.c1672 arm_split_constant (enum rtx_code code, enum machine_mode mode, rtx insn, in arm_split_constant() function
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.103834 (arm_split_constant): Split most of the functionality into
H A DChangeLog-199811452 (arm_split_constant): Remove unused variable.
H A DChangeLog-199917858 * arm.c (arm_split_constant): Don't try to force a constant to
H A DChangeLog-200436736 * config/arm/arm-protos.h (arm_split_constant): Add insn
36740 * config/arm/arm.md: Adjust calls to arm_split_constant.
H A DChangeLog-20053665 (arm_split_constant): Call it.