Home
last modified time | relevance | path

Searched refs:in_code (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh.h100 int in_code : 1; member
H A Dtc-sh64.h66 unsigned int in_code : 1; member
H A Dtc-sh.c2844 && ! seg_info (now_seg)->tc_segment_info_data.in_code) in md_assemble()
2850 seg_info (now_seg)->tc_segment_info_data.in_code = 1; in md_assemble()
2919 && seg_info (now_seg)->tc_segment_info_data.in_code) in sh_frob_label()
2943 && seg_info (now_seg)->tc_segment_info_data.in_code) in sh_flush_pending_output()
2947 seg_info (now_seg)->tc_segment_info_data.in_code = 0; in sh_flush_pending_output()
H A Dtc-sh64.c3216 seginfo->tc_segment_info_data.in_code = 0; in sh64_set_contents_type()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh64.h66 unsigned int in_code : 1; member
H A Dtc-sh.h113 int in_code : 1; member
H A Dtc-sh.c2626 && ! seg_info (now_seg)->tc_segment_info_data.in_code) in md_assemble()
2632 seg_info (now_seg)->tc_segment_info_data.in_code = 1; in md_assemble()
2703 && seg_info (now_seg)->tc_segment_info_data.in_code) in sh_frob_label()
2725 && seg_info (now_seg)->tc_segment_info_data.in_code) in sh_flush_pending_output()
2729 seg_info (now_seg)->tc_segment_info_data.in_code = 0; in sh_flush_pending_output()
H A Dtc-sh64.c3205 seginfo->tc_segment_info_data.in_code = 0; in sh64_set_contents_type()
/openbsd-src/gnu/gcc/gcc/config/cris/
H A Dcris.c88 static int in_code = 0; variable
3284 in_code++; in cris_output_addr_const()
3286 in_code--; in cris_output_addr_const()
3296 if (flag_pic && in_code > 0) in cris_asm_output_symbol_ref()
3316 if (flag_pic && in_code > 0) in cris_asm_output_label_ref()
/openbsd-src/gnu/gcc/gcc/
H A Dcombine.c6414 make_compound_operation (rtx x, enum rtx_code in_code) in make_compound_operation() argument
6433 : in_code == COMPARE ? SET : in_code); in make_compound_operation()
6443 if (in_code == MEM && GET_CODE (XEXP (x, 1)) == CONST_INT in make_compound_operation()
6467 0, in_code == COMPARE); in make_compound_operation()
6480 0, in_code == COMPARE); in make_compound_operation()
6495 new = make_compound_operation (new, in_code); in make_compound_operation()
6510 NULL_RTX, i, 1, 0, in_code == COMPARE); in make_compound_operation()
6543 0, NULL_RTX, i, 1, 0, in_code == COMPARE); in make_compound_operation()
6547 else if (in_code == COMPARE in make_compound_operation()
6588 code == LSHIFTRT, 0, in_code == COMPARE); in make_compound_operation()
[all …]
H A Dgimplify.c4507 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code) in omp_notice_variable() argument
4510 unsigned flags = in_code ? GOVD_SEEN : 0; in omp_notice_variable()
4586 && omp_notice_variable (ctx->outer_context, decl, in_code)) in omp_notice_variable()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcombine.c6556 make_compound_operation (x, in_code) in make_compound_operation() argument
6558 enum rtx_code in_code;
6577 : in_code == COMPARE ? SET : in_code);
6587 if (in_code == MEM && GET_CODE (XEXP (x, 1)) == CONST_INT
6611 0, in_code == COMPARE);
6624 0, in_code == COMPARE);
6639 new = make_compound_operation (new, in_code);
6654 NULL_RTX, i, 1, 0, in_code == COMPARE);
6687 0, NULL_RTX, i, 1, 0, in_code == COMPARE);
6691 else if (in_code == COMPARE
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c3334 get_float_compare_codes (in_code, cmp_code, action_code) in get_float_compare_codes() argument
3335 enum rtx_code in_code, *cmp_code, *action_code; in get_float_compare_codes()
3337 switch (in_code)
3344 *cmp_code = reverse_condition_maybe_unordered (in_code);
3349 *cmp_code = in_code;
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-02036833 fix. Do not set tc_segment_info_data.in_code for section. Call
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-02036833 fix. Do not set tc_segment_info_data.in_code for section. Call