| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-utils.c | 230 case POST_DEC: in find_post_update_rtx() 353 || GET_CODE (plus_rtx) == POST_DEC in extract_base_reg() 404 case POST_DEC: in extract_offset_rtx()
|
| H A D | nds32-cost.c | 539 case POST_DEC: in nds32_address_cost_speed_prefer() 595 case POST_DEC: in nds32_address_cost_speed_fwprop() 658 case POST_DEC: in nds32_address_cost_size_prefer()
|
| H A D | nds32-md-auxiliary.c | 1700 case POST_DEC: in nds32_output_32bit_store() 1806 case POST_DEC: in nds32_output_32bit_load() 1911 case POST_DEC: in nds32_output_32bit_load_s() 2350 case POST_DEC: in nds32_output_float_load() 2428 case POST_DEC: in nds32_output_float_store() 3157 if (GET_CODE (sub_mem) == POST_DEC) in nds32_spilt_doubleword()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32-utils.cc | 230 case POST_DEC: in find_post_update_rtx() 353 || GET_CODE (plus_rtx) == POST_DEC in extract_base_reg() 404 case POST_DEC: in extract_offset_rtx()
|
| H A D | nds32-cost.cc | 539 case POST_DEC: in nds32_address_cost_speed_prefer() 595 case POST_DEC: in nds32_address_cost_speed_fwprop() 658 case POST_DEC: in nds32_address_cost_size_prefer()
|
| H A D | nds32-md-auxiliary.cc | 1700 case POST_DEC: in nds32_output_32bit_store() 1806 case POST_DEC: in nds32_output_32bit_load() 1911 case POST_DEC: in nds32_output_32bit_load_s() 2350 case POST_DEC: in nds32_output_float_load() 2428 case POST_DEC: in nds32_output_float_store() 3157 if (GET_CODE (sub_mem) == POST_DEC) in nds32_spilt_doubleword()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1290 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator 1292 static const int LAST_INDEXED_MODE = POST_DEC + 1;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | falkor-tag-collision-avoidance.c | 491 || GET_CODE (x) == POST_DEC in iv_p() 568 if (load_pair && (code == POST_INC || code == POST_DEC)) in valid_src_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| H A D | bfin.h | 607 || (OUTER) == POST_DEC || (OUTER) == PRE_DEC \ 686 || GET_CODE (X) == POST_DEC \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | falkor-tag-collision-avoidance.cc | 491 || GET_CODE (x) == POST_DEC in iv_p() 568 if (load_pair && (code == POST_INC || code == POST_DEC)) in valid_src_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| H A D | bfin.h | 607 || (OUTER) == POST_DEC || (OUTER) == PRE_DEC \ 686 || GET_CODE (X) == POST_DEC \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | common.md | 51 (match_test "GET_CODE (XEXP (op, 0)) == POST_DEC"))))
|
| H A D | lra-eliminations.cc | 561 case POST_DEC: in lra_eliminate_regs_1() 742 case POST_DEC: in mark_not_eliminable() 758 if (code == PRE_DEC || code == POST_DEC) in mark_not_eliminable()
|
| H A D | valtrack.cc | 105 case POST_DEC: in cleanup_auto_inc_dec()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | common.md | 51 (match_test "GET_CODE (XEXP (op, 0)) == POST_DEC"))))
|
| H A D | lra-eliminations.c | 562 case POST_DEC: in lra_eliminate_regs_1() 743 case POST_DEC: in mark_not_eliminable() 759 if (code == PRE_DEC || code == POST_DEC) in mark_not_eliminable()
|
| H A D | recog.c | 49 #define STACK_POP_CODE POST_DEC 1835 case POST_DEC: in asm_operand_ok() 2034 || GET_CODE (addr) == POST_DEC) in mode_dependent_address_p() 2829 case POST_DEC: in constrain_operands()
|
| H A D | valtrack.c | 106 case POST_DEC: in cleanup_auto_inc_dec()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr.h | 290 #define STACK_PUSH_CODE POST_DEC
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.h | 295 #define STACK_PUSH_CODE POST_DEC
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 228 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
| H A D | epiphany.opt | 60 Enable use of POST_INC / POST_DEC.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
| H A D | epiphany.opt | 60 Enable use of POST_INC / POST_DEC.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | ldrdstrd.md | 151 ;; (a) memory operands can be POST_INC, POST_DEC, PRE_MODIFY, POST_MODIFY
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | ldrdstrd.md | 151 ;; (a) memory operands can be POST_INC, POST_DEC, PRE_MODIFY, POST_MODIFY
|