| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1047 bool &Negate); 1441 bool &Negate) { in getTrylockCallExpr() argument 1447 return getTrylockCallExpr(CallExp->getArg(0), C, Negate); in getTrylockCallExpr() 1451 return getTrylockCallExpr(PE->getSubExpr(), C, Negate); in getTrylockCallExpr() 1453 return getTrylockCallExpr(CE->getSubExpr(), C, Negate); in getTrylockCallExpr() 1455 return getTrylockCallExpr(FE->getSubExpr(), C, Negate); in getTrylockCallExpr() 1458 return getTrylockCallExpr(E, C, Negate); in getTrylockCallExpr() 1462 Negate = !Negate; in getTrylockCallExpr() 1463 return getTrylockCallExpr(UOP->getSubExpr(), C, Negate); in getTrylockCallExpr() 1470 Negate = !Negate; in getTrylockCallExpr() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| H A D | divmodhi.S | 55 ;; Negate the denumerator (which is in DE) 73 ;; Negate the numerator (which is in AX) 85 ;; Negate result and transfer into r8 122 ;; Negate the denumerator (which is in DE) 140 ;; Negate the numerator (which is in AX) 152 ;; Negate result and transfer into r8 222 ;; Negate the denumerator (which is in MDBL) 237 ;; Negate the numerator (which is in MDAL) 248 ;; Negate result and transfer into r8 291 ;; Negate the denumerator (which is in MDBL) [all …]
|
| H A D | divmodsi.S | 61 ;; Negate the denumerator (which is in HLDE) 110 ;; Negate the numerator (which is in BCAX) 132 ;; Negate result (in BCAX) and transfer into r8,r10 204 ;; Negate the denumerator (which is in HLDE) 240 ;; Negate the numerator (which is in BCAX) 262 ;; Negate result (in HLDE) and transfer into r8,r10 369 ;; Negate the denumerator (which is in MDBL/MDBH) 386 ;; Negate the numerator (which is in MDAL/MDAH) 397 ;; Negate result and transfer into r8,r10 446 ;; Negate the denumerator (which is in MDBL/MDBH) [all …]
|
| H A D | fpbit-sf.S | 28 ;; Negate the floating point value. 501 ;; Negate the result.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| H A D | divmodhi.S | 55 ;; Negate the denumerator (which is in DE) 73 ;; Negate the numerator (which is in AX) 85 ;; Negate result and transfer into r8 122 ;; Negate the denumerator (which is in DE) 140 ;; Negate the numerator (which is in AX) 152 ;; Negate result and transfer into r8 222 ;; Negate the denumerator (which is in MDBL) 237 ;; Negate the numerator (which is in MDAL) 248 ;; Negate result and transfer into r8 291 ;; Negate the denumerator (which is in MDBL) [all …]
|
| H A D | divmodsi.S | 61 ;; Negate the denumerator (which is in HLDE) 110 ;; Negate the numerator (which is in BCAX) 132 ;; Negate result (in BCAX) and transfer into r8,r10 204 ;; Negate the denumerator (which is in HLDE) 240 ;; Negate the numerator (which is in BCAX) 262 ;; Negate result (in HLDE) and transfer into r8,r10 369 ;; Negate the denumerator (which is in MDBL/MDBH) 386 ;; Negate the numerator (which is in MDAL/MDAH) 397 ;; Negate result and transfer into r8,r10 446 ;; Negate the denumerator (which is in MDBL/MDBH) [all …]
|
| H A D | fpbit-sf.S | 28 ;; Negate the floating point value. 501 ;; Negate the result.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 289 bool Negate = false; in printFMAComments() local 350 Negate = true; in printFMAComments() 356 Negate = true; in printFMAComments() 368 Negate = true; in printFMAComments() 375 Negate = true; in printFMAComments() 484 Negate = true; in printFMAComments() 496 Negate = true; in printFMAComments() 508 Negate = true; in printFMAComments() 521 Negate = true; in printFMAComments() 534 Negate = true; in printFMAComments() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | 172 const bool Negate = ParseString.consume_front("n"); in tryParseCompileTimeLinearToken() local 175 if (Negate) in tryParseCompileTimeLinearToken()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/microblaze/ |
| H A D | divsi3.S | 88 RSUBI r3,r3,0 # Negate the result
|
| H A D | modsi3.S | 87 rsubi r3,r3,0 # Negate the result
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/ |
| H A D | divsi3.S | 88 RSUBI r3,r3,0 # Negate the result
|
| H A D | modsi3.S | 87 rsubi r3,r3,0 # Negate the result
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 19 // Negate
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 253 // Negate and then truncate an immediate to a 16-bit signed quantity. 271 // Negate and then truncate an immediate to a 32-bit unsigned quantity. 283 // Negate and then truncate an immediate to a 32-bit unsigned quantity.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4178 bool HasVSX, bool &Swap, bool &Negate) { in getVCmpInst() argument 4180 Negate = false; in getVCmpInst() 4195 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; in getVCmpInst() 4196 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst() 4197 case ISD::SETULE: CC = ISD::SETOGT; Negate = true; break; in getVCmpInst() 4198 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst() 4239 case ISD::SETNE: CC = ISD::SETEQ; Negate = true; break; in getVCmpInst() 4240 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst() 4241 case ISD::SETLE: CC = ISD::SETGT; Negate = true; break; in getVCmpInst() 4242 case ISD::SETULE: CC = ISD::SETUGT; Negate = true; break; in getVCmpInst() [all …]
|
| H A D | README_P9.txt | 92 - Vector Integer Negate: vnegw vnegd 178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | parser.d | 993 Open = 0, Negate, Difference, SymDifference, Intersection, Union, None enumerator 1306 case Operator.Negate: in parseCharsetImpl() 1357 opstack.push(Operator.Negate); in parseCharsetImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 489 LLVM_NODISCARD Value *Negator::Negate(bool LHSIsZero, Value *Root, in Negate() function in Negator
|
| H A D | InstCombineInternal.h | 788 LLVM_NODISCARD static Value *Negate(bool LHSIsZero, Value *Root,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1964 Value *Negate = IRB.CreateXor( in addToMergedCondition() local 1966 MergedCondition = IRB.CreateAnd(MergedCondition, Negate); in addToMergedCondition()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | expressions.rst | 180 Negate an arithmetic value; analogous to:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | expressions.rst | 145 Negate an arithmetic value; for example:
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | expressions.rst | 145 Negate an arithmetic value; for example:
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| H A D | lib1funcs.S | 174 ;; Negate a 2-byte value held in consecutive registers 181 ;; Negate a 4-byte value held in consecutive registers
|