Home
last modified time | relevance | path

Searched refs:Complement (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDeltaAlgorithm.cpp85 changeset_ty Complement; in Search() local
88 std::insert_iterator<changeset_ty>(Complement, Complement.begin())); in Search()
89 if (GetTestResult(Complement)) { in Search()
93 Res = Delta(Complement, ComplementSets); in Search()
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DChanges172 Complement to change #17976 :
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td87 // Negation (Load Complement).
H A DSystemZScheduleZEC12.td811 // Load Complement / Negative / Positive
935 // Load Complement / Negative / Positive
H A DSystemZScheduleZ196.td773 // Load Complement / Negative / Positive
897 // Load Complement / Negative / Positive
H A DSystemZInstrFP.td335 // Negation (Load Complement).
H A DSystemZScheduleZ13.td843 // Load Complement / Negative / Positive
967 // Load Complement / Negative / Positive
H A DSystemZScheduleZ15.td880 // Load Complement / Negative / Positive
1004 // Load Complement / Negative / Positive
H A DSystemZScheduleZ14.td863 // Load Complement / Negative / Positive
987 // Load Complement / Negative / Positive
H A DSystemZScheduleZ16.td881 // Load Complement / Negative / Positive
1007 // Load Complement / Negative / Positive
/openbsd-src/gnu/gcc/gcc/config/crx/
H A Dcrx.md299 ;; One's Complement
/openbsd-src/usr.sbin/nsd/
H A Dnsd.conf.sample.in59 # Complement with socket partitioning and CPU affinity for attack
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx20Papers.csv78 …>`__","CWG","Alternative Wording for P0907R4 Signed Integers are Two's Complement","San Diego","* …
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp912 SDValue Complement = CurDAG->getConstant(~Imm, dl, VT, false, true); in PreprocessISelDAG() local
913 Complement = CurDAG->getNOT(dl, Complement, VT); in PreprocessISelDAG()
915 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Complement); in PreprocessISelDAG()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlrebackslash.pod738 Mnemonic: Complement of I<\n>.
H A Dperlre.pod245 ^ Complement the [] class At the beginning of []
H A Dperlop.pod2725 c Complement the SEARCHLIST.
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td883 // One's/Two's Complement
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp833 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
856 return {Complement, Unlocked, false}; in decodeBitTestBuiltin()
870 return {Complement, Unlocked, true}; in decodeBitTestBuiltin()
900 case BitTest::Complement: return 'c'; in bitActionToX86BTCode()
1015 case BitTest::Complement: in EmitBitTestIntrinsic()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dinternals.texi1398 Complement to md_macro_start. If defined, it is called when finished
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dinternals.texi1415 Complement to md_macro_start. If defined, it is called when finished
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13480 static SDValue generateEquivalentSub(SDNode *N, int Size, bool Complement, in generateEquivalentSub() argument
13505 if (Complement) in generateEquivalentSub()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog13303 code. Complement the second operand of the current COMPOUND_EXPR