Searched refs:in_code (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-sh.h100 int in_code : 1; member in struct:sh_segment_info_type
H A Dtc-sh64.h66 unsigned int in_code : 1; member in struct:sh64_segment_info_type
H A Dtc-sh.c2846 && ! seg_info (now_seg)->tc_segment_info_data.in_code)
2852 seg_info (now_seg)->tc_segment_info_data.in_code = 1;
2921 && seg_info (now_seg)->tc_segment_info_data.in_code)
2945 && seg_info (now_seg)->tc_segment_info_data.in_code)
2949 seg_info (now_seg)->tc_segment_info_data.in_code = 0;
H A Dtc-sh64.c3216 seginfo->tc_segment_info_data.in_code = 0;
/haiku-buildtools/binutils/gas/config/
H A Dtc-sh64.h66 unsigned int in_code : 1; member in struct:sh64_segment_info_type
H A Dtc-sh.h113 int in_code : 1; member in struct:sh_segment_info_type
H A Dtc-sh.c2980 && ! seg_info (now_seg)->tc_segment_info_data.in_code)
2986 seg_info (now_seg)->tc_segment_info_data.in_code = 1;
3058 && seg_info (now_seg)->tc_segment_info_data.in_code)
3082 && seg_info (now_seg)->tc_segment_info_data.in_code)
3086 seg_info (now_seg)->tc_segment_info_data.in_code = 0;
H A Dtc-sh64.c3214 seginfo->tc_segment_info_data.in_code = 0;
/haiku-buildtools/gcc/gcc/config/cris/
H A Dcris.c121 static int in_code = 0; variable
3950 in_code++;
3952 in_code--;
3962 if (flag_pic && in_code > 0)
3982 if (flag_pic && in_code > 0)
/haiku-buildtools/legacy/gcc/gcc/
H A Dcombine.c5985 make_compound_operation (x, in_code)
5987 enum rtx_code in_code;
6006 : in_code == COMPARE ? SET : in_code);
6016 if (in_code == MEM && GET_CODE (XEXP (x, 1)) == CONST_INT
6040 0, in_code == COMPARE);
6053 0, in_code == COMPARE);
6068 new = make_compound_operation (new, in_code);
6083 NULL_RTX, i, 1, 0, in_code == COMPARE);
6117 0, NULL_RTX, i, 1, 0, in_code
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcombine.c7761 make_compound_operation (rtx x, enum rtx_code in_code)
7782 : in_code == COMPARE ? SET : in_code);
7792 if (in_code == MEM && CONST_INT_P (XEXP (x, 1))
7883 0, in_code == COMPARE);
7896 0, in_code == COMPARE);
7911 new_rtx = make_compound_operation (new_rtx, in_code);
7926 NULL_RTX, i, 1, 0, in_code == COMPARE);
7959 0, NULL_RTX, i, 1, 0, in_code == COMPARE);
7963 else if (in_code
7735 make_compound_operation(rtx x, enum rtx_code in_code) argument
[all...]
H A Dgimplify.c5797 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code)
5800 unsigned flags = in_code ? GOVD_SEEN : 0;
5901 omp_notice_variable (ctx->outer_context, decl, in_code);
5980 && omp_notice_variable (ctx->outer_context, decl, in_code))
5794 omp_notice_variable(struct gimplify_omp_ctx *ctx, tree decl, bool in_code) argument

Completed in 173 milliseconds