Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c1557 struct storage *cond, *stot = NULL, *stof = NULL; in emit_conditional_expr() local
1573 stof = x86_expression(expr->cond_false); in emit_conditional_expr()
1575 emit_copy(new, stof, expr->ctype); in emit_conditional_expr()
1587 struct storage *stof = x86_expression(expr->cond_false); in emit_select_expr() local
1594 reg_false = get_reg_value(stof, get_regclass(expr)); in emit_select_expr()