Home
last modified time | relevance | path

Searched defs:asm_out (Results 1 – 6 of 6) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtarget.h52 struct asm_out struct
55 const char *open_paren, *close_paren;
58 const char *byte_op;
59 struct asm_int_op
65 } aligned_op, unaligned_op;
82 void (* visibility) (tree, int);
125 void (* destructor) (rtx, int);
148 void (*file_start) (void);
152 void (*file_end) (void);
156 void (*external_libcall) (rtx);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dtarget.h52 struct asm_out struct
55 const char *open_paren, *close_paren;
58 const char *byte_op;
59 struct asm_int_op
65 } aligned_op, unaligned_op;
82 void (* visibility) (tree, int);
125 void (* destructor) (rtx, int);
148 void (*file_start) (void);
152 void (*file_end) (void);
156 void (*external_libcall) (rtx);
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtarget.h58 struct asm_out struct
61 const char *open_paren, *close_paren;
64 const char *byte_op;
65 struct asm_int_op
71 } aligned_op, unaligned_op;
97 bool (* ttype) (rtx);
101 void (* visibility) (tree, int);
149 void (* destructor) (rtx, int);
172 void (*file_start) (void);
176 void (*file_end) (void);
[all …]
/dports/devel/radare2/radare2-5.1.1/binr/r2r/
H A Dr2r.h168 R2RAsmTestOutput *asm_out; // for test->type == R2R_TEST_TYPE_ASM member
/dports/lang/cparser/cparser-0.9.14/
H A Dmain.c1303 FILE *asm_out; in compilation_loop() local
1430 FILE *asm_out; in compilation_loop() local
/dports/devel/cgdb/cgdb-0.8.0/lib/tokenizer/
H A Dasmlexer.cpp369 FILE *asm_in = (FILE *) 0, *asm_out = (FILE *) 0; variable