Searched defs:asm_out (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | target.h | 50 struct asm_out struct 53 const char *open_paren, *close_paren; 56 const char *byte_op; 57 struct asm_int_op 63 } aligned_op, unaligned_op; 70 bool (* integer) PARAMS ((rtx x, unsigned int size, int aligned_p)); 73 void (* globalize_label) PARAMS ((FILE *, const char *)); 77 void (* visibility) PARAMS ((tree, int)); 80 void (* function_prologue) PARAMS ((FILE *, HOST_WIDE_INT)); 83 void (* function_end_prologue) PARAMS ((FILE *)); [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | target.h | 75 struct asm_out struct 78 const char *open_paren, *close_paren; 81 const char *byte_op; 82 struct asm_int_op 88 } aligned_op, unaligned_op; 95 bool (* integer) (rtx x, unsigned int size, int aligned_p); 98 void (* globalize_label) (FILE *, const char *); 105 void (* unwind_label) (FILE *, tree, int, int); 109 void (* except_table_label) (FILE *); 112 void (* unwind_emit) (FILE *, rtx); [all …]
|