| /src/external/gpl3/gcc/dist/gcc/ |
| rtl-tests.cc | 190 rtx_insn *jump_insn = emit_jump_insn (set_pc); local 191 ASSERT_EQ (set_pc, single_set (jump_insn)); 218 rtx_insn *jump_insn = emit_jump_insn (jump_pat); local 219 ASSERT_FALSE (any_condjump_p (jump_insn)); 220 ASSERT_TRUE (any_uncondjump_p (jump_insn)); 221 ASSERT_TRUE (pc_set (jump_insn)); 222 ASSERT_TRUE (simplejump_p (jump_insn)); 223 ASSERT_TRUE (onlyjump_p (jump_insn)); 224 ASSERT_TRUE (control_flow_insn_p (jump_insn)); 228 jump_insn); [all...] |
| loop-doloop.cc | 450 rtx_insn *jump_insn; local 458 jump_insn = BB_END (loop_end); 472 delete_insn (jump_insn); 595 jump_insn = BB_END (loop_end); 597 JUMP_LABEL (jump_insn) = jump_label; 608 add_reg_note (jump_insn, REG_NONNEG, NULL_RTX); 612 add_reg_br_prob_note (jump_insn, desc->in_edge->probability);
|
| resource.cc | 373 case JUMP_INSN: 428 rtx_insn *jump_insn = 0; 479 of a call, so search for a JUMP_INSN in any position. */ 505 if (jump_insn == 0) 507 jump_insn = insn; 590 jump_insn = 0; 602 return jump_insn; 671 case JUMP_INSN: 995 if ((code == INSN || code == JUMP_INSN || code == CALL_INSN) 1106 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target 423 rtx_insn *jump_insn = 0; local 1099 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target, local [all...] |
| read-rtl-function.cc | 1887 /* Verify that the loader copes with a jump_insn to a label_ref. */ 1894 rtx_insn *jump_insn = get_insn_by_uid (1); local 1895 ASSERT_EQ (JUMP_INSN, GET_CODE (jump_insn)); 1903 /* Verify the jump_insn. */ 1904 ASSERT_EQ (4, BLOCK_FOR_INSN (jump_insn)->index); 1905 ASSERT_EQ (SET, GET_CODE (PATTERN (jump_insn))); 1907 ASSERT_RTX_PTR_EQ (pc_rtx, SET_DEST (PATTERN (jump_insn))); 1908 rtx label_ref = SET_SRC (PATTERN (jump_insn)); 1911 ASSERT_EQ (code_label, JUMP_LABEL (jump_insn)); 1965 rtx_insn *jump_insn = get_insn_by_uid (1); local 1979 rtx_insn *jump_insn = get_insn_by_uid (1); local [all...] |
| reorg.cc | 277 case JUMP_INSN: 619 /* Delete INSN, a JUMP_INSN. */ 677 INSN is a JUMP_INSN. 791 mostly_true_jump (rtx jump_insn) 795 rtx note = find_reg_note (jump_insn, REG_BR_PROB, 0); 1455 /* Stop for an INSN or JUMP_INSN with delayed effects and its delay 1555 /* If this is an INSN or JUMP_INSN with delayed effects, it 2193 rtx_jump_insn *jump_insn; 2194 if ((jump_insn = dyn_cast <rtx_jump_insn *> (insn)) 2195 && simplejump_p (jump_insn) 2173 rtx_jump_insn *jump_insn; local 2774 rtx_jump_insn *jump_insn; local 3087 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (insn); local 3476 rtx_jump_insn *jump_insn; local [all...] |
| ifcvt.cc | 5935 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); 5937 ? ! invert_jump_1 (jump_insn, new_dest_label) 5938 : ! redirect_jump_1 (jump_insn, new_dest_label)) 5929 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl-tests.cc | 190 rtx_insn *jump_insn = emit_jump_insn (set_pc); local 191 ASSERT_EQ (set_pc, single_set (jump_insn)); 218 rtx_insn *jump_insn = emit_jump_insn (jump_pat); local 219 ASSERT_FALSE (any_condjump_p (jump_insn)); 220 ASSERT_TRUE (any_uncondjump_p (jump_insn)); 221 ASSERT_TRUE (pc_set (jump_insn)); 222 ASSERT_TRUE (simplejump_p (jump_insn)); 223 ASSERT_TRUE (onlyjump_p (jump_insn)); 224 ASSERT_TRUE (control_flow_insn_p (jump_insn)); 228 jump_insn); [all...] |
| loop-doloop.cc | 450 rtx_insn *jump_insn; local 458 jump_insn = BB_END (loop_end); 472 delete_insn (jump_insn); 595 jump_insn = BB_END (loop_end); 597 JUMP_LABEL (jump_insn) = jump_label; 608 add_reg_note (jump_insn, REG_NONNEG, NULL_RTX); 612 add_reg_br_prob_note (jump_insn, desc->in_edge->probability);
|
| resource.cc | 373 case JUMP_INSN: 428 rtx_insn *jump_insn = 0; 479 of a call, so search for a JUMP_INSN in any position. */ 505 if (jump_insn == 0) 507 jump_insn = insn; 590 jump_insn = 0; 602 return jump_insn; 671 case JUMP_INSN: 995 if ((code == INSN || code == JUMP_INSN || code == CALL_INSN) 1106 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target 423 rtx_insn *jump_insn = 0; local 1099 rtx_insn *jump_insn = find_dead_or_set_registers (target, res, &jump_target, local [all...] |
| read-rtl-function.cc | 1886 /* Verify that the loader copes with a jump_insn to a label_ref. */ 1893 rtx_insn *jump_insn = get_insn_by_uid (1); local 1894 ASSERT_EQ (JUMP_INSN, GET_CODE (jump_insn)); 1902 /* Verify the jump_insn. */ 1903 ASSERT_EQ (4, BLOCK_FOR_INSN (jump_insn)->index); 1904 ASSERT_EQ (SET, GET_CODE (PATTERN (jump_insn))); 1906 ASSERT_RTX_PTR_EQ (pc_rtx, SET_DEST (PATTERN (jump_insn))); 1907 rtx label_ref = SET_SRC (PATTERN (jump_insn)); 1910 ASSERT_EQ (code_label, JUMP_LABEL (jump_insn)); 1964 rtx_insn *jump_insn = get_insn_by_uid (1); local 1978 rtx_insn *jump_insn = get_insn_by_uid (1); local [all...] |
| reorg.cc | 277 case JUMP_INSN: 619 /* Delete INSN, a JUMP_INSN. */ 677 INSN is a JUMP_INSN. 791 mostly_true_jump (rtx jump_insn) 795 rtx note = find_reg_note (jump_insn, REG_BR_PROB, 0); 1455 /* Stop for an INSN or JUMP_INSN with delayed effects and its delay 1555 /* If this is an INSN or JUMP_INSN with delayed effects, it 2194 rtx_jump_insn *jump_insn; 2195 if ((jump_insn = dyn_cast <rtx_jump_insn *> (insn)) 2196 && simplejump_p (jump_insn) 2174 rtx_jump_insn *jump_insn; local 2772 rtx_jump_insn *jump_insn; local 3082 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (insn); local 3471 rtx_jump_insn *jump_insn; local [all...] |
| ifcvt.cc | 5739 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); 5741 ? ! invert_jump_1 (jump_insn, new_dest_label) 5742 : ! redirect_jump_1 (jump_insn, new_dest_label)) 5733 rtx_jump_insn *jump_insn = as_a <rtx_jump_insn *> (jump); local
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-x86-low.cc | 62 static unsigned char jump_insn[] = { 0xe9, 0, 0, 0, 0 }; variable 1230 loffset = (tpaddr + orig_size) - (buildaddr + sizeof (jump_insn)); 1240 memcpy (buf, jump_insn, sizeof (jump_insn)); 1242 append_insns (&buildaddr, sizeof (jump_insn), buf); 1248 loffset = *jump_entry - (tpaddr + sizeof (jump_insn)); 1259 memcpy (buf, jump_insn, sizeof (jump_insn)); 1261 memcpy (jjump_pad_insn, buf, sizeof (jump_insn)); 1262 *jjump_pad_insn_size = sizeof (jump_insn); [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-x86-low.cc | 62 static unsigned char jump_insn[] = { 0xe9, 0, 0, 0, 0 }; variable 1261 loffset = (tpaddr + orig_size) - (buildaddr + sizeof (jump_insn)); 1271 memcpy (buf, jump_insn, sizeof (jump_insn)); 1273 append_insns (&buildaddr, sizeof (jump_insn), buf); 1279 loffset = *jump_entry - (tpaddr + sizeof (jump_insn)); 1290 memcpy (buf, jump_insn, sizeof (jump_insn)); 1292 memcpy (jjump_pad_insn, buf, sizeof (jump_insn)); 1293 *jjump_pad_insn_size = sizeof (jump_insn); [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa.cc | 3752 /* Ignore anything that isn't an INSN or a JUMP_INSN. */ 6772 rtx_insn *jump_insn; 6777 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6781 if (jump_insn == insn) 6806 rtx_insn *jump_insn; 6811 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6815 if (!insn || jump_insn == insn) 6834 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6846 && jump_insn == next_active_insn (insn)) 6758 rtx_insn *jump_insn; local 6792 rtx_insn *jump_insn; local 6820 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa.cc | 3610 /* Ignore anything that isn't an INSN or a JUMP_INSN. */ 6624 rtx_insn *jump_insn; 6629 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6633 if (jump_insn == insn) 6658 rtx_insn *jump_insn; 6663 jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6667 if (!insn || jump_insn == insn) 6686 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); 6698 && jump_insn == next_active_insn (insn)) 6610 rtx_insn *jump_insn; local 6644 rtx_insn *jump_insn; local 6672 rtx_insn *jump_insn = next_active_insn (JUMP_LABEL_AS_INSN (insn)); local
|