Searched refs:loop_bytes (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-string.cc | 1021 HOST_WIDE_INT loop_bytes = 2 * load_mode_size; in expand_compare_loop() local 1023 HOST_WIDE_INT max_loop_iter = max_bytes / loop_bytes; in expand_compare_loop() 1024 HOST_WIDE_INT max_loop_bytes = max_loop_iter * loop_bytes; in expand_compare_loop() 1025 int l2lb = floor_log2 (loop_bytes); in expand_compare_loop() 1113 niter = bytes / loop_bytes; in expand_compare_loop() 1116 emit_move_insn (loop_cmp, GEN_INT (niter * loop_bytes)); in expand_compare_loop() 1117 emit_move_insn (cmp_rem, GEN_INT (bytes - niter * loop_bytes)); in expand_compare_loop() 1132 do_ifelse (CCmode, LT, bytes_rtx, GEN_INT (loop_bytes), in expand_compare_loop() 1190 if (!bytes_is_const || bytes >= loop_bytes) in expand_compare_loop() 1218 do_add3 (iv1, iv1, GEN_INT (loop_bytes)); in expand_compare_loop() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-string.c | 1021 HOST_WIDE_INT loop_bytes = 2 * load_mode_size; in expand_compare_loop() local 1023 HOST_WIDE_INT max_loop_iter = max_bytes / loop_bytes; in expand_compare_loop() 1024 HOST_WIDE_INT max_loop_bytes = max_loop_iter * loop_bytes; in expand_compare_loop() 1025 int l2lb = floor_log2 (loop_bytes); in expand_compare_loop() 1113 niter = bytes / loop_bytes; in expand_compare_loop() 1116 emit_move_insn (loop_cmp, GEN_INT (niter * loop_bytes)); in expand_compare_loop() 1117 emit_move_insn (cmp_rem, GEN_INT (bytes - niter * loop_bytes)); in expand_compare_loop() 1132 do_ifelse (CCmode, LT, bytes_rtx, GEN_INT (loop_bytes), in expand_compare_loop() 1190 if (!bytes_is_const || bytes >= loop_bytes) in expand_compare_loop() 1218 do_add3 (iv1, iv1, GEN_INT (loop_bytes)); in expand_compare_loop() [all …]
|