Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c200 static struct storage *x86_expression(struct expression *expr);
1232 struct storage *left = x86_expression(expr->left); in emit_compare()
1233 struct storage *right = x86_expression(expr->right); in emit_compare()
1344 struct storage *left = x86_expression(expr->left); in emit_binop()
1345 struct storage *right = x86_expression(expr->right); in emit_binop()
1491 val = x86_expression(stmt->if_conditional); in emit_if_conditional()
1542 val = x86_expression(expr); in emit_return_stmt()
1562 cond = x86_expression(expr->conditional); in emit_conditional_expr()
1566 stot = x86_expression(expr->cond_true); in emit_conditional_expr()
1573 stof = x86_expression(expr->cond_false); in emit_conditional_expr()
[all …]