Home
last modified time | relevance | path

Searched refs:TARGET_ASM_UNALIGNED_SI_OP (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarget-def.h40 #define TARGET_ASM_UNALIGNED_SI_OP "\t.4byte\t" macro
45 #define TARGET_ASM_UNALIGNED_SI_OP NULL macro
111 TARGET_ASM_UNALIGNED_SI_OP, \
Dtarget.def56 @deftypevrx {Target Hook} {const char *} TARGET_ASM_UNALIGNED_SI_OP\n\
DChangeLog-20011194 TARGET_ASM_UNALIGNED_HI_OP, TARGET_ASM_UNALIGNED_SI_OP,
DChangeLog-20094624 (TARGET_ASM_UNALIGNED_SI_OP): Likewise.
DChangeLog-20035278 (TARGET_ASM_UNALIGNED_SI_OP): Likewise.
DChangeLog-200510232 (TARGET_ASM_UNALIGNED_SI_OP): Add.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore.cc176 #undef TARGET_ASM_UNALIGNED_SI_OP
177 #define TARGET_ASM_UNALIGNED_SI_OP "\t.long\t" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dcris.cc191 #undef TARGET_ASM_UNALIGNED_SI_OP
192 #define TARGET_ASM_UNALIGNED_SI_OP TARGET_ASM_ALIGNED_SI_OP macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.cc227 #undef TARGET_ASM_UNALIGNED_SI_OP
228 #define TARGET_ASM_UNALIGNED_SI_OP TARGET_ASM_ALIGNED_SI_OP macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc257 #undef TARGET_ASM_UNALIGNED_SI_OP
258 #define TARGET_ASM_UNALIGNED_SI_OP TARGET_ASM_ALIGNED_SI_OP macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc9944 #undef TARGET_ASM_UNALIGNED_SI_OP
9945 #define TARGET_ASM_UNALIGNED_SI_OP "\t.align 0\n\t.long\t" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc402 #undef TARGET_ASM_UNALIGNED_SI_OP
403 #define TARGET_ASM_UNALIGNED_SI_OP "\tdata4.ua\t" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc1305 #undef TARGET_ASM_UNALIGNED_SI_OP
1306 #define TARGET_ASM_UNALIGNED_SI_OP "\t.vbyte\t4," macro
1313 #undef TARGET_ASM_UNALIGNED_SI_OP
1314 #define TARGET_ASM_UNALIGNED_SI_OP "\t.long\t" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc361 #undef TARGET_ASM_UNALIGNED_SI_OP
362 #define TARGET_ASM_UNALIGNED_SI_OP "\t.ualong\t" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc15046 #undef TARGET_ASM_UNALIGNED_SI_OP
15047 #define TARGET_ASM_UNALIGNED_SI_OP "\t.long\t" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc741 #undef TARGET_ASM_UNALIGNED_SI_OP
742 #define TARGET_ASM_UNALIGNED_SI_OP "\t.uaword\t" macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc24402 #undef TARGET_ASM_UNALIGNED_SI_OP
24403 #define TARGET_ASM_UNALIGNED_SI_OP TARGET_ASM_ALIGNED_SI_OP macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi8215 @deftypevrx {Target Hook} {const char *} TARGET_ASM_UNALIGNED_SI_OP
Dgccint.info40093 -- Target Hook: const char * TARGET_ASM_UNALIGNED_SI_OP
57224 * TARGET_ASM_UNALIGNED_SI_OP: Data Output. (line 16)