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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr55116-2.c38 enum rtx_code this_code = ((enum rtx_code) (this_op)->code); local
39 switch (this_code)
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c9607 gfc_code *this_code; local
9609 this_code = gfc_get_code (op);
9610 this_code->next = NULL;
9611 this_code->expr1 = gfc_copy_expr (expr1);
9612 this_code->expr2 = gfc_copy_expr (expr2);
9613 this_code->loc = loc;
9616 add_comp_ref (this_code->expr1, comp1);
9617 add_comp_ref (this_code->expr2, comp2);
9620 return this_code;
9704 add_code_to_chain (gfc_code **this_code, gfc_cod argument
9803 gfc_code *this_code = NULL, *head = NULL, *tail = NULL; local
10051 gfc_code *this_code; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dipa-inline-analysis.c1827 enum tree_code this_code = (e->flags & EDGE_TRUE_VALUE local
1832 if (this_code != ERROR_MARK)
1835 this_code,
H A Dsimplify-rtx.c4142 enum rtx_code this_code = GET_CODE (this_op);
4144 switch (this_code)
4152 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
4132 enum rtx_code this_code = GET_CODE (this_op); local
H A Doptabs.c5465 enum rtx_code this_code;
5480 this_code = satp ? UNSIGNED_SAT_FRACT : UNSIGNED_FRACT_CONVERT;
5485 this_code = satp ? SAT_FRACT : FRACT_CONVERT;
5490 emit_unop_insn (code, to, from, this_code);
5440 enum rtx_code this_code; local

Completed in 209 milliseconds