Home
last modified time | relevance | path

Searched refs:TARGET_X32 (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dconstraints.md195 ;; s Sibcall memory operand, not valid for TARGET_X32
196 ;; w Call memory operand, not valid for TARGET_X32
224 (not (match_test "TARGET_X32"))
226 (and (match_test "TARGET_X32 && Pmode == DImode")
232 (not (match_test "TARGET_X32"))
234 (and (match_test "TARGET_X32 && Pmode == DImode")
H A Di386.h195 #define TARGET_X32 TARGET_ABI_X32 macro
752 #define LONG_TYPE_SIZE (TARGET_X32 ? 32 : BITS_PER_WORD)
753 #define POINTER_SIZE (TARGET_X32 ? 32 : BITS_PER_WORD)
H A Dpredicates.md669 (not (match_test "TARGET_X32"))
713 (ior (and (not (match_test "TARGET_X32"))
715 (and (match_test "TARGET_X32 && Pmode == DImode")
724 (ior (and (not (match_test "TARGET_X32"))
726 (and (match_test "TARGET_X32 && Pmode == DImode")
H A Di386-c.c628 if (TARGET_X32) in ix86_target_macros()
H A Di386.c4099 if (TARGET_X32 && (opts->x_ix86_isa_flags2 & OPTION_MASK_ISA_MPX)) in ix86_option_override_internal()
4102 if (TARGET_X32 && (ix86_isa_flags2 & OPTION_MASK_ISA_MPX)) in ix86_option_override_internal()
7039 if (TARGET_X32 && !warned) in ix86_function_type_abi()
16191 else if (TARGET_X32 && !(index || base) in ix86_legitimate_address_p()
16656 if (TARGET_SUN_TLS && !TARGET_X32) in legitimize_tls_address()
18571 if (TARGET_X32) in ix86_print_operand()
18889 && TARGET_X32 in ix86_print_operand_address_as()
18915 if (TARGET_X32 && Pmode == SImode in ix86_print_operand_address_as()
28539 else if (!(TARGET_X32 in ix86_expand_call()
41614 ? (TARGET_X32 ? "long long " : "long ") in ix86_handle_interrupt_attribute()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h45 #define TARGET_X32 OPTION_ISA_X32 macro
79 #define TARGET_LP64 (TARGET_64BIT && !TARGET_X32)
661 #define LONG_TYPE_SIZE (TARGET_X32 ? 32 : BITS_PER_WORD)
662 #define POINTER_SIZE (TARGET_X32 ? 32 : BITS_PER_WORD)
H A Di386-c.c408 if (TARGET_X32) in ix86_target_macros()
H A Dconstraints.md132 (and (not (match_test "TARGET_X32"))
H A Dpredicates.md561 (if_then_else (match_test "TARGET_X32")
569 (and (not (match_test "TARGET_X32"))
H A Di386.c3106 if (TARGET_X32) in ix86_option_override_internal()
3200 else if (TARGET_X32) in ix86_option_override_internal()
3212 else if (TARGET_X32) in ix86_option_override_internal()
12322 else if (TARGET_X32 && !(index || base) in ix86_legitimate_address_p()
14715 && TARGET_X32 in ix86_print_operand_address()
24592 if (TARGET_X32) in ix86_trampoline_init()