Home
last modified time | relevance | path

Searched refs:asm_outputs (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.h110 struct expression_list *asm_outputs; member
H A Dinline.c449 stmt->asm_outputs = copy_asm_constraints(stmt->asm_outputs); in copy_one_statement()
H A Dsmatch_modification_hooks.c223 FOR_EACH_PTR(stmt->asm_outputs, expr) { in asm_expr()
H A Dsmatch_type_val.c581 FOR_EACH_PTR(stmt->asm_outputs, expr) { in asm_expr()
H A Ddissect.c485 do_asm_xputs(U_W_VAL, stmt->asm_outputs); in do_statement()
H A Dsmatch_flow.c1205 split_asm_constraints(stmt->asm_outputs); in __split_stmt()
H A Dsmatch_extra.c1326 FOR_EACH_PTR(stmt->asm_outputs, expr) { in asm_expr()
H A Dlinearize.c2134 FOR_EACH_PTR(stmt->asm_outputs, expr) { in linearize_asm_statement()
H A Dparse.c2146 token = parse_asm_operands(token, stmt, &stmt->asm_outputs); in parse_asm_statement()
H A Devaluate.c3530 FOR_EACH_PTR(stmt->asm_outputs, op) { in evaluate_asm_statement()