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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddojump.c511 tree exp0 = TREE_OPERAND (exp, 0);
516 while (CONVERT_EXPR_P (exp0)
517 && TREE_OPERAND (exp0, 0) != error_mark_node
518 && TYPE_PRECISION (TREE_TYPE (exp0))
519 <= TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp0, 0))))
520 exp0 = TREE_OPERAND (exp0, 0);
522 /* "exp0 ^ 1" inverts the sense of the single bit test. */
523 if (TREE_CODE (exp0) == BIT_XOR_EXPR
524 && integer_onep (TREE_OPERAND (exp0,
510 tree exp0 = TREE_OPERAND (exp, 0); local
[all...]
H A Dtree-ssa-operands.c1094 swap_ssa_operands (gimple *stmt, tree *exp0, tree *exp1) argument
1097 op0 = *exp0;
1110 if (USE_OP_PTR (ptr)->use == exp0)
1128 USE_OP_PTR (use1)->use = exp0;
1131 *exp0 = op1;
H A Dexpr.c7963 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
7968 if (operand_equal_p (exp0, exp1, 0))
7970 *op0 = expand_expr (exp0, target, VOIDmode, modifier);
7975 *op0 = expand_expr (exp0, target, VOIDmode, modifier);
7944 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddojump.cc511 tree exp0 = TREE_OPERAND (exp, 0);
516 while (CONVERT_EXPR_P (exp0)
517 && TREE_OPERAND (exp0, 0) != error_mark_node
518 && TYPE_PRECISION (TREE_TYPE (exp0))
519 <= TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp0, 0))))
520 exp0 = TREE_OPERAND (exp0, 0);
522 /* "exp0 ^ 1" inverts the sense of the single bit test. */
523 if (TREE_CODE (exp0) == BIT_XOR_EXPR
524 && integer_onep (TREE_OPERAND (exp0,
510 tree exp0 = TREE_OPERAND (exp, 0); local
[all...]
H A Dtree-ssa-operands.cc1158 swap_ssa_operands (gimple *stmt, tree *exp0, tree *exp1) argument
1161 op0 = *exp0;
1174 if (USE_OP_PTR (ptr)->use == exp0)
1192 USE_OP_PTR (use1)->use = exp0;
1195 *exp0 = op1;
H A Dexpr.cc8324 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
8329 if (operand_equal_p (exp0, exp1, 0))
8331 *op0 = expand_expr (exp0, target, VOIDmode, modifier);
8336 *op0 = expand_expr (exp0, target, VOIDmode, modifier);
8305 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
/netbsd-current/external/bsd/atf/dist/tools/
H A Dio_test.cpp419 std::ostringstream exp0, exp1; local
420 exp0 << "stdout " << i;
424 ATF_REQUIRE_EQ(exp0.str(), mux.lines0[i]);
/netbsd-current/bin/csh/
H A Dexp.c94 return (exp0(vp, 0));
98 exp0(Char ***vp, int ignore) function
104 etraci("exp0 p1", p1, vp);
110 p2 = exp0(vp, (ignore & IGNORE) || p1);
112 etraci("exp0 p2", p2, vp);
427 ccode = exp0(vp, ignore);
H A Dextern.h108 int exp0(Char ***, int);
H A Dfunc.c448 status = !exp0(&v, 1);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s12z.c1728 expressionS exp0;
1730 exp0.X_op = O_absent;
1740 if (!lex_imm (&imm, size > 1 ? &exp0 : NULL))
1755 emit_reloc (&exp0, f, size, size == 4 ? BFD_RELOC_32 : BFD_RELOC_S12Z_OPR);
1721 expressionS exp0; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s12z.c1728 expressionS exp0;
1730 exp0.X_op = O_absent;
1740 if (!lex_imm (&imm, size > 1 ? &exp0 : NULL))
1755 emit_reloc (&exp0, f, size, size == 4 ? BFD_RELOC_32 : BFD_RELOC_S12Z_OPR);
1721 expressionS exp0; local

Completed in 487 milliseconds