Searched refs:ix86_asm_string (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.opt | 83 Target RejectNegative Joined Var(ix86_asm_string)
|
H A D | i386.c | 1653 if (ix86_asm_string != 0) in override_options() 1656 && !strcmp (ix86_asm_string, "intel")) in override_options() 1658 else if (!strcmp (ix86_asm_string, "att")) in override_options() 1661 error ("bad value (%s) for -masm= switch", ix86_asm_string); in override_options()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.h | 441 { "asm=", &ix86_asm_string, \ 3416 extern const char *ix86_asm_string;
|
H A D | i386.c | 661 const char *ix86_asm_string; variable 1085 if (ix86_asm_string != 0) in override_options() 1087 if (!strcmp (ix86_asm_string, "intel")) in override_options() 1089 else if (!strcmp (ix86_asm_string, "att")) in override_options() 1092 error ("bad value (%s) for -masm= switch", ix86_asm_string); in override_options()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.6 | 809 ix86_asm_string, ix86_asm_dialect): New. 821 ix86_asm_string, ix86_asm_dialect): Declare.
|