Searched refs:TARGET_PARALLEL (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.md | 1385 "TARGET_PARALLEL && valid_parallel_load_store (operands, QImode)" 3554 "TARGET_PARALLEL && valid_parallel_load_store (operands, QFmode)" 4500 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4515 "TARGET_PARALLEL && valid_parallel_operands_5 (operands, QFmode)" 4529 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4561 "TARGET_PARALLEL && valid_parallel_operands_5 (operands, QFmode)" 4606 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4621 "TARGET_PARALLEL && valid_parallel_operands_5 (operands, QFmode)" 4635 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4789 "TARGET_PARALLEL && TARGET_MPYI [all …]
|
H A D | c4x.c | 313 if (!TARGET_PARALLEL) in c4x_override_options()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.md | 1398 "TARGET_PARALLEL && valid_parallel_load_store (operands, QImode)" 3561 "TARGET_PARALLEL && valid_parallel_load_store (operands, QFmode)" 4567 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4582 "TARGET_PARALLEL && valid_parallel_operands_5 (operands, QFmode)" 4596 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4628 "TARGET_PARALLEL && valid_parallel_operands_5 (operands, QFmode)" 4673 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4688 "TARGET_PARALLEL && valid_parallel_operands_5 (operands, QFmode)" 4702 "TARGET_PARALLEL && valid_parallel_operands_4 (operands, QFmode)" 4856 "TARGET_PARALLEL && TARGET_MPYI [all …]
|
H A D | c4x.h | 295 #define TARGET_PARALLEL ((target_flags & PARALLEL_INSN_FLAG) \ macro 297 #define TARGET_PARALLEL_MPY (TARGET_PARALLEL \
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.3 | 9874 (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
|