Home
last modified time | relevance | path

Searched refs:ASSEMBLER_DIALECT (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Ddarwin.h45 #undef ASSEMBLER_DIALECT
46 #define ASSEMBLER_DIALECT ASM_ATT macro
H A Di386.c6821 if (ASSEMBLER_DIALECT == ASM_ATT)
6830 if (ASSEMBLER_DIALECT == ASM_ATT)
6852 if (ASSEMBLER_DIALECT == ASM_ATT)
6857 if (ASSEMBLER_DIALECT == ASM_ATT)
6862 if (ASSEMBLER_DIALECT == ASM_ATT)
6867 if (ASSEMBLER_DIALECT == ASM_ATT)
6872 if (ASSEMBLER_DIALECT == ASM_ATT)
6877 if (ASSEMBLER_DIALECT == ASM_ATT)
6994 if (ASSEMBLER_DIALECT == ASM_ATT)
7014 if (ASSEMBLER_DIALECT == ASM_ATT)
[all …]
H A Di386.h273 #define ASSEMBLER_DIALECT (ix86_asm_dialect) macro
/openbsd/gnu/gcc/gcc/config/i386/
H A Ddarwin.h94 #undef ASSEMBLER_DIALECT
95 #define ASSEMBLER_DIALECT ASM_ATT macro
H A Di386.c7807 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
7816 switch (ASSEMBLER_DIALECT) in print_operand()
7843 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
7848 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
7853 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
7858 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
7863 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
7868 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
7984 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
8004 if (ASSEMBLER_DIALECT == ASM_ATT) in print_operand()
[all …]
H A Di386.h225 #define ASSEMBLER_DIALECT (ix86_asm_dialect) macro
/openbsd/gnu/gcc/gcc/
H A Dfinal.c209 #ifdef ASSEMBLER_DIALECT
253 #ifdef ASSEMBLER_DIALECT in init_final()
254 dialect_number = ASSEMBLER_DIALECT; in init_final()
2932 #ifdef ASSEMBLER_DIALECT in output_asm_insn()
2975 #ifdef ASSEMBLER_DIALECT in output_asm_insn()
3335 #ifdef ASSEMBLER_DIALECT in asm_fprintf()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfinal.c191 #ifdef ASSEMBLER_DIALECT
251 #ifdef ASSEMBLER_DIALECT
252 dialect_number = ASSEMBLER_DIALECT;
3279 #ifdef ASSEMBLER_DIALECT
3322 #ifdef ASSEMBLER_DIALECT
3685 #ifdef ASSEMBLER_DIALECT in asm_fprintf()
H A DChangeLog.6129 when testing ASSEMBLER_DIALECT.
134 (print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.
815 (ASSEMBLER_DIALECT): Use asm_dialect.
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.h148 #define ASSEMBLER_DIALECT (TARGET_PA_20 ? 1 : 0) macro
866 if (ASSEMBLER_DIALECT == 0) \
H A Dpa.c4970 if (ASSEMBLER_DIALECT == 0) in print_operand()
4977 if (ASSEMBLER_DIALECT == 0) in print_operand()
4986 if (ASSEMBLER_DIALECT == 0) in print_operand()
4992 if (ASSEMBLER_DIALECT == 0) in print_operand()
4997 else if (code == 'F' && ASSEMBLER_DIALECT == 0) in print_operand()
5001 if (code == 'F' && ASSEMBLER_DIALECT == 0) in print_operand()
/openbsd/gnu/gcc/gcc/config/pdp11/
H A Dpdp11.h53 #define ASSEMBLER_DIALECT (TARGET_UNIX_ASM ? 1 : 0) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.h317 #define ASSEMBLER_DIALECT (TARGET_PA_20 ? 1 : 0) macro
998 if (ASSEMBLER_DIALECT == 0) \
H A Dpa.c4613 if (ASSEMBLER_DIALECT == 0)
4620 if (ASSEMBLER_DIALECT == 0)
4629 if (ASSEMBLER_DIALECT == 0)
4634 else if (code == 'F' && ASSEMBLER_DIALECT == 0)
4638 if (code == 'F' && ASSEMBLER_DIALECT == 0)
/openbsd/gnu/gcc/gcc/config/avr/
H A Davr.h640 #define ASSEMBLER_DIALECT AVR_HAVE_MOVW macro
/openbsd/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dpdp11.h130 #define ASSEMBLER_DIALECT (TARGET_UNIX_ASM ? 1 : 0) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.h2254 #define ASSEMBLER_DIALECT AVR_ENHANCED macro
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h235 #define ASSEMBLER_DIALECT (TARGET_NEW_MNEMONICS ? 1 : 0) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.h383 #define ASSEMBLER_DIALECT (TARGET_NEW_MNEMONICS ? 1 : 0) macro
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.h490 #define ASSEMBLER_DIALECT assembler_dialect macro
H A Dsh.c688 fprintf (stream, ASSEMBLER_DIALECT ? "/s" : ".s"); in print_operand()
1667 ASSEMBLER_DIALECT ? "/" : ".", label); in output_branch()
1696 ASSEMBLER_DIALECT ? "/" : ".", label); in output_branch()
1711 ASSEMBLER_DIALECT ? "/" : "."); in output_branch()
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h400 #define ASSEMBLER_DIALECT assembler_dialect macro
H A Dsh.c357 fprintf (stream, ASSEMBLER_DIALECT ? "/s" : ".s");
1131 ASSEMBLER_DIALECT ? "/" : ".", label);
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dtm.texi7370 @findex ASSEMBLER_DIALECT
7371 @item ASSEMBLER_DIALECT
7385 @code{ASSEMBLER_DIALECT} is zero, one, two, etc. Any special characters
7388 @code{ASSEMBLER_DIALECT}, the construct outputs nothing.
7397 @code{ASSEMBLER_DIALECT} and use the @samp{@{option0|option1@}} syntax
/openbsd/gnu/gcc/gcc/doc/
H A Dtm.texi7792 @defmac ASSEMBLER_DIALECT
7806 @code{ASSEMBLER_DIALECT} is zero, one, two, etc. Any special characters
7809 @code{ASSEMBLER_DIALECT}, the construct outputs nothing.
7818 @code{ASSEMBLER_DIALECT} and use the @samp{@{option0|option1@}} syntax

12