| /netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| H A D | gcc-rtl.vim | 21 \ jump_table_data barrier code_label 46 syn keyword rtlNote note barrier code_label
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| H A D | gcc-rtl.vim | 21 \ jump_table_data barrier code_label 46 syn keyword rtlNote note barrier code_label
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | read-rtl-function.cc | 1899 rtx_insn *code_label = get_insn_by_uid (100); in test_loading_jump_to_label_ref() local 1900 ASSERT_EQ (CODE_LABEL, GET_CODE (code_label)); in test_loading_jump_to_label_ref() 1909 ASSERT_EQ (code_label, label_ref_label (label_ref)); in test_loading_jump_to_label_ref() 1910 ASSERT_EQ (code_label, JUMP_LABEL (jump_insn)); in test_loading_jump_to_label_ref() 1913 ASSERT_EQ (5, BLOCK_FOR_INSN (code_label)->index); in test_loading_jump_to_label_ref() 1914 ASSERT_EQ (NULL, LABEL_NAME (code_label)); in test_loading_jump_to_label_ref() 1915 ASSERT_EQ (1, LABEL_NUSES (code_label)); in test_loading_jump_to_label_ref()
|
| H A D | stmt.cc | 73 simple_case_node (tree low, tree high, tree code_label): in simple_case_node() argument 74 m_low (low), m_high (high), m_code_label (code_label) in simple_case_node()
|
| H A D | rtl.def | 174 DEF_RTL_EXPR(CODE_LABEL, "code_label", "uuB00is", RTX_EXTRA)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | read-rtl-function.c | 1896 rtx_insn *code_label = get_insn_by_uid (100); in test_loading_jump_to_label_ref() local 1897 ASSERT_EQ (CODE_LABEL, GET_CODE (code_label)); in test_loading_jump_to_label_ref() 1906 ASSERT_EQ (code_label, label_ref_label (label_ref)); in test_loading_jump_to_label_ref() 1907 ASSERT_EQ (code_label, JUMP_LABEL (jump_insn)); in test_loading_jump_to_label_ref() 1910 ASSERT_EQ (5, BLOCK_FOR_INSN (code_label)->index); in test_loading_jump_to_label_ref() 1911 ASSERT_EQ (NULL, LABEL_NAME (code_label)); in test_loading_jump_to_label_ref() 1912 ASSERT_EQ (1, LABEL_NUSES (code_label)); in test_loading_jump_to_label_ref()
|
| H A D | stmt.c | 73 simple_case_node (tree low, tree high, tree code_label): in simple_case_node() argument 74 m_low (low), m_high (high), m_code_label (code_label) in simple_case_node()
|
| H A D | rtl.def | 174 DEF_RTL_EXPR(CODE_LABEL, "code_label", "uuB00is", RTX_EXTRA)
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-cr16.c | 73 static int code_label = 0; variable 237 code_label = 1; in l_cons() 513 if (code_label) in cr16_cons_fix_new() 516 code_label = 0; in cr16_cons_fix_new()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-cr16.c | 73 static int code_label = 0; variable 237 code_label = 1; in l_cons() 513 if (code_label) in cr16_cons_fix_new() 516 code_label = 0; in cr16_cons_fix_new()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
| H A D | predicates.md | 162 (match_code "code_label,label_ref,symbol_ref,plus,minus")
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
| H A D | predicates.md | 181 (match_code "code_label,label_ref,symbol_ref,plus,minus")
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | predicates.md | 132 (match_code "code_label,label_ref,symbol_ref,plus,const")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | predicates.md | 127 (match_code "code_label,label_ref,symbol_ref,plus,const")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | rtl.texi | 608 @cindex @code{code_label} and @samp{/v} 612 @cindex @code{volatil}, in @code{insn}, @code{call_insn}, @code{jump_insn}, @code{code_label}, @cod… 614 In an @code{insn}, @code{call_insn}, @code{jump_insn}, @code{code_label}, 636 @cindex @code{code_label} and @samp{/i} 638 @cindex @code{in_struct}, in @code{code_label} and @code{note} 640 In a @code{code_label} or @code{note}, indicates that the label is referenced by 948 In @code{code_label} expressions, it is 1 if the label may never be deleted. 1865 operand, an expression, which must be a @code{code_label} or a @code{note} 3782 the @code{code_label} to which this insn will (possibly conditionally) 3825 @findex code_label [all …]
|
| H A D | gccint.info | 16432 In an 'insn', 'call_insn', 'jump_insn', 'code_label', 16447 In a 'code_label' or 'note', indicates that the label is referenced 16663 In 'code_label' expressions, it is 1 if the label may never be 17422 one operand, an expression, which must be a 'code_label' or a 19020 the 'code_label' to which this insn will (possibly conditionally) 19060 'code_label' 19061 A 'code_label' insn represents a label that a jump insn can jump 19070 When a 'code_label' appears in an RTL expression, it normally 19074 Besides as a 'code_label', a label can also be represented as a 19108 insn is always preceded by a 'code_label'. The 'tablejump_p' insn [all …]
|
| H A D | md.texi | 5237 Like @code{add@var{m}3} but takes a @code{code_label} as operand 3 and 5789 Like @code{neg@var{m}2} but takes a @code{code_label} as operand 2 and 6710 is the @code{code_label} to jump to. 6715 @code{code_label} to jump to. This pattern name is mandatory on all 8272 then the last insn it generates must not be a @code{code_label},
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | rtl.texi | 609 @cindex @code{code_label} and @samp{/v} 613 @cindex @code{volatil}, in @code{insn}, @code{call_insn}, @code{jump_insn}, @code{code_label}, @cod… 615 In an @code{insn}, @code{call_insn}, @code{jump_insn}, @code{code_label}, 637 @cindex @code{code_label} and @samp{/i} 639 @cindex @code{in_struct}, in @code{code_label} and @code{note} 641 In a @code{code_label} or @code{note}, indicates that the label is referenced by 949 In @code{code_label} expressions, it is 1 if the label may never be deleted. 1889 operand, an expression, which must be a @code{code_label} or a @code{note} 3762 the @code{code_label} to which this insn will (possibly conditionally) 3805 @findex code_label [all …]
|
| H A D | gccint.info | 16834 In an 'insn', 'call_insn', 'jump_insn', 'code_label', 16849 In a 'code_label' or 'note', indicates that the label is referenced 17065 In 'code_label' expressions, it is 1 if the label may never be 17842 one operand, an expression, which must be a 'code_label' or a 19391 the 'code_label' to which this insn will (possibly conditionally) 19431 'code_label' 19432 A 'code_label' insn represents a label that a jump insn can jump 19441 When a 'code_label' appears in an RTL expression, it normally 19445 Besides as a 'code_label', a label can also be represented as a 19479 insn is always preceded by a 'code_label'. The 'tablejump_p' insn [all …]
|
| H A D | md.texi | 5352 Like @code{add@var{m}3} but takes a @code{code_label} as operand 3 and 5998 Like @code{neg@var{m}2} but takes a @code{code_label} as operand 2 and 7144 is the @code{code_label} to jump to. 7149 @code{code_label} to jump to. This pattern name is mandatory on all 8727 then the last insn it generates must not be a @code{code_label},
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.c | 13952 rtx code_label, label_ref; in s390_fix_long_loop_prediction() local 13975 code_label = XEXP (label_ref, 0); in s390_fix_long_loop_prediction() 13977 if (INSN_ADDRESSES (INSN_UID (code_label)) == -1 in s390_fix_long_loop_prediction() 13980 - INSN_ADDRESSES (INSN_UID (code_label)) < PREDICT_DISTANCE)) in s390_fix_long_loop_prediction() 13992 gen_rtx_LABEL_REF (VOIDmode, code_label)), in s390_fix_long_loop_prediction() 14003 JUMP_LABEL (uncond_jump) = code_label; in s390_fix_long_loop_prediction()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.cc | 14226 rtx code_label, label_ref; in s390_fix_long_loop_prediction() local 14254 code_label = XEXP (label_ref, 0); in s390_fix_long_loop_prediction() 14256 if (INSN_ADDRESSES (INSN_UID (code_label)) == -1 in s390_fix_long_loop_prediction() 14259 - INSN_ADDRESSES (INSN_UID (code_label)) < PREDICT_DISTANCE)) in s390_fix_long_loop_prediction() 14271 gen_rtx_LABEL_REF (VOIDmode, code_label)), in s390_fix_long_loop_prediction() 14282 JUMP_LABEL (uncond_jump) = code_label; in s390_fix_long_loop_prediction()
|