| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | xtensa-relax.c | 151 CmpOp cmpop; member 1264 precond->cmpop = OP_EQUAL; in parse_precond() 1282 precond->cmpop = OP_EQUAL; in parse_precond() 1284 precond->cmpop = OP_NOTEQUAL; in parse_precond() 1725 append_value_condition (tr, precond->cmpop, in build_transition() 1728 append_constant_value_condition (tr, precond->cmpop, in build_transition() 1731 append_constant_value_condition (tr, precond->cmpop, in build_transition()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | xtensa-relax.c | 155 CmpOp cmpop; member 1268 precond->cmpop = OP_EQUAL; in parse_precond() 1286 precond->cmpop = OP_EQUAL; in parse_precond() 1288 precond->cmpop = OP_NOTEQUAL; in parse_precond() 1729 append_value_condition (tr, precond->cmpop, in build_transition() 1732 append_constant_value_condition (tr, precond->cmpop, in build_transition() 1735 append_constant_value_condition (tr, precond->cmpop, in build_transition()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-dump.c | 461 hsa_cmpop_name (BrigCompareOperation8_t cmpop) in hsa_cmpop_name() argument 463 switch (cmpop) in hsa_cmpop_name()
|
| H A D | fold-const.c | 6107 merge_truthop_with_opposite_arm (location_t loc, tree op, tree cmpop, in merge_truthop_with_opposite_arm() argument 6110 tree type = TREE_TYPE (cmpop); in merge_truthop_with_opposite_arm() 6111 enum tree_code code = TREE_CODE (cmpop); in merge_truthop_with_opposite_arm() 6120 if (TREE_SIDE_EFFECTS (op) || TREE_SIDE_EFFECTS (cmpop)) in merge_truthop_with_opposite_arm() 6128 tree newrhs = merge_truthop_with_opposite_arm (loc, rhs, cmpop, rhs_only); in merge_truthop_with_opposite_arm() 6137 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() 6147 && operand_equal_p (TREE_OPERAND (rhs, 0), TREE_OPERAND (cmpop, 0), 0) in merge_truthop_with_opposite_arm() 6148 && operand_equal_p (TREE_OPERAND (rhs, 1), TREE_OPERAND (cmpop, 1), 0)) in merge_truthop_with_opposite_arm() 6151 && operand_equal_p (TREE_OPERAND (lhs, 0), TREE_OPERAND (cmpop, 0), 0) in merge_truthop_with_opposite_arm() 6152 && operand_equal_p (TREE_OPERAND (lhs, 1), TREE_OPERAND (cmpop, 1), 0)) in merge_truthop_with_opposite_arm() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 6189 merge_truthop_with_opposite_arm (location_t loc, tree op, tree cmpop, in merge_truthop_with_opposite_arm() argument 6192 enum tree_code code = TREE_CODE (cmpop); in merge_truthop_with_opposite_arm() 6201 if (TREE_SIDE_EFFECTS (op) || TREE_SIDE_EFFECTS (cmpop)) in merge_truthop_with_opposite_arm() 6207 tree type = TREE_TYPE (TREE_OPERAND (cmpop, 0)); in merge_truthop_with_opposite_arm() 6211 tree newrhs = merge_truthop_with_opposite_arm (loc, rhs, cmpop, rhs_only); in merge_truthop_with_opposite_arm() 6220 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm() 6230 && operand_equal_p (TREE_OPERAND (rhs, 0), TREE_OPERAND (cmpop, 0), 0) in merge_truthop_with_opposite_arm() 6231 && operand_equal_p (TREE_OPERAND (rhs, 1), TREE_OPERAND (cmpop, 1), 0)) in merge_truthop_with_opposite_arm() 6234 && operand_equal_p (TREE_OPERAND (lhs, 0), TREE_OPERAND (cmpop, 0), 0) in merge_truthop_with_opposite_arm() 6235 && operand_equal_p (TREE_OPERAND (lhs, 1), TREE_OPERAND (cmpop, 1), 0)) in merge_truthop_with_opposite_arm() [all …]
|
| H A D | ChangeLog-2005 | 35110 X/C1 cmpop C2.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 726 multiclass compare<string condname, IRBuilder cmpop> { 731 (cmpop $va, $vb), "">; 734 (cmpop $va, (splat $sb)), "_n">;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 11417 EXP cmpop = exp.op; in visit() local 11418 if (auto e = exp.op_overload(sc, &cmpop)) in visit() 11441 if (exp.op == cmpop) in visit() 11454 cl = new CmpExp(cmpop, exp.loc, cl, new IntegerExp(0)); in visit() 11459 e = new CmpExp(cmpop, exp.loc, e, IntegerExp.literal!0); in visit()
|
| H A D | dinterpret.d | 4604 const EXP cmpop = nott ? negateRelation(ex.op) : ex.op; in interpretFourPointerRelation() local 4605 const cmp = comparePointers(cmpop, agg1, ofs1, agg2, ofs2); in interpretFourPointerRelation()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dinterpret.c | 4454 const TOK cmpop = nott ? reverseRelation(ex->op) : ex->op; in interpretFourPointerRelation() local 4455 const int cmp = comparePointers(cmpop, agg1, ofs1, agg2, ofs2); in interpretFourPointerRelation()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh.cc | 2252 int cmpop = code == EQ ? 1 : 0; in sh_eval_treg_value() local 2265 return t ^ (cmpval == cmpop); in sh_eval_treg_value()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh.c | 2252 int cmpop = code == EQ ? 1 : 0; in sh_eval_treg_value() local 2265 return t ^ (cmpval == cmpop); in sh_eval_treg_value()
|