Home
last modified time | relevance | path

Searched refs:Decrement (Results 1 – 25 of 60) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp77 bool Decrement);
330 MachineBasicBlock *BB, const MbbIterator &MemInstr, const bool Decrement) { in findClosestSuitableAluInstr() argument
336 MbbIterator Last = Decrement ? BB->begin() : BB->end(); in findClosestSuitableAluInstr()
339 Decrement ? --First : ++First; in findClosestSuitableAluInstr()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DStoppointHitCounter.h29 void Decrement(uint32_t difference = 1) {
DWatchpoint.h167 void UndoHitCount() { m_hit_counter.Decrement(); } in UndoHitCount()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DUnsafeBufferUsageGadgets.def29 WARNING_GADGET(Decrement)
/openbsd/src/gnu/usr.bin/binutils/cpu/
Diq10.cpu592 (dni cm32rd "Counter Manager 32-bit Rolling Decrement" (MACH10 USES-RT USES-RD)
616 (dni cm32sd "Counter Manager 32-bit Saturating Decrement" (MACH10 USES-RT USES-RD)
652 (dni cm64rd "Counter Manager 64-bit Rolling Decrement" (MACH10 EVEN-REG-NUM USES-RT USES-RD)
682 (dni cm64sd "Counter Manager 64-bit Saturating Decrement" (MACH10 EVEN-REG-NUM USES-RT USES-RD)
832 (dnmi m-cm32rd "Counter Manager 32-bit Rolling Decrement" (MACH10 USES-RT USES-RD NO-DIS)
852 (dnmi m-cm32sd "Counter Manager 32-bit Saturating Decrement" (MACH10 USES-RT USES-RD NO-DIS)
882 (dnmi m-cm64rd "Counter Manager 64-bit Rolling Decrement" (MACH10 USES-RT USES-RD NO-DIS)
907 (dnmi m-cm64sd "Counter Manager 64-bit Saturating Decrement" (MACH10 USES-RT USES-RD NO-DIS)
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Diq10.cpu592 (dni cm32rd "Counter Manager 32-bit Rolling Decrement" (MACH10 USES-RT USES-RD)
616 (dni cm32sd "Counter Manager 32-bit Saturating Decrement" (MACH10 USES-RT USES-RD)
652 (dni cm64rd "Counter Manager 64-bit Rolling Decrement" (MACH10 EVEN-REG-NUM USES-RT USES-RD)
682 (dni cm64sd "Counter Manager 64-bit Saturating Decrement" (MACH10 EVEN-REG-NUM USES-RT USES-RD)
832 (dnmi m-cm32rd "Counter Manager 32-bit Rolling Decrement" (MACH10 USES-RT USES-RD NO-DIS)
852 (dnmi m-cm32sd "Counter Manager 32-bit Saturating Decrement" (MACH10 USES-RT USES-RD NO-DIS)
882 (dnmi m-cm64rd "Counter Manager 64-bit Rolling Decrement" (MACH10 USES-RT USES-RD NO-DIS)
907 (dnmi m-cm64sd "Counter Manager 64-bit Saturating Decrement" (MACH10 USES-RT USES-RD NO-DIS)
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DUnsafeBufferUsage.cpp256 : WarningGadget(Kind::Decrement), in DecrementGadget()
260 return G->getKind() == Kind::Decrement; in classof()
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointLocation.cpp428 m_hit_counter.Decrement(); in UndoBumpHitCount()
429 m_owner.m_hit_counter.Decrement(); in UndoBumpHitCount()
DWatchpoint.cpp131 m_hit_counter.Decrement(m_false_alarms); in IncrementFalseAlarmsAndReviseHitCount()
/openbsd/src/sys/arch/hppa/stand/boot/
Dsrt0.S119 loop addib,>,n -16,%r21,loop ; Decrement by cache line size (16).
/openbsd/src/share/misc/
Dusb_hid_usages762 0x70 Display Brightness Decrement
772 0x7A Keyboard Brightness Decrement
807 0x9D Channel Decrement
841 0xCB Tracking Decrement
864 0xEA Volume Decrement
888 0x153 Bass Decrement
890 0x155 Treble Decrement
904 0x172 Sub-channel Decrement
906 0x174 Alternate Audio Decrement
1144 0x2D1 Privacy Screen Level Decrement
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m68hc11.texi188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-m68hc11.texi188 @item Auto Pre-Increment/Pre-Decrement/Post-Increment/Post-Decrement
/openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h131 Decrement, // ?F # operator-- enumerator
/openbsd/src/gnu/llvm/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp268 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Decrement, "operator--"); in output()
DMicrosoftDemangle.cpp556 IFK::Decrement, // ?F # operator-- in translateIntrinsicFunctionCode()
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dmmo.texi234 and recurse.) Decrement character position.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Dmmo.texi234 and recurse.) Decrement character position.
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineScheduler.cpp1133 bool Decrement = P.LaneMask.any(); in updatePressureDiffs() local
1142 PDiff.addPressureChange(Reg, Decrement, &MRI); in updatePressureDiffs()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsics.td2055 // Decrement loop counter by the given argument. Return false if the loop
2060 // Decrement the first operand (the loop counter) by the second operand (the
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrVFP.td252 let Inst{24-23} = 0b10; // Decrement Before
288 let Inst{24-23} = 0b10; // Decrement Before
383 let Inst{24-23} = 0b10; // Decrement Before
DARMInstrThumb2.td2012 let Inst{24-23} = 0b10; // Decrement Before
2027 let Inst{24-23} = 0b10; // Decrement Before
2087 let Inst{24-23} = 0b10; // Decrement Before
2105 let Inst{24-23} = 0b10; // Decrement Before
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
DChangeLog520 * write.c (generate_one_directory): Decrement n_data_extents
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/
Dm68hc11.md5940 ;;- 68HC12 Decrement/Increment and branch
5997 ;; Decrement-and-branch insns.
6022 ;; Decrement-and-branch insns.
6047 ;; Decrement-and-branch (QImode).
/openbsd/src/gnu/gcc/gcc/config/m68hc11/
Dm68hc11.md5919 ;;- 68HC12 Decrement/Increment and branch
5983 ;; Decrement-and-branch insns.
6008 ;; Decrement-and-branch insns.
6033 ;; Decrement-and-branch (QImode).

123