Searched refs:bytes_rtx (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/config/visium/
H A Dvisium.c2239 expand_block_move_4 (rtx dst, rtx dst_reg, rtx src, rtx src_reg, rtx bytes_rtx) argument
2242 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2252 emit_move_insn (regno_reg_rtx[3], bytes_rtx);
2296 expand_block_move_2 (rtx dst, rtx dst_reg, rtx src, rtx src_reg, rtx bytes_rtx) argument
2299 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2323 expand_block_move_1 (rtx dst_reg, rtx src_reg, rtx bytes_rtx) argument
2330 bytes_rtx,
2339 expand_block_set_4 (rtx dst, rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2342 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2385 expand_block_set_2 (rtx dst, rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2412 expand_block_set_1(rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2439 rtx bytes_rtx = operands[2]; local
2486 rtx bytes_rtx = operands[1]; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.c2296 block_move_call (dest_reg, src_reg, bytes_rtx)
2299 rtx bytes_rtx;
2303 if (GET_MODE (bytes_rtx) != VOIDmode
2304 && GET_MODE (bytes_rtx) != Pmode)
2305 bytes_rtx = convert_to_mode (Pmode, bytes_rtx, 1);
2310 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx,
2316 convert_to_mode (TYPE_MODE (integer_type_node), bytes_rtx,
2342 rtx bytes_rtx = operands[2];
2344 int constp = GET_CODE (bytes_rtx)
2292 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx, local
2324 rtx bytes_rtx = operands[2]; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/ns32k/
H A Dns32k.c452 rtx bytes_rtx = operands[2];
454 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
455 int bytes = (constp ? INTVAL (bytes_rtx) : 0);
526 emit_insn(gen_lshrsi3 (count_reg, bytes_rtx, GEN_INT(2)));
529 emit_insn(gen_andsi3 (count_reg, bytes_rtx, GEN_INT(3)));
540 bytes_reg = copy_to_mode_reg(SImode, bytes_rtx);
449 rtx bytes_rtx = operands[2]; local
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c3040 rtx bytes_rtx;
3051 bytes_rtx = GEN_INT (bytes);
3057 emit_insn (gen_movdi (final_src, bytes_rtx));
3062 emit_insn (gen_movsi (final_src, bytes_rtx));
3069 emit_insn (gen_adddi3 (final_src, src_reg, bytes_rtx));
3071 emit_insn (gen_addsi3 (final_src, src_reg, bytes_rtx));
3076 bytes_rtx = GEN_INT (MAX_MOVE_BYTES);
3077 emit_insn (gen_movstrsi_internal (dest_mem, src_mem, bytes_rtx, align_rtx));
3081 emit_insn (gen_adddi3 (src_reg, src_reg, bytes_rtx));
3082 emit_insn (gen_adddi3 (dest_reg, dest_reg, bytes_rtx));
3029 rtx bytes_rtx; local
3105 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx, local
3128 rtx bytes_rtx = operands[2]; local
[all...]
/haiku-buildtools/gcc/gcc/config/m32r/
H A Dm32r.c2528 block_move_call (rtx dest_reg, rtx src_reg, rtx bytes_rtx)
2532 if (GET_MODE (bytes_rtx) != VOIDmode
2533 && GET_MODE (bytes_rtx) != Pmode)
2534 bytes_rtx = convert_to_mode (Pmode, bytes_rtx, 1); local
2538 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx,
2557 rtx bytes_rtx = operands[2];
2559 int constp = CONST_INT_P (bytes_rtx);
2560 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0;
2581 block_move_call (dst_reg, src_reg, bytes_rtx);
2505 block_move_call(rtx dest_reg, rtx src_reg, rtx bytes_rtx) argument
2515 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx, local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.c1895 rtx bytes_rtx = operands[2];
1897 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
2265 rtx bytes_rtx = operands[1];
2267 HOST_WIDE_INT bytes = INTVAL (bytes_rtx);
1889 rtx bytes_rtx = operands[2]; local
2259 rtx bytes_rtx = operands[1]; local
/haiku-buildtools/gcc/gcc/config/frv/
H A Dfrv.c2254 rtx bytes_rtx = operands[2];
2256 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
2283 bytes = INTVAL (bytes_rtx);
2353 rtx bytes_rtx = operands[1];
2355 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
2375 bytes = INTVAL (bytes_rtx);
2235 rtx bytes_rtx = operands[2]; local
2333 rtx bytes_rtx = operands[1]; local
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.c1990 rtx bytes_rtx = operands[2];
1992 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
2011 bytes = INTVAL (bytes_rtx);
1976 rtx bytes_rtx = operands[2]; local
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c3822 rtx bytes_rtx = operands[2];
3824 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
4069 rtx bytes_rtx = operands[1];
4071 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
3813 rtx bytes_rtx = operands[2]; local
4060 rtx bytes_rtx = operands[1]; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c16029 rtx bytes_rtx = operands[1];
16031 bool constp = (GET_CODE (bytes_rtx) == CONST_INT);
16047 bytes = INTVAL (bytes_rtx);
16148 rtx bytes_rtx = operands[2];
16150 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
16167 bytes = INTVAL (bytes_rtx);
16007 rtx bytes_rtx = operands[1]; local
16125 rtx bytes_rtx = operands[2]; local
[all...]

Completed in 239 milliseconds