Home
last modified time | relevance | path

Searched refs:CM_LARGE (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-opts.h65 CM_LARGE, /* No assumptions. */ enumerator
Di386-options.cc874 case CM_LARGE: in ix86_function_specific_post_stream_in()
897 ptr->x_ix86_cmodel = CM_LARGE; in ix86_function_specific_post_stream_in()
2092 case CM_LARGE: in ix86_option_override_internal()
3162 if ((ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC) in ix86_set_indirect_branch_type()
3207 if ((ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC) in ix86_set_indirect_branch_type()
Di386-c.cc440 case CM_LARGE: in ix86_target_macros_internal()
Dpredicates.md218 if (ix86_cmodel == CM_LARGE && GET_CODE (op1) != UNSPEC)
327 if (ix86_cmodel == CM_LARGE)
623 (match_test "ix86_cmodel == CM_LARGE")
644 if (ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC
Di386-features.cc2015 || ix86_cmodel == CM_LARGE in rest_of_insert_endbr_and_patchable_area()
Di386.opt302 Enum(cmodel) String(large) Value(CM_LARGE)
Di386.cc10007 if ((ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC) in ix86_expand_split_stack_prologue()
10531 && ix86_cmodel != CM_LARGE in ix86_force_load_from_GOT_p()
16048 if (flag_pic || ix86_cmodel == CM_LARGE in ix86_nopic_noplt_attribute_p()
21545 case CM_LARGE: in x86_function_profiler()
Di386.md3527 || (ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC))
3599 || (ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC))
3772 || (ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC))
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dreg-stack.cc3412 || ix86_cmodel == CM_LARGE || ix86_cmodel == CM_LARGE_PIC) in reg_to_stack()
DChangeLog-201212428 (call): Handle tilegx_cmodel == CM_LARGE, CM_LARGE_PIC.
12434 (CM_LARGE): Define.
DChangeLog-201624429 standard FP constants for CM_LARGE and CM_LARGE_PIC models.