HomeSort by: relevance | last modified time | path
    Searched defs:MOTOROLA (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/
tm.h 23 #ifndef MOTOROLA
24 # define MOTOROLA 1
  /src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/
tm.h 23 #ifndef MOTOROLA
24 # define MOTOROLA 1
  /src/external/gpl3/gcc.old/usr.bin/gcc/arch/m68000/
tm.h 20 #ifndef MOTOROLA
21 # define MOTOROLA 1
  /src/external/gpl3/gcc.old/usr.bin/gcc/arch/m68k/
tm.h 20 #ifndef MOTOROLA
21 # define MOTOROLA 1
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.h 1 /* Definitions of target machine for GCC for Motorola 680x0/ColdFire.
20 /* We need to have MOTOROLA always defined (either 0 or 1) because we use
22 for both the MOTOROLA and MIT code paths. We do rely on the host compiler
24 #if MOTOROLA /* Use the Motorola assembly syntax. */
26 # define MOTOROLA 0 /* Use the MIT assembly syntax. */
801 asm_fprintf (FILE, (MOTOROLA \
807 asm_fprintf (FILE, (MOTOROLA \
854 '.' for dot needed in Motorola-style opcode names.
861 '#' for an immediate operand prefix (# in MIT and Motorola synta
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.h 1 /* Definitions of target machine for GCC for Motorola 680x0/ColdFire.
20 /* We need to have MOTOROLA always defined (either 0 or 1) because we use
22 for both the MOTOROLA and MIT code paths. We do rely on the host compiler
24 #if MOTOROLA /* Use the Motorola assembly syntax. */
26 # define MOTOROLA 0 /* Use the MIT assembly syntax. */
801 asm_fprintf (FILE, (MOTOROLA \
807 asm_fprintf (FILE, (MOTOROLA \
851 '.' for dot needed in Motorola-style opcode names.
858 '#' for an immediate operand prefix (# in MIT and Motorola synta
    [all...]

Completed in 31 milliseconds