Searched refs:TARGET_SHORT (Results 1 – 6 of 6) sorted by relevance
91 #define TARGET_SHORT (target_flags & MASK_SHORT) macro319 #define PARM_BOUNDARY (TARGET_SHORT ? 16 : 32)353 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
150 #define PARM_BOUNDARY (TARGET_SHORT ? 16 : 32)164 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
138 #define TARGET_SHORT (target_flags & MASK_SHORT) macro329 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
5646 if (TARGET_SHORT)
238 #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
5476 fprintf (asm_out_file, "\t.mode %s\n", TARGET_SHORT ? "mshort" : "mlong"); in m68hc11_file_start()