Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h139 struct asm_operand { struct
140 struct ident *name;
141 struct expression *constraint;
142 struct expression *expr;
143 unsigned int is_assign:1;
144 unsigned int is_modify:1;
145 unsigned int is_earlyclobber:1;
146 unsigned int is_commutative:1;
147 unsigned int is_register:1;
148 unsigned int is_memory:1;