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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c105 int exp1, exp2; local
119 exp1 = EXP (fl1.l);
122 if (exp1 > exp2 + 25)
124 if (exp2 > exp1 + 25) {
138 if (exp1 > exp2)
140 mant2 >>= exp1 - exp2;
144 mant1 >>= exp2 - exp1;
145 exp1 = exp2;
163 exp1--;
170 exp1
681 int exp1, exp2; local
[all...]
H A Dexpr.c7214 tree exp1 = TREE_OPERAND (exp, 0);
7216 tree string = string_constant (exp1, &index);
7229 op0 = expand_expr (exp1, NULL_RTX, VOIDmode, EXPAND_SUM);
8268 tree exp1 = TREE_OPERAND (exp, 1);
8289 gen_int_mode (tree_low_cst (exp1, 0),
8290 TYPE_MODE (TREE_TYPE (exp1))));
9010 tree exp1;
9081 exp1 = TREE_OPERAND (exp, 3) = TREE_OPERAND (exp, 1);
9085 store_expr (exp1, target, modifier == EXPAND_STACK_PARM ? 2 : 0);
10150 tree exp1
7195 tree exp1 = TREE_OPERAND (exp, 0); local
8249 tree exp1 = TREE_OPERAND (exp, 1); local
8991 tree exp1; local
10126 tree exp1 = save_expr (TREE_OPERAND (exp, 1)); local
10166 tree exp1 = save_expr (TREE_OPERAND (exp, 1)); local
[all...]
/openbsd-current/usr.bin/rpcgen/
H A Drpc_util.c306 expected1(exp1)
307 tok_kind exp1;
310 toktostr(exp1));
318 expected2(exp1, exp2)
319 tok_kind exp1, exp2;
322 toktostr(exp1), toktostr(exp2));
330 expected3(exp1, exp2, exp3)
331 tok_kind exp1, exp2, exp3;
334 toktostr(exp1), toktostr(exp2), toktostr(exp3));
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c870 binary_numeric_promotion (t1, t2, exp1, exp2)
873 tree *exp1;
879 *exp1 = convert (double_type_node, *exp1);
887 *exp1 = convert (float_type_node, *exp1);
895 *exp1 = convert (long_type_node, *exp1);
902 *exp1 = convert (int_type_node, *exp1);
[all...]
H A Dcheck-init.c252 check_bool2_init (code, exp0, exp1, before, when_false, when_true)
253 enum tree_code code; tree exp0, exp1;
265 check_bool_init (exp1, before, when_false_1, when_true_1);
H A Djcf-write.c1175 tree exp0, exp1, type;
1269 exp1 = TREE_OPERAND (exp, 1);
1281 if (integer_zerop (exp1) || integer_zerop (exp0))
1283 generate_bytecode_insns (integer_zerop (exp0) ? exp1 : exp0,
1291 generate_bytecode_insns (exp1, STACK_TARGET, state);
1296 generate_bytecode_insns (exp1, STACK_TARGET, state);
1315 generate_bytecode_insns (exp1, STACK_TARGET, state);
1323 if (integer_zerop (exp1))
1344 generate_bytecode_insns (exp1, STACK_TARGET, state);
1349 generate_bytecode_insns (exp1, STACK_TARGE
1171 tree exp0, exp1, type; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dada-exp.y167 %type <voidval> exp exp1 simple_exp start variable
218 start : exp1
225 exp1 : exp
226 | exp1 ';' exp
275 simple_exp : '(' exp1 ')' { }
224 exp1 : exp label
H A Dobjc-exp.y157 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
232 start : exp1
243 exp1 : exp
244 | exp1 ',' exp
325 exp : exp '[' exp1 ']'
442 exp : '(' exp1 ')'
242 exp1 : exp label
H A Dp-exp.y166 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
242 exp1
253 exp1 : exp
254 | exp1 ',' exp
320 exp1 ']'
361 exp : '(' exp1 ')'
252 exp1 : exp label
H A Dc-exp.y152 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
231 start : exp1
242 exp1 : exp
243 | exp1 ',' exp
324 exp : exp '[' exp1 ']'
375 exp : '(' exp1 ')'
241 exp1 : exp label
H A Djv-exp.y205 start : exp1
358 exp1 : Expression
359 | exp1 ',' Expression
357 exp1 : Expression label
/openbsd-current/bin/csh/
H A Dexp.c60 static int exp1(Char ***, bool);
83 int p1 = exp1(vp, ignore);
96 exp1(Char ***vp, bool ignore) function
104 p2 = exp1(vp, (ignore & IGNORE) || !p1);
/openbsd-current/regress/usr.bin/sed/
H A Ddc.sed306 :exp1
308 t exp1
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-s390.c722 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2));
838 s390_exp_compare (exp1, exp2)
839 expressionS *exp1;
842 if (exp1->X_op != exp2->X_op)
845 switch (exp1->X_op)
849 return exp1->X_add_number == exp2->X_add_number;
859 return (exp1->X_add_symbol == exp2->X_add_symbol)
860 && (exp1->X_add_number == exp2->X_add_number);
881 return (exp1->X_add_symbol == exp2->X_add_symbol)
882 && (exp1
[all...]
H A Dtc-xtensa.c3451 expressionS *exp1;
3460 exp1 = &insn->tok[cond->op_num];
3461 if (!expr_is_const (exp1))
3466 if (get_expr_const (exp1) != cond->op_data)
3470 if (get_expr_const (exp1) == cond->op_data)
3479 exp1 = &insn->tok[cond->op_num];
3485 if (!expr_is_equal (exp1, exp2))
3489 if (expr_is_equal (exp1, exp2))
3445 expressionS *exp1; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-s390.c719 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2));
835 s390_exp_compare (exp1, exp2)
836 expressionS *exp1;
839 if (exp1->X_op != exp2->X_op)
842 switch (exp1->X_op)
846 return exp1->X_add_number == exp2->X_add_number;
856 return (exp1->X_add_symbol == exp2->X_add_symbol)
857 && (exp1->X_add_number == exp2->X_add_number);
878 return (exp1->X_add_symbol == exp2->X_add_symbol)
879 && (exp1
[all...]
H A Dtc-msp430.c533 expressionS exp1; local
635 exp1.X_op = O_constant;
636 exp1.X_add_number = abs_section_offset;
641 exp1.X_op = O_symbol;
642 exp1.X_add_symbol = symbol_temp_new_now ();
643 exp1.X_add_number = 0;
661 emit_expr (& exp1, 2);
H A Dtc-xtensa.c2788 expressionS *exp1;
2797 exp1 = &insn->tok[cond->op_num];
2798 if (expr_is_const (exp1))
2803 if (get_expr_const (exp1) != cond->op_data)
2807 if (get_expr_const (exp1) == cond->op_data)
2814 else if (expr_is_register (exp1))
2819 if (get_expr_register (exp1) != cond->op_data)
2823 if (get_expr_register (exp1) == cond->op_data)
2837 exp1 = &insn->tok[cond->op_num];
2843 if (!expr_is_equal (exp1, exp
2782 expressionS *exp1; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dpostreload-gcse.c310 Return nonzero if exp1 is equivalent to exp2. */
315 struct expr *exp1 = (struct expr *) exp1p;
317 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true);
319 gcc_assert (!equiv_p || exp1->hash == exp2->hash);
311 struct expr *exp1 = (struct expr *) exp1p; local
H A Dtree-ssa-operands.c2356 swap_tree_operands (tree stmt, tree *exp0, tree *exp1) argument
2360 op1 = *exp1;
2379 if (USE_OP_PTR (ptr)->use == exp1)
2397 *exp1 = op0;
H A Dc-parser.c3540 tree exp1, exp2;
3542 exp1 = c_parser_expr_no_commas (parser, NULL).value;
3546 label = do_case (exp1, NULL_TREE);
3553 label = do_case (exp1, exp2);
4407 struct c_expr cond, exp1, exp2, ret;
4419 exp1.value = save_expr (default_conversion (cond.value));
4420 cond.value = c_objc_common_truthvalue_conversion (exp1.value);
4429 exp1 = c_parser_expression_conv (parser);
4443 ret.value = build_conditional_expr (cond.value, exp1.value, exp2.value);
3538 tree exp1, exp2; local
4405 struct c_expr cond, exp1, exp2, ret; local
H A Dexpr.c6428 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
6431 if (! safe_from_p (target, exp1, 1))
6433 if (operand_equal_p (exp0, exp1, 0))
6441 temporary variable so that it can't be clobbered by exp1. */
6442 if (flag_evaluation_order && TREE_SIDE_EFFECTS (exp1))
6445 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier);
7176 tree exp1 = TREE_OPERAND (exp, 0);
7187 op0 = expand_expr (exp1, NULL_RTX, VOIDmode, EXPAND_SUM);
8059 tree exp1 = TREE_OPERAND (exp, 1);
8070 gen_int_mode (tree_low_cst (exp1,
6409 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
7156 tree exp1 = TREE_OPERAND (exp, 0); local
8039 tree exp1 = TREE_OPERAND (exp, 1); local
[all...]
H A Dfold-const.c12954 tree exp1 = TREE_OPERAND (exp, 0);
12959 string = string_constant (exp1, &index);
12975 string = exp1;
12919 tree exp1 = TREE_OPERAND (exp, 0); local

Completed in 440 milliseconds