Home
last modified time | relevance | path

Searched refs:TARGET_SHORT (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dm68k.h91 #define TARGET_SHORT (target_flags & MASK_SHORT) macro
319 #define PARM_BOUNDARY (TARGET_SHORT ? 16 : 32)
353 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dm68k.h150 #define PARM_BOUNDARY (TARGET_SHORT ? 16 : 32)
164 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/
Dm68hc11.h138 #define TARGET_SHORT (target_flags & MASK_SHORT) macro
329 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
Dm68hc11.c5646 if (TARGET_SHORT)
/openbsd/src/gnu/gcc/gcc/config/m68hc11/
Dm68hc11.h238 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
Dm68hc11.c5476 fprintf (asm_out_file, "\t.mode %s\n", TARGET_SHORT ? "mshort" : "mlong"); in m68hc11_file_start()