Home
last modified time | relevance | path

Searched refs:opnd2 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/bin/test/
H A Dtest.c327 const char *opnd1, *op, *opnd2; in binop() local
337 return strcmp(opnd1, opnd2) == 0; in binop()
339 return strcmp(opnd1, opnd2) != 0; in binop()
341 return strcmp(opnd1, opnd2) < 0; in binop()
343 return strcmp(opnd1, opnd2) > 0; in binop()
345 return intcmp(opnd1, opnd2) == 0; in binop()
351 return intcmp(opnd1, opnd2) > 0; in binop()
355 return intcmp(opnd1, opnd2) < 0; in binop()
357 return newerf (opnd1, opnd2); in binop()
359 return olderf (opnd1, opnd2); in binop()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-scopedtables.c438 inchash::add_expr (expr->ops.ternary.opnd2, hstate); in add_hashable_expr()
622 || !operand_equal_p (expr0->ops.ternary.opnd2, in hashable_expr_equal_p()
623 expr1->ops.ternary.opnd2, 0)) in hashable_expr_equal_p()
739 expr->ops.ternary.opnd2 = gimple_assign_rhs3 (stmt); in expr_hash_elt()
897 print_generic_expr (stream, m_expr.ops.ternary.opnd2); in print()
H A Dtree-ssa-scopedtables.h44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-dom.c67 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
239 expr->ops.ternary.opnd2 = gimple_assign_rhs3 (stmt); in initialize_hash_element()
416 || !operand_equal_p (expr0->ops.ternary.opnd2, in hashable_expr_equal_p()
417 expr1->ops.ternary.opnd2, 0)) in hashable_expr_equal_p()
528 val = iterative_hash_expr (expr->ops.ternary.opnd2, val); in iterative_hash_hashable_expr()
604 print_generic_expr (stream, element->expr.ops.ternary.opnd2, 0); in print_expr_hash_elt()