Searched refs:cval1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/csky/
H A Dcskyv2_ck860.s15 dcache.cval1 r31
H A Dcskyv2_ck860.d22 \s*[0-9a-f]*:\s*c2ff9420\s*dcache.cval1\s*r31
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c3992 twoval_comparison_p (tree arg, tree *cval1, tree *cval2)
4008 return twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2);
4011 return (twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2)
4012 && twoval_comparison_p (TREE_OPERAND (arg, 1), cval1, cval2));
4019 return (twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2)
4020 && twoval_comparison_p (TREE_OPERAND (arg, 1), cval1, cval2)
4021 && twoval_comparison_p (TREE_OPERAND (arg, 2), cval1, cval2));
4035 if (*cval1 == 0)
4036 *cval1 = TREE_OPERAND (arg, 0);
4037 else if (operand_equal_p (*cval1, TREE_OPERAN
3980 twoval_comparison_p(tree arg, tree *cval1, tree *cval2) argument
9745 tree cval1 = 0, cval2 = 0; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc4075 twoval_comparison_p (tree arg, tree *cval1, tree *cval2)
4091 return twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2);
4094 return (twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2)
4095 && twoval_comparison_p (TREE_OPERAND (arg, 1), cval1, cval2));
4102 return (twoval_comparison_p (TREE_OPERAND (arg, 0), cval1, cval2)
4103 && twoval_comparison_p (TREE_OPERAND (arg, 1), cval1, cval2)
4104 && twoval_comparison_p (TREE_OPERAND (arg, 2), cval1, cval2));
4118 if (*cval1 == 0)
4119 *cval1 = TREE_OPERAND (arg, 0);
4120 else if (operand_equal_p (*cval1, TREE_OPERAN
[all...]

Completed in 219 milliseconds