/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | floatlib.c | 105 int exp1, exp2; in __addsf3() local 119 exp1 = EXP (fl1.l); in __addsf3() 138 if (exp1 > exp2) in __addsf3() 145 exp1 = exp2; in __addsf3() 163 exp1--; in __addsf3() 170 exp1++; in __addsf3() 180 exp1++; in __addsf3() 718 exp1 = exp2; in __adddf3() 733 exp1--; in __adddf3() 739 exp1++; in __adddf3() [all …]
|
H A D | cpptrad.c | 1185 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; local 1190 struct block *b1 = (struct block *) exp1; 1205 exp1 += BLOCK_LEN (b1->text_len);
|
H A D | expr.c | 7195 tree exp1 = TREE_OPERAND (exp, 0); local 7197 tree string = string_constant (exp1, &index); 8249 tree exp1 = TREE_OPERAND (exp, 1); local 8270 gen_int_mode (tree_low_cst (exp1, 0), 8271 TYPE_MODE (TREE_TYPE (exp1)))); 8991 tree exp1; local 10126 tree exp1 = save_expr (TREE_OPERAND (exp, 1)); local 10136 exp1)))), 10143 exp1)))))), 10176 exp1)))), [all …]
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_util.c | 306 expected1(exp1) in expected1() argument 307 tok_kind exp1; in expected1() 310 toktostr(exp1)); 318 expected2(exp1, exp2) in expected2() argument 319 tok_kind exp1, exp2; in expected2() 322 toktostr(exp1), toktostr(exp2)); 330 expected3(exp1, exp2, exp3) in expected3() argument 331 tok_kind exp1, exp2, exp3; in expected3() 334 toktostr(exp1), toktostr(exp2), toktostr(exp3));
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | typeck.c | 870 binary_numeric_promotion (t1, t2, exp1, exp2) in binary_numeric_promotion() argument 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);
|
H A D | check-init.c | 252 check_bool2_init (code, exp0, exp1, before, when_false, when_true) in check_bool2_init() argument 253 enum tree_code code; tree exp0, exp1; in check_bool2_init() 265 check_bool_init (exp1, before, when_false_1, when_true_1);
|
H A D | jcf-write.c | 1171 tree exp0, exp1, type; local 1265 exp1 = TREE_OPERAND (exp, 1); 1277 if (integer_zerop (exp1) || integer_zerop (exp0)) 1279 generate_bytecode_insns (integer_zerop (exp0) ? exp1 : exp0, 1287 generate_bytecode_insns (exp1, STACK_TARGET, state); 1292 generate_bytecode_insns (exp1, STACK_TARGET, state); 1311 generate_bytecode_insns (exp1, STACK_TARGET, state); 1319 if (integer_zerop (exp1)) 1340 generate_bytecode_insns (exp1, STACK_TARGET, state); 1345 generate_bytecode_insns (exp1, STACK_TARGET, state);
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-s390.c | 722 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2)); 838 s390_exp_compare (exp1, exp2) in s390_exp_compare() argument 839 expressionS *exp1; in s390_exp_compare() 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->X_op_symbol == exp2->X_op_symbol) [all …]
|
H A D | tc-xtensa.c | 3445 expressionS *exp1; local 3454 exp1 = &insn->tok[cond->op_num]; 3455 if (!expr_is_const (exp1)) 3460 if (get_expr_const (exp1) != cond->op_data) 3464 if (get_expr_const (exp1) == cond->op_data) 3473 exp1 = &insn->tok[cond->op_num]; 3479 if (!expr_is_equal (exp1, exp2)) 3483 if (expr_is_equal (exp1, exp2))
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-s390.c | 719 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2)); 835 s390_exp_compare (exp1, exp2) in s390_exp_compare() argument 836 expressionS *exp1; in s390_exp_compare() 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->X_op_symbol == exp2->X_op_symbol) [all …]
|
H A D | tc-msp430.c | 533 expressionS exp1; in msp430_profiler() local 635 exp1.X_op = O_constant; in msp430_profiler() 636 exp1.X_add_number = abs_section_offset; in msp430_profiler() 641 exp1.X_op = O_symbol; in msp430_profiler() 642 exp1.X_add_symbol = symbol_temp_new_now (); in msp430_profiler() 643 exp1.X_add_number = 0; in msp430_profiler() 661 emit_expr (& exp1, 2); in msp430_profiler()
|
H A D | tc-xtensa.c | 2782 expressionS *exp1; in xg_instruction_matches_rule() local 2791 exp1 = &insn->tok[cond->op_num]; in xg_instruction_matches_rule() 2792 if (expr_is_const (exp1)) in xg_instruction_matches_rule() 2797 if (get_expr_const (exp1) != cond->op_data) in xg_instruction_matches_rule() 2801 if (get_expr_const (exp1) == cond->op_data) in xg_instruction_matches_rule() 2808 else if (expr_is_register (exp1)) in xg_instruction_matches_rule() 2813 if (get_expr_register (exp1) != cond->op_data) in xg_instruction_matches_rule() 2817 if (get_expr_register (exp1) == cond->op_data) in xg_instruction_matches_rule() 2831 exp1 = &insn->tok[cond->op_num]; in xg_instruction_matches_rule() 2837 if (!expr_is_equal (exp1, exp2)) in xg_instruction_matches_rule() [all …]
|
/openbsd/bin/csh/ |
H A D | exp.c | 60 static int exp1(Char ***, bool); 83 int p1 = exp1(vp, ignore); in exp0() 96 exp1(Char ***vp, bool ignore) in exp1() function 104 p2 = exp1(vp, (ignore & IGNORE) || !p1); in exp1()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-exp.y | 167 %type <voidval> exp exp1 simple_exp start variable 217 start : exp1 224 exp1 : exp 225 | exp1 ';' exp 274 simple_exp : '(' exp1 ')' { }
|
H A D | p-exp.y | 166 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name 241 exp1 252 exp1 : exp 253 | exp1 ',' exp 319 exp1 ']' 360 exp : '(' exp1 ')'
|
H A D | objc-exp.y | 157 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly 231 start : exp1 242 exp1 : exp 243 | exp1 ',' exp 324 exp : exp '[' exp1 ']' 441 exp : '(' exp1 ')'
|
H A D | c-exp.y | 152 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly 230 start : exp1 241 exp1 : exp 242 | exp1 ',' exp 323 exp : exp '[' exp1 ']' 374 exp : '(' exp1 ')'
|
H A D | jv-exp.y | 204 start : exp1 357 exp1 : Expression 358 | exp1 ',' Expression
|
/openbsd/regress/usr.bin/sed/ |
H A D | dc.sed | 306 :exp1 308 t exp1
|
/openbsd/gnu/gcc/gcc/ |
H A D | postreload-gcse.c | 311 struct expr *exp1 = (struct expr *) exp1p; in expr_equiv_p() local 313 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true); in expr_equiv_p() 315 gcc_assert (!equiv_p || exp1->hash == exp2->hash); in expr_equiv_p()
|
H A D | tree-ssa-operands.c | 2356 swap_tree_operands (tree stmt, tree *exp0, tree *exp1) in swap_tree_operands() argument 2360 op1 = *exp1; in swap_tree_operands() 2379 if (USE_OP_PTR (ptr)->use == exp1) in swap_tree_operands() 2397 *exp1 = op0; in swap_tree_operands()
|
H A D | c-parser.c | 3538 tree exp1, exp2; in c_parser_label() local 3540 exp1 = c_parser_expr_no_commas (parser, NULL).value; in c_parser_label() 3544 label = do_case (exp1, NULL_TREE); in c_parser_label() 3551 label = do_case (exp1, exp2); in c_parser_label() 4405 struct c_expr cond, exp1, exp2, ret; in c_parser_conditional_expression() local 4417 exp1.value = save_expr (default_conversion (cond.value)); in c_parser_conditional_expression() 4418 cond.value = c_objc_common_truthvalue_conversion (exp1.value); in c_parser_conditional_expression() 4427 exp1 = c_parser_expression_conv (parser); in c_parser_conditional_expression() 4441 ret.value = build_conditional_expr (cond.value, exp1.value, exp2.value); in c_parser_conditional_expression()
|
H A D | expr.c | 6409 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, in expand_operands() argument 6412 if (! safe_from_p (target, exp1, 1)) in expand_operands() 6414 if (operand_equal_p (exp0, exp1, 0)) in expand_operands() 6423 if (flag_evaluation_order && TREE_SIDE_EFFECTS (exp1)) in expand_operands() 6426 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier); in expand_operands() 7156 tree exp1 = TREE_OPERAND (exp, 0); in expand_expr_real_1() local 7167 op0 = expand_expr (exp1, NULL_RTX, VOIDmode, EXPAND_SUM); in expand_expr_real_1() 8039 tree exp1 = TREE_OPERAND (exp, 1); in expand_expr_real_1() local 8050 gen_int_mode (tree_low_cst (exp1, 0), in expand_expr_real_1() 8051 TYPE_MODE (TREE_TYPE (exp1))))); in expand_expr_real_1()
|
/openbsd/gnu/gcc/libcpp/ |
H A D | traditional.c | 1080 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() local 1085 struct block *b1 = (struct block *) exp1; in _cpp_expansions_different_trad() 1100 exp1 += BLOCK_LEN (b1->text_len); in _cpp_expansions_different_trad()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | TestSuiteGuide.md | 289 % test-suite/utils/compare.py base0.json base1.json base2.json vs exp0.json exp1.json exp2.json
|