HomeSort by: relevance | last modified time | path
    Searched refs:unary (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/usr.bin/make/unit-tests/
cond-cmp-unary.exp 1 make: cond-cmp-unary.mk:54: This is only reached because of a bug in EvalTruthy.
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.def 60 - unary: a normal unary optab, such as vec_reverse_<mode>
211 DEF_INTERNAL_OPTAB_FN (RSQRT, ECF_CONST, rsqrt, unary)
214 reduc_plus_scal, unary)
216 reduc_smax_scal, reduc_umax_scal, unary)
218 reduc_smin_scal, reduc_umin_scal, unary)
220 reduc_fmax_scal, unary)
222 reduc_fmin_scal, unary)
224 reduc_and_scal, unary)
226 reduc_ior_scal, unary)
    [all...]
tree-ssa-scopedtables.cc 399 hstate.add_object (expr->ops.unary.op);
405 if (CONVERT_EXPR_CODE_P (expr->ops.unary.op)
406 || expr->ops.unary.op == NON_LVALUE_EXPR)
409 inchash::add_expr (expr->ops.unary.opnd, hstate);
592 if (expr0->ops.unary.op != expr1->ops.unary.op)
595 if ((CONVERT_EXPR_CODE_P (expr0->ops.unary.op)
596 || expr0->ops.unary.op == NON_LVALUE_EXPR)
600 return operand_equal_p (expr0->ops.unary.opnd,
601 expr1->ops.unary.opnd, 0)
    [all...]
tree-ssa-scopedtables.h 42 struct { enum tree_code op; tree opnd; } unary; member in union:hashable_expr::__anon16395
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.def 70 - unary: a normal unary optab, such as vec_reverse_<mode>
78 - cond_unary: a conditional unary optab, such as cond_neg<mode>
84 - cond_len_unary: a conditional unary optab, such as cond_len_neg<mode>
301 DEF_INTERNAL_COND_FN (NEG, ECF_CONST, neg, unary)
302 DEF_INTERNAL_COND_FN (NOT, ECF_CONST, one_cmpl, unary)
304 DEF_INTERNAL_OPTAB_FN (RSQRT, ECF_CONST, rsqrt, unary)
307 reduc_plus_scal, unary)
309 reduc_smax_scal, reduc_umax_scal, unary)
311 reduc_smin_scal, reduc_umin_scal, unary)
    [all...]
tree-ssa-scopedtables.cc 440 hstate.add_object (expr->ops.unary.op);
446 if (CONVERT_EXPR_CODE_P (expr->ops.unary.op)
447 || expr->ops.unary.op == NON_LVALUE_EXPR)
450 inchash::add_expr (expr->ops.unary.opnd, hstate);
633 if (expr0->ops.unary.op != expr1->ops.unary.op)
636 if ((CONVERT_EXPR_CODE_P (expr0->ops.unary.op)
637 || expr0->ops.unary.op == NON_LVALUE_EXPR)
641 return operand_equal_p (expr0->ops.unary.opnd,
642 expr1->ops.unary.opnd, 0)
    [all...]
tree-ssa-scopedtables.h 42 struct { enum tree_code op; tree opnd; } unary; member in union:hashable_expr::__anon13974
  /src/external/gpl3/binutils/dist/include/opcode/
wasm.h 126 WASM_OPCODE (0x67, "i32.clz", i32, i32, unary, agnostic)
127 WASM_OPCODE (0x68, "i32.ctz", i32, i32, unary, agnostic)
128 WASM_OPCODE (0x69, "i32.popcnt", i32, i32, unary, agnostic)
146 WASM_OPCODE (0x79, "i64.clz", i64, i64, unary, agnostic)
147 WASM_OPCODE (0x7a, "i64.ctz", i64, i64, unary, agnostic)
148 WASM_OPCODE (0x7b, "i64.popcnt", i64, i64, unary, agnostic)
166 WASM_OPCODE (0x8b, "f32.abs", f32, f32, unary, floating)
167 WASM_OPCODE (0x8c, "f32.neg", f32, f32, unary, floating)
168 WASM_OPCODE (0x8d, "f32.ceil", f32, f32, unary, floating)
169 WASM_OPCODE (0x8e, "f32.floor", f32, f32, unary, floating
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
wasm.h 126 WASM_OPCODE (0x67, "i32.clz", i32, i32, unary, agnostic)
127 WASM_OPCODE (0x68, "i32.ctz", i32, i32, unary, agnostic)
128 WASM_OPCODE (0x69, "i32.popcnt", i32, i32, unary, agnostic)
146 WASM_OPCODE (0x79, "i64.clz", i64, i64, unary, agnostic)
147 WASM_OPCODE (0x7a, "i64.ctz", i64, i64, unary, agnostic)
148 WASM_OPCODE (0x7b, "i64.popcnt", i64, i64, unary, agnostic)
166 WASM_OPCODE (0x8b, "f32.abs", f32, f32, unary, floating)
167 WASM_OPCODE (0x8c, "f32.neg", f32, f32, unary, floating)
168 WASM_OPCODE (0x8d, "f32.ceil", f32, f32, unary, floating)
169 WASM_OPCODE (0x8e, "f32.floor", f32, f32, unary, floating
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
wasm.h 126 WASM_OPCODE (0x67, "i32.clz", i32, i32, unary, agnostic)
127 WASM_OPCODE (0x68, "i32.ctz", i32, i32, unary, agnostic)
128 WASM_OPCODE (0x69, "i32.popcnt", i32, i32, unary, agnostic)
146 WASM_OPCODE (0x79, "i64.clz", i64, i64, unary, agnostic)
147 WASM_OPCODE (0x7a, "i64.ctz", i64, i64, unary, agnostic)
148 WASM_OPCODE (0x7b, "i64.popcnt", i64, i64, unary, agnostic)
166 WASM_OPCODE (0x8b, "f32.abs", f32, f32, unary, floating)
167 WASM_OPCODE (0x8c, "f32.neg", f32, f32, unary, floating)
168 WASM_OPCODE (0x8d, "f32.ceil", f32, f32, unary, floating)
169 WASM_OPCODE (0x8e, "f32.floor", f32, f32, unary, floating
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
wasm.h 126 WASM_OPCODE (0x67, "i32.clz", i32, i32, unary, agnostic)
127 WASM_OPCODE (0x68, "i32.ctz", i32, i32, unary, agnostic)
128 WASM_OPCODE (0x69, "i32.popcnt", i32, i32, unary, agnostic)
146 WASM_OPCODE (0x79, "i64.clz", i64, i64, unary, agnostic)
147 WASM_OPCODE (0x7a, "i64.ctz", i64, i64, unary, agnostic)
148 WASM_OPCODE (0x7b, "i64.popcnt", i64, i64, unary, agnostic)
166 WASM_OPCODE (0x8b, "f32.abs", f32, f32, unary, floating)
167 WASM_OPCODE (0x8c, "f32.neg", f32, f32, unary, floating)
168 WASM_OPCODE (0x8d, "f32.ceil", f32, f32, unary, floating)
169 WASM_OPCODE (0x8e, "f32.floor", f32, f32, unary, floating
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins-base.def 23 DEF_MVE_FUNCTION (vabsq, unary, all_signed, mx_or_none)
33 DEF_MVE_FUNCTION (vclsq, unary, all_signed, mx_or_none)
34 DEF_MVE_FUNCTION (vclzq, unary, all_integer, mx_or_none)
88 DEF_MVE_FUNCTION (vnegq, unary, all_signed, mx_or_none)
91 DEF_MVE_FUNCTION (vqabsq, unary, all_signed, m_or_none)
106 DEF_MVE_FUNCTION (vqnegq, unary, all_signed, m_or_none)
128 DEF_MVE_FUNCTION (vrev16q, unary, integer_8, mx_or_none)
129 DEF_MVE_FUNCTION (vrev32q, unary, integer_8_16, mx_or_none)
130 DEF_MVE_FUNCTION (vrev64q, unary, all_integer, mx_or_none)
161 DEF_MVE_FUNCTION (vabsq, unary, all_float, mx_or_none
    [all...]
arm-mve-builtins-shapes.h 27 - to use names like "unary" etc. if the rules are somewhat generic,
72 extern const function_shape *const unary;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.def 22 DEF_SVE_FUNCTION (svabs, unary, all_float_and_signed, mxz)
42 DEF_SVE_FUNCTION (svbrka, unary, b, mz)
43 DEF_SVE_FUNCTION (svbrkb, unary, b, mz)
67 DEF_SVE_FUNCTION (svcnot, unary, all_integer, mxz)
78 DEF_SVE_FUNCTION (svcompact, unary, sd_data, implicit)
98 DEF_SVE_FUNCTION (svextb, unary, hsd_integer, mxz)
99 DEF_SVE_FUNCTION (svexth, unary, sd_integer, mxz)
100 DEF_SVE_FUNCTION (svextw, unary, d_integer, mxz)
177 DEF_SVE_FUNCTION (svmov, unary, b, z)
184 DEF_SVE_FUNCTION (svneg, unary, all_float_and_signed, mxz
    [all...]
aarch64-sve-builtins-sve2.def 100 DEF_SVE_FUNCTION (svqabs, unary, all_signed, mxz)
119 DEF_SVE_FUNCTION (svqneg, unary, all_signed, mxz)
147 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
149 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
195 DEF_SVE_FUNCTION (svaesmc, unary, b_unsigned, none)
196 DEF_SVE_FUNCTION (svaesimc, unary, b_unsigned, none)
aarch64-sve-builtins-shapes.h 31 - to use names like "unary" etc. if the rules are somewhat generic,
174 extern const function_shape *const unary;
  /src/tests/usr.bin/indent/
opt_pcs.c 116 int unary = +call(); variable
124 int unary = +call (); variable
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.def 22 DEF_SVE_FUNCTION (svabs, unary, all_float_and_signed, mxz)
37 DEF_SVE_FUNCTION (svbrka, unary, b, mz)
38 DEF_SVE_FUNCTION (svbrkb, unary, b, mz)
62 DEF_SVE_FUNCTION (svcnot, unary, all_integer, mxz)
92 DEF_SVE_FUNCTION (svextb, unary, hsd_integer, mxz)
93 DEF_SVE_FUNCTION (svexth, unary, sd_integer, mxz)
94 DEF_SVE_FUNCTION (svextw, unary, d_integer, mxz)
133 DEF_SVE_FUNCTION (svmov, unary, b, z)
140 DEF_SVE_FUNCTION (svneg, unary, all_float_and_signed, mxz)
146 DEF_SVE_FUNCTION (svnot, unary, all_integer, mxz
    [all...]
aarch64-sve-builtins-sve2.def 84 DEF_SVE_FUNCTION (svqabs, unary, all_signed, mxz)
103 DEF_SVE_FUNCTION (svqneg, unary, all_signed, mxz)
131 DEF_SVE_FUNCTION (svrecpe, unary, s_unsigned, mxz)
133 DEF_SVE_FUNCTION (svrsqrte, unary, s_unsigned, mxz)
203 DEF_SVE_FUNCTION (svaesmc, unary, b_unsigned, none)
204 DEF_SVE_FUNCTION (svaesimc, unary, b_unsigned, none)
239 DEF_SVE_FUNCTION (svrevd, unary, all_data, mxz)
  /src/external/lgpl3/gmp/dist/tests/cxx/
Makefile.am 39 t-ternary t-unary \
68 t_unary_SOURCES = t-unary.cc
  /src/external/historical/nawk/dist/
b.c 51 #define UNARY case STAR: case PLUS: case QUEST:
56 unary (STAR, PLUS, QUEST): left is child, right is null
296 UNARY
322 UNARY
511 UNARY
996 return (unary(np));
999 return (unary(op2(ALL, NIL, NIL)));
1002 return (unary(op2(EMPTYRE, NIL, NIL)));
1006 return (unary(op2(DOT, NIL, NIL)));
1011 return (unary(np))
1067 Node *unary(Node *np) function
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldexp.h 74 } unary; member in union:etree_union
ldexp.c 372 exp_fold_tree_1 (tree->unary.child);
1026 tree = tree->unary.child;
1371 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->unary),
1373 new_e->unary.type.node_code = code;
1374 new_e->unary.type.filename = child->type.filename;
1375 new_e->unary.type.lineno = child->type.lineno;
1376 new_e->unary.child = child;
1377 new_e->unary.type.node_class = etree_unary;
1540 exp_print_token (tree->unary.type.node_code, false);
1541 if (tree->unary.child
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.h 74 } unary; member in union:etree_union
ldexp.c 372 exp_fold_tree_1 (tree->unary.child);
1026 tree = tree->unary.child;
1371 etree_type *new_e = stat_alloc (MAX (sizeof (new_e->unary),
1373 new_e->unary.type.node_code = code;
1374 new_e->unary.type.filename = child->type.filename;
1375 new_e->unary.type.lineno = child->type.lineno;
1376 new_e->unary.child = child;
1377 new_e->unary.type.node_class = etree_unary;
1540 exp_print_token (tree->unary.type.node_code, false);
1541 if (tree->unary.child
    [all...]

Completed in 40 milliseconds

1 2 3 4