Searched refs:src_autoinc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 14984 HOST_WIDE_INT src_autoinc, dst_autoinc; in arm_block_move_unaligned_straight() local 15005 src_autoinc = dst_autoinc = 0; in arm_block_move_unaligned_straight() 15019 src_autoinc += UNITS_PER_WORD * interleave_factor; in arm_block_move_unaligned_straight() 15026 - src_autoinc)); in arm_block_move_unaligned_straight() 15068 src_autoinc += UNITS_PER_WORD * words; in arm_block_move_unaligned_straight() 15075 srcoffset + j * UNITS_PER_WORD - src_autoinc); in arm_block_move_unaligned_straight() 15118 addr = plus_constant (Pmode, src, srcoffset - src_autoinc); in arm_block_move_unaligned_straight() 15146 addr = plus_constant (Pmode, src, srcoffset - src_autoinc); in arm_block_move_unaligned_straight()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 15159 HOST_WIDE_INT src_autoinc, dst_autoinc; in arm_block_move_unaligned_straight() local 15180 src_autoinc = dst_autoinc = 0; in arm_block_move_unaligned_straight() 15194 src_autoinc += UNITS_PER_WORD * interleave_factor; in arm_block_move_unaligned_straight() 15201 - src_autoinc)); in arm_block_move_unaligned_straight() 15243 src_autoinc += UNITS_PER_WORD * words; in arm_block_move_unaligned_straight() 15250 srcoffset + j * UNITS_PER_WORD - src_autoinc); in arm_block_move_unaligned_straight() 15293 addr = plus_constant (Pmode, src, srcoffset - src_autoinc); in arm_block_move_unaligned_straight() 15321 addr = plus_constant (Pmode, src, srcoffset - src_autoinc); in arm_block_move_unaligned_straight()
|