| /openbsd-src/gnu/gcc/gcc/ |
| H A D | bb-reorder.c | 1532 rtx set_src; in fix_crossing_conditional_branches() local 1568 set_src = NULL_RTX; in fix_crossing_conditional_branches() 1573 set_src = SET_SRC (PATTERN (old_jump)); in fix_crossing_conditional_branches() 1576 set_src = XVECEXP (PATTERN (old_jump), 0,0); in fix_crossing_conditional_branches() 1577 if (GET_CODE (set_src) == SET) in fix_crossing_conditional_branches() 1578 set_src = SET_SRC (set_src); in fix_crossing_conditional_branches() 1580 set_src = NULL_RTX; in fix_crossing_conditional_branches() 1584 if (set_src && (GET_CODE (set_src) == IF_THEN_ELSE)) in fix_crossing_conditional_branches() 1586 if (GET_CODE (XEXP (set_src, 1)) == PC) in fix_crossing_conditional_branches() 1587 old_label = XEXP (set_src, 2); in fix_crossing_conditional_branches() [all …]
|
| H A D | gcse.c | 2775 rtx new, set_src, note_src; in cprop_jump() local 2788 set_src = note_src ? note_src : SET_SRC (set); in cprop_jump() 2801 set_src = simplify_replace_rtx (set_src, SET_DEST (setcc_set), in cprop_jump() 2807 new = simplify_replace_rtx (set_src, from, src); in cprop_jump()
|
| H A D | flow.c | 2042 rtx set_src = SET_SRC (pc_set (BB_END (bb))); in init_propagate_block_info() local 2043 rtx cond_true = XEXP (set_src, 0); in init_propagate_block_info() 2065 if (GET_CODE (XEXP (set_src, 1)) == PC) in init_propagate_block_info()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | loop.c | 196 rtx set_src; /* The expression this reg is set from. */ member 940 m->set_src = src; 989 m->set_src = XEXP (temp, 0), m->move_insn = 1; 994 m->set_src = XEXP (temp, 0), m->move_insn = 1; 1453 if (m != 0 && m->set_src == m1->set_dest 1524 && ((GET_CODE (m1->set_src) == REG 1525 && matched_regs[REGNO (m1->set_src)]) 1526 || rtx_equal_for_loop_p (m->set_src, m1->set_src, 1669 && rtx_equal_p (m->set_src, y)) 1677 && rtx_equal_p (m->set_src, x)) [all …]
|
| H A D | flow.c | 1906 rtx cond_true, cond_false, set_src; local 1935 set_src = SET_SRC (pc_set (bb->end)); 1936 cond_true = XEXP (set_src, 0); 1940 if (GET_CODE (XEXP (set_src, 1)) == PC)
|
| H A D | gcse.c | 4068 rtx set_src = SET_SRC (set); local 4077 set_src = simplify_replace_rtx (set_src, 4084 new = simplify_replace_rtx (set_src, from, src);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | sh.c | 1279 rtx set_src = SET_SRC (XVECEXP (PATTERN (insn), 0, 0)); local 1280 int shift_count = INTVAL (XEXP (set_src, 1)); 1281 enum rtx_code shift_code = GET_CODE (set_src); 1832 rtx set_src, left_rtx, mask_rtx; local 1835 set_src = SET_SRC (XVECEXP (PATTERN (insn), 0, 0)); 1836 left_rtx = XEXP (XEXP (set_src, 0), 1); 1837 mask_rtx = XEXP (set_src, 1); 1848 rtx set_src = SET_SRC (XVECEXP (PATTERN (insn), 0, 0)); local 1849 int len = shift_insns[INTVAL (XEXP (set_src, 1))]; 1850 rtx op = XEXP (set_src, 0); [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.c | 1913 rtx set_src = SET_SRC (XVECEXP (PATTERN (insn), 0, 0)); in shift_insns_rtx() local 1914 int shift_count = INTVAL (XEXP (set_src, 1)); in shift_insns_rtx() 1915 enum rtx_code shift_code = GET_CODE (set_src); in shift_insns_rtx() 2586 rtx set_src, left_rtx, mask_rtx; in shl_and_length() local 2589 set_src = SET_SRC (XVECEXP (PATTERN (insn), 0, 0)); in shl_and_length() 2590 left_rtx = XEXP (XEXP (set_src, 0), 1); in shl_and_length() 2591 mask_rtx = XEXP (set_src, 1); in shl_and_length() 2601 rtx set_src = SET_SRC (XVECEXP (PATTERN (insn), 0, 0)); in shl_and_scr_length() local 2602 int len = shift_insns[INTVAL (XEXP (set_src, 1))]; in shl_and_scr_length() 2603 rtx op = XEXP (set_src, 0); in shl_and_scr_length() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sparc.md | 2242 rtx set_src = operands[1]; 2248 src1 = gen_highpart (SImode, set_src); 2249 src2 = gen_lowpart (SImode, set_src); 2661 rtx set_src = operands[1]; 2674 src1 = gen_highpart (half_mode, set_src); 2675 src2 = gen_lowpart (half_mode, set_src); 2894 rtx set_src = operands[1]; 2900 src1 = gen_df_reg (set_src, 0); 2901 src2 = gen_df_reg (set_src, 1); 2991 rtx set_src = operands[1]; [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/ |
| H A D | sparc.md | 2449 rtx set_src = operands[1]; 2455 src1 = gen_highpart (SImode, set_src); 2456 src2 = gen_lowpart (SImode, set_src); 3077 rtx set_src = operands[1]; 3083 src1 = gen_highpart (SFmode, set_src); 3084 src2 = gen_lowpart (SFmode, set_src); 3384 rtx set_src = operands[1]; 3390 src1 = gen_df_reg (set_src, 0); 3391 src2 = gen_df_reg (set_src, 1); 3481 rtx set_src = operands[1]; [all …]
|