Searched refs:this_op (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | simplify-rtx.c | 1692 rtx this_op = ops[i].op; local 1694 enum rtx_code this_code = GET_CODE (this_op); 1700 && XEXP (this_op, 0) == virtual_stack_vars_rtx 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)) [all …]
|
| /openbsd/src/lib/libpcap/ |
| D | optimize.c | 110 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/src/gnu/gcc/gcc/ |
| D | simplify-rtx.c | 3237 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() 3272 ops[n_ops].op = XEXP (XEXP (this_op, 0), 1); in simplify_plus_minus() [all …]
|