Lines Matching refs:left
30 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right);
920 return linearize_simple_address(ep, addr->left, ad);
1057 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right)
1062 use_pseudo(insn, left, &insn->src1);
1068 static pseudo_t add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *itype, pseudo_t left, pseudo_t right)
1070 pseudo_t target = add_binary_op(ep, ctype, op, left, right);
1453 struct expression *target = expr->left;
1575 src1 = linearize_expression_to_bool(ep, expr->left);
1596 src1 = linearize_expression(ep, expr->left);
1725 if (!ep->active || !expr->left || !expr->right)
1734 linearize_cond_branch(ep, expr->left, merge, other);
1737 linearize_cond_branch(ep, expr->left, other, merge);
1770 pseudo_t src1 = linearize_expression(ep, expr->left);
1818 linearize_cond_branch(ep, expr->left, bb_true, next);
1820 linearize_cond_branch(ep, expr->left, next, bb_false);
1921 linearize_expression(ep, expr->left);