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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c52 rtx bytes_rtx = operands[1]; local
54 bool constp = CONST_INT_P (bytes_rtx);
70 bytes = INTVAL (bytes_rtx);
907 rtx bytes_rtx = operands[3]; local
918 int bytes_is_const = CONST_INT_P (bytes_rtx);
935 bytes = INTVAL (bytes_rtx);
995 if (SUBREG_P (bytes_rtx) && subreg_lowpart_p (bytes_rtx))
996 bytes_rtx = SUBREG_REG (bytes_rtx);
1952 rtx bytes_rtx = operands[3]; local
2433 rtx bytes_rtx, align_rtx; local
2726 rtx bytes_rtx = operands[2]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc52 rtx bytes_rtx = operands[1]; local
54 bool constp = CONST_INT_P (bytes_rtx);
70 bytes = INTVAL (bytes_rtx);
907 rtx bytes_rtx = operands[3]; local
918 int bytes_is_const = CONST_INT_P (bytes_rtx);
935 bytes = INTVAL (bytes_rtx);
995 if (SUBREG_P (bytes_rtx) && subreg_lowpart_p (bytes_rtx))
996 bytes_rtx = SUBREG_REG (bytes_rtx);
1952 rtx bytes_rtx = operands[3]; local
2433 rtx bytes_rtx, align_rtx; local
2752 rtx bytes_rtx = operands[2]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c2413 expand_block_move_4 (rtx dst, rtx dst_reg, rtx src, rtx src_reg, rtx bytes_rtx) argument
2415 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2425 emit_move_insn (regno_reg_rtx[3], bytes_rtx);
2469 expand_block_move_2 (rtx dst, rtx dst_reg, rtx src, rtx src_reg, rtx bytes_rtx) argument
2471 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2496 expand_block_move_1 (rtx dst_reg, rtx src_reg, rtx bytes_rtx) argument
2502 bytes_rtx,
2511 expand_block_set_4 (rtx dst, rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2513 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2557 expand_block_set_2 (rtx dst, rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2584 expand_block_set_1(rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2610 rtx bytes_rtx = operands[2]; local
2657 rtx bytes_rtx = operands[1]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.cc2415 expand_block_move_4 (rtx dst, rtx dst_reg, rtx src, rtx src_reg, rtx bytes_rtx) argument
2417 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2427 emit_move_insn (regno_reg_rtx[3], bytes_rtx);
2471 expand_block_move_2 (rtx dst, rtx dst_reg, rtx src, rtx src_reg, rtx bytes_rtx) argument
2473 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2498 expand_block_move_1 (rtx dst_reg, rtx src_reg, rtx bytes_rtx) argument
2504 bytes_rtx,
2513 expand_block_set_4 (rtx dst, rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2515 unsigned HOST_WIDE_INT bytes = UINTVAL (bytes_rtx);
2559 expand_block_set_2 (rtx dst, rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2586 expand_block_set_1(rtx dst_reg, rtx value_rtx, rtx bytes_rtx) argument
2612 rtx bytes_rtx = operands[2]; local
2659 rtx bytes_rtx = operands[1]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c2512 block_move_call (rtx dest_reg, rtx src_reg, rtx bytes_rtx)
2516 if (GET_MODE (bytes_rtx) != VOIDmode
2517 && GET_MODE (bytes_rtx) != Pmode)
2518 bytes_rtx = convert_to_mode (Pmode, bytes_rtx, 1); local
2522 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx,
2541 rtx bytes_rtx = operands[2];
2543 int constp = CONST_INT_P (bytes_rtx);
2544 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0;
2565 block_move_call (dst_reg, src_reg, bytes_rtx);
2489 block_move_call(rtx dest_reg, rtx src_reg, rtx bytes_rtx) argument
2499 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx, local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc2513 block_move_call (rtx dest_reg, rtx src_reg, rtx bytes_rtx)
2517 if (GET_MODE (bytes_rtx) != VOIDmode
2518 && GET_MODE (bytes_rtx) != Pmode)
2519 bytes_rtx = convert_to_mode (Pmode, bytes_rtx, 1); local
2523 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx,
2542 rtx bytes_rtx = operands[2];
2544 int constp = CONST_INT_P (bytes_rtx);
2545 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0;
2566 block_move_call (dst_reg, src_reg, bytes_rtx);
2490 block_move_call(rtx dest_reg, rtx src_reg, rtx bytes_rtx) argument
2500 convert_to_mode (TYPE_MODE (sizetype), bytes_rtx, local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c2210 rtx bytes_rtx = operands[2];
2212 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
2239 bytes = INTVAL (bytes_rtx);
2309 rtx bytes_rtx = operands[1];
2311 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
2331 bytes = INTVAL (bytes_rtx);
2191 rtx bytes_rtx = operands[2]; local
2289 rtx bytes_rtx = operands[1]; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc2198 rtx bytes_rtx = operands[2];
2200 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
2227 bytes = INTVAL (bytes_rtx);
2297 rtx bytes_rtx = operands[1];
2299 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
2319 bytes = INTVAL (bytes_rtx);
2180 rtx bytes_rtx = operands[2]; local
2278 rtx bytes_rtx = operands[1]; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c3788 rtx bytes_rtx = operands[2];
3790 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
4035 rtx bytes_rtx = operands[1];
4037 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
3779 rtx bytes_rtx = operands[2]; local
4026 rtx bytes_rtx = operands[1]; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc3788 rtx bytes_rtx = operands[2];
3790 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
4035 rtx bytes_rtx = operands[1];
4037 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
3779 rtx bytes_rtx = operands[2]; local
4026 rtx bytes_rtx = operands[1]; local

Completed in 489 milliseconds