Searched refs:this_code (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c3248 enum rtx_code this_code = GET_CODE (this_op);
3250 switch (this_code)
3258 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
3240 enum rtx_code this_code = GET_CODE (this_op); local

Completed in 55 milliseconds