Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DShCommands.py62 def __init__(self, commands, negate=False, pipe_err=False): argument
64 self.negate = negate
68 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
75 return ((self.commands, self.negate, self.pipe_err) ==
76 (other.commands, other.negate, self.pipe_err))
81 if self.negate:
DShUtil.py242 negate = False
248 return Pipeline(commands, negate, self.pipefail)
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp305 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl()
316 negate(std::get<0>(I), Depth + 1))) // Early return. in visitImpl()
339 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl()
342 Value *NegOp2 = negate(I->getOperand(2), Depth + 1); in visitImpl()
352 Value *NegOp0 = negate(I->getOperand(0), Depth + 1); in visitImpl()
355 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl()
364 Value *NegVector = negate(EEI->getVectorOperand(), Depth + 1); in visitImpl()
374 Value *NegVector = negate(IEI->getOperand(0), Depth + 1); in visitImpl()
377 Value *NegNewElt = negate(IEI->getOperand(1), Depth + 1); in visitImpl()
385 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl()
[all …]
/openbsd/src/gnu/lib/libiberty/src/
Dfnmatch.c127 register int negate; in fnmatch() local
136 negate = (*p == '!' || *p == '^'); in fnmatch()
137 if (negate) in fnmatch()
180 if (!negate) in fnmatch()
197 if (negate) in fnmatch()
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dint_div_impl.inc77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1
78 fixuint_t b_u = (fixuint_t)(b ^ s_b) + (-s_b); // negate if s_b == -1
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
88 fixuint_t b_u = (fixuint_t)(b ^ s) + (-s); // negate if s == -1
90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1
93 return (res ^ s) + (-s); // negate if s == -1
/openbsd/src/gnu/usr.bin/cvs/lib/
Dstrtoul.c30 int negate = 0; local
46 s++, negate = 1;
99 return negate ? -total : total;
/openbsd/src/lib/libc/gen/
Dfnmatch.c152 int negate; in fnmatch_ch() local
158 negate = (**pattern == '!') || (**pattern == '^'); in fnmatch_ch()
159 if (negate) in fnmatch_ch()
171 return (result ^ negate); in fnmatch_ch()
/openbsd/src/gnu/gcc/gcc/config/
Dfp-bit.h239 # define negate __negsf2 macro
253 # define negate __negdf2 macro
275 # define negate __negtf2 macro
295 # define negate __negsf2 macro
315 # define negate __negdf2 macro
496 extern FLO_type negate (FLO_type);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dfp-bit.h235 # define negate __negsf2 macro
249 # define negate __negdf2 macro
271 # define negate __negtf2 macro
291 # define negate __negsf2 macro
311 # define negate __negdf2 macro
492 extern FLO_type negate (FLO_type);
/openbsd/src/usr.bin/rsync/
Drmatch.c100 int negate, ok; in rangematch() local
110 if ((negate = (*pattern == '!' || *pattern == '^'))) in rangematch()
154 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcppexp.c1501 bool overflow, negate = false; local
1508 negate = !negate, lhs = num_negate (lhs, precision);
1510 negate = !negate, rhs = num_negate (rhs, precision);
1531 if (negate)
1537 result.overflow = overflow || (num_positive (result, precision) ^ !negate
1555 bool negate = false, lhs_neg = false; local
1562 negate = !negate, lhs_neg = true, lhs = num_negate (lhs, precision);
1564 negate = !negate, rhs = num_negate (rhs, precision);
1629 if (negate)
1631 result.overflow = num_positive (result, precision) ^ !negate;
/openbsd/src/gnu/gcc/libcpp/
Dexpr.c1457 bool overflow, negate = false; in num_mul() local
1464 negate = !negate, lhs = num_negate (lhs, precision); in num_mul()
1466 negate = !negate, rhs = num_negate (rhs, precision); in num_mul()
1487 if (negate) in num_mul()
1493 result.overflow = overflow || (num_positive (result, precision) ^ !negate in num_mul()
1508 bool negate = false, lhs_neg = false; in num_div_op() local
1515 negate = !negate, lhs_neg = true, lhs = num_negate (lhs, precision); in num_div_op()
1517 negate = !negate, rhs = num_negate (rhs, precision); in num_div_op()
1581 if (negate) in num_div_op()
1583 result.overflow = num_positive (result, precision) ^ !negate; in num_div_op()
/openbsd/src/usr.bin/top/
Dcommands.c346 char negate; in renice_procs() local
359 if ((negate = (*str == '-')) != 0) { in renice_procs()
369 if (negate) in renice_procs()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/avr/
Dlibgcc.S342 neg r_arg1 ; dividend negative : negate
344 neg r_arg2 ; divisor negative : negate
419 rcall __divmodhi4_neg1 ; dividend negative : negate
421 rcall __divmodhi4_neg2 ; divisor negative : negate
531 rcall __divmodsi4_neg1 ; dividend negative : negate
533 rcall __divmodsi4_neg2 ; divisor negative : negate
/openbsd/src/gnu/gcc/gcc/config/avr/
Dlibgcc.S342 neg r_arg1 ; dividend negative : negate
344 neg r_arg2 ; divisor negative : negate
419 rcall __divmodhi4_neg1 ; dividend negative : negate
421 rcall __divmodhi4_neg2 ; divisor negative : negate
531 rcall __divmodsi4_neg1 ; dividend negative : negate
533 rcall __divmodsi4_neg2 ; divisor negative : negate
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dparse.c443 int negate = 0; in write_dollar_variable() local
449 negate = 1; in write_dollar_variable()
455 i = -negate; in write_dollar_variable()
464 i = atoi (str.ptr + 1 + negate); in write_dollar_variable()
465 if (negate) in write_dollar_variable()
/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-phiopt.c884 bool negate; in abs_replacement() local
953 negate = true; in abs_replacement()
955 negate = false; in abs_replacement()
959 if (negate) in abs_replacement()
976 if (negate) in abs_replacement()
Dtree-ssa-reassoc.c1204 tree negate; in repropagate_negates() local
1206 for (i = 0; VEC_iterate (tree, broken_up_subtracts, i, negate); i++) in repropagate_negates()
1208 tree user = get_single_immediate_use (negate); in repropagate_negates()
1224 if (TREE_OPERAND (TREE_OPERAND (user, 1), 0) == negate) in repropagate_negates()
1233 if (TREE_OPERAND (TREE_OPERAND (user, 1), 1) == negate) in repropagate_negates()
1236 TREE_OPERAND (rhs, 1) = get_unary_op (negate, NEGATE_EXPR); in repropagate_negates()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/d30v/
Dlibgcc1.asm180 sub/tx r2,r0,r2 || sub/tx r4,r0,r4 ; negate both al, ah if (a < 0)
181 cmplt f0,r7,0 -> sub/tx r2,r0,r2 ; negate al if (b < 0)
/openbsd/src/lib/libtls/
Dtls_config.c230 int negate; in tls_config_parse_protocols() local
245 negate = 0; in tls_config_parse_protocols()
247 negate = 1; in tls_config_parse_protocols()
251 if (negate && protos == 0) in tls_config_parse_protocols()
277 if (negate) in tls_config_parse_protocols()
/openbsd/src/lib/libc/arch/mips64/gen/
Dldexp.S147 neg.d $f0, $f0 # negate result
153 neg.d $f0, $f0 # negate result
/openbsd/src/usr.bin/dc/
Dbcode.h94 void negate(struct number *);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arc/
Dlib1funcs.asm127 sub.lt r0,0,r0 ; negate numerator
130 sub.lt r1,0,r1 ; negate denominator
/openbsd/src/gnu/gcc/gcc/config/arc/
Dlib1funcs.asm131 sub.lt r0,0,r0 ; negate numerator
134 sub.lt r1,0,r1 ; negate denominator
/openbsd/src/gnu/usr.bin/gcc/gcc/config/h8300/
Dlib1funcs.asm330 ; negate arg
364 ; negate arg
397 neg.l A0P ; negate arg
404 neg.l A1P ; negate arg
417 neg.l A0P ; negate arg
424 neg.l A1P ; negate arg

123456