HomeSort by: relevance | last modified time | path
    Searched defs:test_expr (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
integer-expressions.c 22 static struct test_expr { struct
  /src/tests/bin/expr/
t_expr.sh 30 # usage: test_expr operand ... result|error
31 test_expr() { function
71 test_expr 4611686018427387904 + 4611686018427387903 \
73 test_expr 4611686018427387904 + 4611686018427387904 \
75 test_expr 4611686018427387904 - -4611686018427387904 \
77 test_expr -4611686018427387904 - 4611686018427387903 \
79 test_expr -4611686018427387904 - 4611686018427387905 \
81 test_expr -4611686018427387904 \* 1 '-4611686018427387904'
82 test_expr -4611686018427387904 \* -1 '4611686018427387904'
83 test_expr -4611686018427387904 \* 2 '-9223372036854775808
    [all...]
  /src/external/bsd/byacc/dist/test/
expr.oxout.h 83 #define yycheck test_expr.test_yycheck
84 #define yydefred test_expr.test_yydefred
85 #define yydgoto test_expr.test_yydgoto
86 #define yygindex test_expr.test_yygindex
87 #define yylen test_expr.test_yylen
88 #define yylhs test_expr.test_yylhs
89 #define yyrindex test_expr.test_yyrindex
90 #define yysindex test_expr.test_yysindex
91 #define yytable test_expr.test_yytable
92 } test_expr; variable in typeref:struct:__anon6483
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc 477 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */
512 test_expr = cond_exec_get_condition (BB_END (test_bb));
513 if (! test_expr)
584 && modified_in_p (test_expr, insn))
607 /* Map test_expr/test_jump into the appropriate MD tests to use on
610 true_expr = test_expr;
475 rtx test_expr; \/* expression in IF_THEN_ELSE that is tested *\/ local
  /src/external/gpl3/gcc/dist/gcc/
ifcvt.cc 477 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */
512 test_expr = cond_exec_get_condition (BB_END (test_bb));
513 if (! test_expr)
584 && modified_in_p (test_expr, insn))
607 /* Map test_expr/test_jump into the appropriate MD tests to use on
610 true_expr = test_expr;
475 rtx test_expr; \/* expression in IF_THEN_ELSE that is tested *\/ local
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 5578 rtx test_expr;
5636 test_expr = true_expr;
5644 test_expr = false_expr;
5656 cc = XEXP (test_expr, 0);
5657 compare = gen_rtx_fmt_ee (GET_CODE (test_expr), CC_CCRmode, cc, const0_rtx);
5524 rtx test_expr; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 5576 rtx test_expr;
5634 test_expr = true_expr;
5642 test_expr = false_expr;
5654 cc = XEXP (test_expr, 0);
5655 compare = gen_rtx_fmt_ee (GET_CODE (test_expr), CC_CCRmode, cc, const0_rtx);
5522 rtx test_expr; local

Completed in 66 milliseconds