HomeSort by: relevance | last modified time | path
    Searched refs:subexp (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-stap-wrong-subexp.exp 18 standard_testfile amd64-stap-wrong-subexp.S
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-stap-wrong-subexp.exp 18 standard_testfile amd64-stap-wrong-subexp.S
  /src/tests/lib/libc/regex/
t_regex.sh 67 create_tc subexp "Checks subexpressions"
Makefile 45 FILES+= data/subexp.in
  /src/external/gpl3/gcc/dist/gcc/
genpreds.cc 377 rtx subexp = *pos; local
379 switch (GET_CODE (subexp))
386 if (generate_switch_p (XEXP (subexp, 0)))
387 pos = &XEXP (subexp, 1);
392 int test0 = NO_MODE_TEST (XEXP (subexp, 0));
393 int test1 = NO_MODE_TEST (XEXP (subexp, 1));
399 pos = test0 ? &XEXP (subexp, 0) : &XEXP (subexp, 1);
405 int test0 = NO_MODE_TEST (XEXP (subexp, 0));
406 int test1 = NO_MODE_TEST (XEXP (subexp, 1))
    [all...]
cse.cc 1673 rtx subexp = get_related_value (x);
1677 if (subexp != 0)
1680 subhash = SAFE_HASH (subexp, mode);
1681 subelt = lookup (subexp, subhash, mode);
1683 subelt = insert (subexp, NULL, subhash, mode);
2155 rtx subexp = get_related_value (x);
2156 if (subexp != 0)
2157 relt = lookup (subexp,
2158 SAFE_HASH (subexp, GET_MODE (subexp)),
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genpreds.cc 377 rtx subexp = *pos; local
379 switch (GET_CODE (subexp))
386 if (generate_switch_p (XEXP (subexp, 0)))
387 pos = &XEXP (subexp, 1);
392 int test0 = NO_MODE_TEST (XEXP (subexp, 0));
393 int test1 = NO_MODE_TEST (XEXP (subexp, 1));
399 pos = test0 ? &XEXP (subexp, 0) : &XEXP (subexp, 1);
405 int test0 = NO_MODE_TEST (XEXP (subexp, 0));
406 int test1 = NO_MODE_TEST (XEXP (subexp, 1))
    [all...]
cse.cc 1666 rtx subexp = get_related_value (x);
1670 if (subexp != 0)
1673 subhash = SAFE_HASH (subexp, mode);
1674 subelt = lookup (subexp, subhash, mode);
1676 subelt = insert (subexp, NULL, subhash, mode);
2148 rtx subexp = get_related_value (x);
2149 if (subexp != 0)
2150 relt = lookup (subexp,
2151 SAFE_HASH (subexp, GET_MODE (subexp)),
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-tilegx.c 507 expressionS subexp; local
761 memset (&subexp, 0, sizeof subexp);
762 subexp.X_op = O_symbol;
763 subexp.X_add_symbol = operand_exp->X_add_symbol;
764 operand_exp = &subexp;
1374 expressionS subexp; local
1421 memset (&subexp, 0, sizeof subexp);
1422 subexp.X_op = O_symbol
    [all...]
tc-tilepro.c 430 expressionS subexp; local
649 memset (&subexp, 0, sizeof subexp);
650 subexp.X_op = O_symbol;
651 subexp.X_add_symbol = operand_exp->X_add_symbol;
652 operand_exp = &subexp;
1250 expressionS subexp; local
1284 memset (&subexp, 0, sizeof subexp);
1285 subexp.X_op = O_symbol
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tilegx.c 507 expressionS subexp; local
761 memset (&subexp, 0, sizeof subexp);
762 subexp.X_op = O_symbol;
763 subexp.X_add_symbol = operand_exp->X_add_symbol;
764 operand_exp = &subexp;
1374 expressionS subexp; local
1421 memset (&subexp, 0, sizeof subexp);
1422 subexp.X_op = O_symbol
    [all...]
tc-tilepro.c 430 expressionS subexp; local
649 memset (&subexp, 0, sizeof subexp);
650 subexp.X_op = O_symbol;
651 subexp.X_add_symbol = operand_exp->X_add_symbol;
652 operand_exp = &subexp;
1250 expressionS subexp; local
1284 memset (&subexp, 0, sizeof subexp);
1285 subexp.X_op = O_symbol
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
f-lang.c 72 expr::operation *subexp,
1936 expr::operation *subexp,
1941 return subexp->evaluate_with_coercion (exp, noside);
1963 = dynamic_cast<expr::unop_addr_operation *> (subexp);
1966 subexp = addrop->get_expression ().get ();
1971 struct value *arg_val = subexp->evaluate_with_coercion (exp, noside);
  /src/external/gpl3/gdb.old/dist/gdb/
f-lang.c 72 expr::operation *subexp,
1925 expr::operation *subexp,
1930 return subexp->evaluate_with_coercion (exp, noside);
1952 = dynamic_cast<expr::unop_addr_operation *> (subexp);
1955 subexp = addrop->get_expression ().get ();
1960 struct value *arg_val = subexp->evaluate_with_coercion (exp, noside);
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 335 subexp => 'undefined',
519 my $subexp;
865 $subexp = $g_arch_specific_settings{"subexp"};
6022 my $subexp = $g_arch_specific_settings{"subexp"};
15596 # $subexp='(\[\s*)(0x[0-9a-f]+)';
15604 $g_arch_specific_settings{"subexp"} = '(\[\s*)(0x[0-9a-f]+)';
15616 # $subexp='(\s*)(0x[0-9a-f]+)\s*$';
15623 $g_arch_specific_settings{subexp} = '(\s*)(0x[0-9a-f]+)\s*$'
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 335 subexp => 'undefined',
519 my $subexp;
865 $subexp = $g_arch_specific_settings{"subexp"};
6022 my $subexp = $g_arch_specific_settings{"subexp"};
15596 # $subexp='(\[\s*)(0x[0-9a-f]+)';
15604 $g_arch_specific_settings{"subexp"} = '(\[\s*)(0x[0-9a-f]+)';
15616 # $subexp='(\s*)(0x[0-9a-f]+)\s*$';
15623 $g_arch_specific_settings{subexp} = '(\s*)(0x[0-9a-f]+)\s*$'
    [all...]

Completed in 104 milliseconds