Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmach-o-target.c25 #ifndef TARGET_STRING
26 #error TARGET_STRING must be defined
43 TARGET_STRING, /* Name. */
H A Dmach-o.c2194 #define TARGET_STRING "mach-o-be" macro
2201 #undef TARGET_STRING
2206 #define TARGET_STRING "mach-o-le" macro
2213 #undef TARGET_STRING
2218 #define TARGET_STRING "mach-o-fat" macro
2225 #undef TARGET_STRING
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o-target.c25 #ifndef TARGET_STRING
26 #error TARGET_STRING must be defined
43 TARGET_STRING, /* Name. */
H A Dmach-o.c1998 #define TARGET_STRING "mach-o-be" macro
2005 #undef TARGET_STRING
2010 #define TARGET_STRING "mach-o-le" macro
2017 #undef TARGET_STRING
2022 #define TARGET_STRING "mach-o-fat" macro
2029 #undef TARGET_STRING
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.md8716 if (TARGET_STRING)
8724 if (TARGET_STRING
8747 if (TARGET_STRING)
8755 if (TARGET_STRING
8812 "TARGET_STRING && !TARGET_POWERPC64"
8862 "TARGET_STRING && XVECLEN (operands[0], 0) == 8"
8884 "TARGET_STRING && XVECLEN (operands[0], 0) == 7"
8904 "TARGET_STRING && XVECLEN (operands[0], 0) == 6"
8922 "TARGET_STRING && XVECLEN (operands[0], 0) == 5"
8938 "TARGET_STRING && XVECLEN (operands[0], 0) == 4"
[all …]
H A Drs6000.c1296 if (TARGET_STRING) in rs6000_override_options()
9450 else if (TARGET_STRING in expand_block_move()
9464 else if (TARGET_STRING in expand_block_move()
9476 else if (TARGET_STRING in expand_block_move()
9495 else if (TARGET_STRING && bytes > 4 && !TARGET_POWERPC64) in expand_block_move()
9512 else if (TARGET_STRING && bytes > 1) in expand_block_move()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.md9224 "TARGET_STRING || TARGET_POWERPC64"
9236 "TARGET_STRING && TARGET_POWER && ! TARGET_POWERPC64
9289 "TARGET_STRING && ! TARGET_POWER && ! TARGET_POWERPC64
9377 "TARGET_STRING && !TARGET_POWERPC64"
9427 "TARGET_STRING && XVECLEN (operands[0], 0) == 8"
9449 "TARGET_STRING && XVECLEN (operands[0], 0) == 7"
9469 "TARGET_STRING && XVECLEN (operands[0], 0) == 6"
9487 "TARGET_STRING && XVECLEN (operands[0], 0) == 5"
9503 "TARGET_STRING && XVECLEN (operands[0], 0) == 4"
9517 "TARGET_STRING && XVECLEN (operands[0], 0) == 3"
[all …]
H A Drs6000.h204 #define TARGET_STRING (target_flags & MASK_STRING) macro
H A Drs6000.c533 int string = TARGET_STRING;
596 if (TARGET_STRING)
6171 if (TARGET_STRING) /* string instructions are available */
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.107378 * rs6000/rs6000.md (movti): Use TARGET_STRING, not TARGET_MULTIPLE.