| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r.c | 2716 block_move_call (dest_reg, src_reg, bytes_rtx) in block_move_call() argument 2719 rtx bytes_rtx; 2723 if (GET_MODE (bytes_rtx) != VOIDmode 2724 && GET_MODE (bytes_rtx) != Pmode) 2725 bytes_rtx = convert_to_mode (Pmode, bytes_rtx, 1); 2730 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx, 2736 convert_to_mode (TYPE_MODE (integer_type_node), bytes_rtx, 2762 rtx bytes_rtx = operands[2]; local 2764 int constp = GET_CODE (bytes_rtx) == CONST_INT; 2765 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r.c | 2177 block_move_call (rtx dest_reg, rtx src_reg, rtx bytes_rtx) in block_move_call() argument 2181 if (GET_MODE (bytes_rtx) != VOIDmode in block_move_call() 2182 && GET_MODE (bytes_rtx) != Pmode) in block_move_call() 2183 bytes_rtx = convert_to_mode (Pmode, bytes_rtx, 1); in block_move_call() 2187 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx, in block_move_call() 2206 rtx bytes_rtx = operands[2]; in m32r_expand_block_move() local 2208 int constp = GET_CODE (bytes_rtx) == CONST_INT; in m32r_expand_block_move() 2209 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; in m32r_expand_block_move() 2230 block_move_call (dst_reg, src_reg, bytes_rtx); in m32r_expand_block_move()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
| H A D | ns32k.c | 828 rtx bytes_rtx = operands[2]; local 830 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 831 int bytes = (constp ? INTVAL (bytes_rtx) : 0); 899 emit_insn (gen_lshrsi3 (count_reg, bytes_rtx, GEN_INT (2))); 908 emit_insn (gen_andsi3 (count_reg, bytes_rtx, GEN_INT (3))); 920 bytes_reg = copy_to_mode_reg (SImode, bytes_rtx);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 3675 rtx bytes_rtx; local 3686 bytes_rtx = GEN_INT (bytes); 3692 emit_insn (gen_movdi (final_src, bytes_rtx)); 3697 emit_insn (gen_movsi (final_src, bytes_rtx)); 3704 emit_insn (gen_adddi3 (final_src, src_reg, bytes_rtx)); 3706 emit_insn (gen_addsi3 (final_src, src_reg, bytes_rtx)); 3711 bytes_rtx = GEN_INT (MAX_MOVE_BYTES); 3712 emit_insn (gen_movstrsi_internal (dest_mem, src_mem, bytes_rtx, align_rtx)); 3716 emit_insn (gen_adddi3 (src_reg, src_reg, bytes_rtx)); 3717 emit_insn (gen_adddi3 (dest_reg, dest_reg, bytes_rtx)); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.c | 2180 rtx bytes_rtx = operands[2]; local 2182 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 2210 bytes = INTVAL (bytes_rtx); 2280 rtx bytes_rtx = operands[1]; local 2282 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 2304 bytes = INTVAL (bytes_rtx);
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 2237 rtx bytes_rtx = operands[2]; in frv_expand_block_move() local 2239 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in frv_expand_block_move() 2266 bytes = INTVAL (bytes_rtx); in frv_expand_block_move() 2335 rtx bytes_rtx = operands[1]; in frv_expand_block_clear() local 2337 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in frv_expand_block_clear() 2358 bytes = INTVAL (bytes_rtx); in frv_expand_block_clear()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
| H A D | alpha.c | 4611 rtx bytes_rtx = operands[2]; local 4613 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx); 4948 rtx bytes_rtx = operands[1]; local 4950 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | alpha.c | 3905 rtx bytes_rtx = operands[2]; in alpha_expand_block_move() local 3907 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx); in alpha_expand_block_move() 4152 rtx bytes_rtx = operands[1]; in alpha_expand_block_clear() local 4154 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx); in alpha_expand_block_clear()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 9309 rtx bytes_rtx = operands[1]; in expand_block_clear() local 9311 bool constp = (GET_CODE (bytes_rtx) == CONST_INT); in expand_block_clear() 9327 bytes = INTVAL (bytes_rtx); in expand_block_clear() 9405 rtx bytes_rtx = operands[2]; in expand_block_move() local 9407 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in expand_block_move() 9424 bytes = INTVAL (bytes_rtx); in expand_block_move()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 6144 rtx bytes_rtx = operands[2]; local 6146 int constp = (GET_CODE (bytes_rtx) == CONST_INT); 6162 bytes = INTVAL (bytes_rtx);
|