Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c1692 rtx this_op = ops[i].op; local
1701 && GET_CODE (XEXP (this_op, 1)) == CONST_INT)
1702 fp_offset = INTVAL (XEXP (this_op, 1));
1707 ops[n_ops].op = XEXP (this_op, 1);
1711 ops[i].op = XEXP (this_op, 0);
1717 ops[i].op = XEXP (this_op, 0);
1724 && GET_CODE (XEXP (this_op, 0)) == PLUS
1725 && CONSTANT_P (XEXP (XEXP (this_op, 0), 0))
1728 ops[i].op = XEXP (XEXP (this_op, 0), 0);
1743 ops[i].op = XEXP (this_op, 0);
[all …]
/openbsd/lib/libpcap/
H A Doptimize.c110 static __inline struct slist *this_op(struct slist *);
618 this_op(struct slist *s) in this_op() function
647 s = this_op(s); in opt_peep()
650 next = this_op(s->next); in opt_peep()
694 add = this_op(next->next); in opt_peep()
698 tax = this_op(add->next); in opt_peep()
702 ild = this_op(tax->next); in opt_peep()
/openbsd/gnu/gcc/gcc/
H A Dsimplify-rtx.c3237 rtx this_op = ops[i].op; in simplify_plus_minus() local
3239 enum rtx_code this_code = GET_CODE (this_op); in simplify_plus_minus()
3248 ops[n_ops].op = XEXP (this_op, 1); in simplify_plus_minus()
3252 ops[i].op = XEXP (this_op, 0); in simplify_plus_minus()
3259 ops[i].op = XEXP (this_op, 0); in simplify_plus_minus()
3267 && GET_CODE (XEXP (this_op, 0)) == PLUS in simplify_plus_minus()
3268 && CONSTANT_P (XEXP (XEXP (this_op, 0), 0)) in simplify_plus_minus()
3269 && CONSTANT_P (XEXP (XEXP (this_op, 0), 1))) in simplify_plus_minus()
3271 ops[i].op = XEXP (XEXP (this_op, 0), 0); in simplify_plus_minus()
3286 ops[i].op = XEXP (this_op, 0); in simplify_plus_minus()
[all …]