Home
last modified time | relevance | path

Searched refs:TARGET_ASM_BYTE_OP (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtarget-def.h35 #define TARGET_ASM_BYTE_OP "\t.byte\t" macro
162 TARGET_ASM_BYTE_OP, \
DChangeLog.61022 * target-def.h (TARGET_ASM_BYTE_OP, TARGET_ASM_ALIGNED_[HSDT]I_OP,
1192 (TARGET_ASM_BYTE_OP, TARGET_ASM_ALIGNED_HI_OP,
/openbsd/src/gnu/gcc/gcc/
Dtarget-def.h41 #define TARGET_ASM_BYTE_OP "\t.byte\t" macro
248 TARGET_ASM_BYTE_OP, \
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i370/
Di370.c297 #undef TARGET_ASM_BYTE_OP
298 #define TARGET_ASM_BYTE_OP NULL macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pdp11/
Dpdp11.c62 #undef TARGET_ASM_BYTE_OP
63 #define TARGET_ASM_BYTE_OP NULL macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dm68k.c101 #undef TARGET_ASM_BYTE_OP
102 #define TARGET_ASM_BYTE_OP "\tbyte\t" macro
110 #undef TARGET_ASM_BYTE_OP
111 #define TARGET_ASM_BYTE_OP "\tdc.b\t" macro
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dm68k.c143 #undef TARGET_ASM_BYTE_OP
144 #define TARGET_ASM_BYTE_OP "\tbyte\t" macro
152 #undef TARGET_ASM_BYTE_OP
153 #define TARGET_ASM_BYTE_OP "\tdc.b\t" macro
/openbsd/src/gnu/gcc/gcc/config/pdp11/
Dpdp11.c151 #undef TARGET_ASM_BYTE_OP
152 #define TARGET_ASM_BYTE_OP NULL macro
/openbsd/src/gnu/gcc/gcc/config/mmix/
Dmmix.c146 #undef TARGET_ASM_BYTE_OP
147 #define TARGET_ASM_BYTE_OP NULL macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/dsp16xx/
Ddsp16xx.c154 #undef TARGET_ASM_BYTE_OP
155 #define TARGET_ASM_BYTE_OP "\tint\t" macro
/openbsd/src/gnu/gcc/gcc/config/m88k/
Dm88k.c84 #undef TARGET_ASM_BYTE_OP
85 #define TARGET_ASM_BYTE_OP "\tbyte\t" macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mmix/
Dmmix.c142 #undef TARGET_ASM_BYTE_OP
143 #define TARGET_ASM_BYTE_OP NULL macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m88k/
Dm88k.c69 #undef TARGET_ASM_BYTE_OP
70 #define TARGET_ASM_BYTE_OP "\tbyte\t" macro
/openbsd/src/gnu/gcc/gcc/config/c4x/
Dc4x.c200 #undef TARGET_ASM_BYTE_OP
201 #define TARGET_ASM_BYTE_OP "\t.word\t" macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/c4x/
Dc4x.c199 #undef TARGET_ASM_BYTE_OP
200 #define TARGET_ASM_BYTE_OP "\t.word\t" macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/
Dia64.c237 #undef TARGET_ASM_BYTE_OP
238 #define TARGET_ASM_BYTE_OP "\tdata1\t" macro
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dia64.c293 #undef TARGET_ASM_BYTE_OP
294 #define TARGET_ASM_BYTE_OP "\tdata1\t" macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c147 #undef TARGET_ASM_BYTE_OP
148 #define TARGET_ASM_BYTE_OP "\tDCB\t" macro
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c209 #undef TARGET_ASM_BYTE_OP
210 #define TARGET_ASM_BYTE_OP "\tDCB\t" macro
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtm.texi6213 @deftypevr {Target Hook} {const char *} TARGET_ASM_BYTE_OP
6223 of integer object. The @code{TARGET_ASM_BYTE_OP} directive creates a
6242 @code{TARGET_ASM_BYTE_OP} family of strings, returning @code{false}
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi6638 @deftypevr {Target Hook} {const char *} TARGET_ASM_BYTE_OP
6648 of integer object. The @code{TARGET_ASM_BYTE_OP} directive creates a
6667 @code{TARGET_ASM_BYTE_OP} family of strings, returning @code{false}
Dgccint.info25013 -- Target Hook: const char * TARGET_ASM_BYTE_OP
25023 of integer object. The `TARGET_ASM_BYTE_OP' directive creates a
25042 `TARGET_ASM_BYTE_OP' family of strings, returning `false' when the
33833 * TARGET_ASM_BYTE_OP: Data Output. (line 7)