#include <ast.h>
Data Fields | |
int | flags |
struct ctrump_source_string | inst_string |
int | num_input |
int | num_output |
int | num_clobber |
struct ctrump_asm_stmt_reg * | inputs |
struct ctrump_asm_stmt_reg * | outputs |
struct ctrump_asm_stmt_clobber * | clobbers |
Definition at line 1095 of file ast.h.
struct ctrump_source_string ctrump_asm_stmt::inst_string [read] |
struct ctrump_asm_stmt_reg* ctrump_asm_stmt::inputs [read] |
struct ctrump_asm_stmt_reg* ctrump_asm_stmt::outputs [read] |
struct ctrump_asm_stmt_clobber* ctrump_asm_stmt::clobbers [read] |