Home
last modified time | relevance | path

Searched refs:cmpop (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dxtensa-relax.c155 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/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.c155 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/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.c155 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/external/gpl3/gdb.old/dist/gas/config/
H A Dxtensa-relax.c155 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/external/gpl3/gcc/dist/gcc/
H A Dhsa-dump.c461 hsa_cmpop_name (BrigCompareOperation8_t cmpop) in hsa_cmpop_name() argument
463 switch (cmpop) in hsa_cmpop_name()
H A Dfold-const.c6107 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 …]
H A Dfold-const.cc6188 merge_truthop_with_opposite_arm (location_t loc, tree op, tree cmpop, in merge_truthop_with_opposite_arm() argument
6191 tree type = TREE_TYPE (cmpop); in merge_truthop_with_opposite_arm()
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()
6209 tree newrhs = merge_truthop_with_opposite_arm (loc, rhs, cmpop, rhs_only); in merge_truthop_with_opposite_arm()
6218 tree newlhs = merge_truthop_with_opposite_arm (loc, lhs, cmpop, false); in merge_truthop_with_opposite_arm()
6228 && operand_equal_p (TREE_OPERAND (rhs, 0), TREE_OPERAND (cmpop, 0), 0) in merge_truthop_with_opposite_arm()
6229 && operand_equal_p (TREE_OPERAND (rhs, 1), TREE_OPERAND (cmpop, 1), 0)) in merge_truthop_with_opposite_arm()
6232 && operand_equal_p (TREE_OPERAND (lhs, 0), TREE_OPERAND (cmpop, 0), 0) in merge_truthop_with_opposite_arm()
6233 && operand_equal_p (TREE_OPERAND (lhs, 1), TREE_OPERAND (cmpop, 1), 0)) in merge_truthop_with_opposite_arm()
[all …]
H A DChangeLog-200535110 X/C1 cmpop C2.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-dump.c461 hsa_cmpop_name (BrigCompareOperation8_t cmpop) in hsa_cmpop_name() argument
463 switch (cmpop) in hsa_cmpop_name()
H A Dfold-const.c6107 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/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_mve.td726 multiclass compare<string condname, IRBuilder cmpop> {
731 (cmpop $va, $vb), "">;
734 (cmpop $va, (splat $sb)), "_n">;
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d11417 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 Ddinterpret.c4454 const TOK cmpop = nott ? reverseRelation(ex->op) : ex->op; in interpretFourPointerRelation() local
4455 const int cmp = comparePointers(cmpop, agg1, ofs1, agg2, ofs2); in interpretFourPointerRelation()
H A Ddinterpret.d4607 const EXP cmpop = nott ? negateRelation(ex.op) : ex.op; in interpretFourPointerRelation() local
4608 const cmp = comparePointers(cmpop, agg1, ofs1, agg2, ofs2); in interpretFourPointerRelation()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c4454 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/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.c2252 int cmpop = code == EQ ? 1 : 0; in sh_eval_treg_value() local
2265 return t ^ (cmpval == cmpop); in sh_eval_treg_value()
H A Dsh.cc2252 int cmpop = code == EQ ? 1 : 0; in sh_eval_treg_value() local
2265 return t ^ (cmpval == cmpop); in sh_eval_treg_value()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c2252 int cmpop = code == EQ ? 1 : 0; in sh_eval_treg_value() local
2265 return t ^ (cmpval == cmpop); in sh_eval_treg_value()