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

/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dgen-mul-tables.cc1369 char opnd0[10]; local
1371 snprintf (opnd0, sizeof opnd0, "r%d", e->m_lhs);
1373 snprintf (opnd0, sizeof opnd0, "zero");
1376 buf, op->m_name, j, opnd0,
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c101 struct { enum tree_code op; tree opnd0, opnd1; } binary; member in struct:hashable_expr::__anon214::__anon217
102 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member in struct:hashable_expr::__anon214::__anon218
315 expr->ops.binary.opnd0 = gimple_assign_rhs1 (stmt);
322 expr->ops.ternary.opnd0 = gimple_assign_rhs1 (stmt);
335 expr->ops.binary.opnd0 = gimple_cond_lhs (stmt);
407 expr->ops.binary.opnd0 = TREE_OPERAND (cond, 0);
486 if (operand_equal_p (expr0->ops.binary.opnd0,
487 expr1->ops.binary.opnd0, 0)
494 && operand_equal_p (expr0->ops.binary.opnd0,
497 expr1->ops.binary.opnd0,
[all...]

Completed in 45 milliseconds