Home
last modified time | relevance | path

Searched refs:III (Results 1 – 25 of 72) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3404 ImmInstrInfo III; in getForwardingDefMI() local
3417 if (!ConvertibleImmForm && !instrHasImmForm(Opc, IsVFReg, III, true)) in getForwardingDefMI()
3601 ImmInstrInfo III; in foldFrameOffset() local
3605 III)) in foldFrameOffset()
3647 if (III.ZeroIsSpecialOrig == III.ImmOpNo && in foldFrameOffset()
3670 MI.getOperand(III.ImmOpNo) in foldFrameOffset()
3674 MI.getOperand(III.OpNoForForwarding) in foldFrameOffset()
3714 ImmInstrInfo &III) const { in isImmInstrEligibleForFolding()
3729 III, true)) in isImmInstrEligibleForFolding()
3732 if (!III.IsSummingOperands) in isImmInstrEligibleForFolding()
[all …]
DPPCInstrInfo.h238 bool transformToImmFormFedByLI(MachineInstr &MI, const ImmInstrInfo &III,
243 bool transformToImmFormFedByAdd(MachineInstr &MI, const ImmInstrInfo &III,
257 bool isUseMIElgibleForForwarding(MachineInstr &MI, const ImmInstrInfo &III,
260 const ImmInstrInfo &III,
265 const ImmInstrInfo &III,
747 ImmInstrInfo &III) const;
773 bool instrHasImmForm(unsigned Opc, bool IsVFReg, ImmInstrInfo &III,
/openbsd/src/games/quiz/datfiles/
Dsov7 John:13|12-13:Hen[ry|] [III|3]
8 Hen[ry|] [III|3]:13:Ed[w[ard|]|] [I|1]
10 Ed[w[ard|]|] [II|2]:14:Ed[w[ard|]|] [III|3]
11 Ed[w[ard|]|] [III|3]:14:Rich[ard|] [II|2]
18 Ed[w[ard|]|] [V|5]:15:Rich[ard|] [III|3]
19 Rich[ard|] [III|3]:15:Hen[ry|] [VII|7]
34 Geo[rge|] [II|2]:18:Geo[rge|] [III|3]
35 Geo[rge|] [III|3]:18-19|18|19:Geo[rge|] [IV|4]
43 Eliz[abeth|] [II|2]:21:Cha[rle|]s [III|3]
Dbard7 {Julius }Caesar{ III-ii}:\
15 Hamlet{ III-i}:\
71 Romeo{ and Juliet{ III-i}}:\
79 {King }Richard II{ III-ii}:\
99 {King }Henry V{ III-i}:\
103 {King }Richard III{ I-ii}:\
104 {King }Richard III
107 {King }Richard III{ I-i}:\
108 {King }Richard III
143 {King }Henry IV{,} Part II{ III-i}:\
[all …]
/openbsd/src/usr.bin/calendar/calendars/ru_RU.UTF-8/
Dcalendar.history47 02/01 Изобретения Архимеда, IIIв. до н.э.
201 09/04 Свергнут Наполеон III, 1870г.
/openbsd/src/usr.bin/file/magdir/
Dmips107 0 beshort 0x0140 MIPSEB MIPS-III ECOFF executable
116 0 beshort 0x0142 MIPSEL-BE MIPS-III ECOFF executable
125 0 beshort 0x4001 MIPSEB-LE MIPS-III ECOFF executable
134 0 beshort 0x4201 MIPSEL MIPS-III ECOFF executable
Delf57 >>>>36 lelong&0xf0000000 0x20000000 MIPS-III
68 >>>>48 lelong&0xf0000000 0x20000000 MIPS-III
189 >>>>36 belong&0xf0000000 0x20000000 MIPS-III
200 >>>>48 belong&0xf0000000 0x20000000 MIPS-III
Danimation409 >2 byte&0xF0 0x10 MPEG ADTS, layer III, v1, 32 kbps
411 >2 byte&0xF0 0x20 MPEG ADTS, layer III, v1, 40 kbps
413 >2 byte&0xF0 0x30 MPEG ADTS, layer III, v1, 48 kbps
415 >2 byte&0xF0 0x40 MPEG ADTS, layer III, v1, 56 kbps
417 >2 byte&0xF0 0x50 MPEG ADTS, layer III, v1, 64 kbps
419 >2 byte&0xF0 0x60 MPEG ADTS, layer III, v1, 80 kbps
421 >2 byte&0xF0 0x70 MPEG ADTS, layer III, v1, 96 kbps
423 >2 byte&0xF0 0x80 MPEG ADTS, layer III, v1, 112 kbps
425 >2 byte&0xF0 0x90 MPEG ADTS, layer III, v1, 128 kbps
427 >2 byte&0xF0 0xA0 MPEG ADTS, layer III, v1, 160 kbps
[all …]
Dmacintosh62 # to the MacBinary III format. The checksum is really the way to
83 # 102 string mBIN # (only in MacBinary III)
89 # 122 byte 130 # for MacBinary III
235 102 string mBIN MacBinary III data with surprising version number
Dgames7 # Quake II - III data files
20 >4 long 0x2E III Map file (BSP)
Dconsole253 0 string Warcraft\ III\ recorded\ game %s
255 0 string HM3W Warcraft III map file
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp281 auto III = Instructions.find(&MI); in printInfo() local
282 if (III == Instructions.end()) in printInfo()
285 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo()
286 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()
501 InstrInfo &III = Instructions[&MI]; in scanInstructions() local
557 III.Disabled = StateWQM | StateStrict; in scanInstructions()
570 III.Disabled = StateStrict; in scanInstructions()
588 III.Disabled = StateWQM | StateStrict; in scanInstructions()
1350 auto III = Instructions.find(&MI); in processBlock() local
1351 if (III != Instructions.end()) { in processBlock()
[all …]
/openbsd/src/distrib/notes/octeon/
Dwhatis4 the Cavium OCTEON, OCTEON Plus, OCTEON II, and OCTEON III system on chips.
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dultra3.md1 ;; Scheduling description for UltraSPARC-III.
21 ;; UltraSPARC-III is a quad-issue processor.
77 ;; UltraSPARC-III has a similar load delay as UltraSPARC-I/II except
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dultra3.md1 ;; Scheduling description for UltraSPARC-III.
21 ;; UltraSPARC-III is a quad-issue processor.
77 ;; UltraSPARC-III has a similar load delay as UltraSPARC-I/II except
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DVectorUtils.cpp298 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) { in findScalarElement() local
300 if (!isa<ConstantInt>(III->getOperand(2))) in findScalarElement()
302 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue(); in findScalarElement()
307 return III->getOperand(1); in findScalarElement()
310 if (III == III->getOperand(0)) in findScalarElement()
315 return findScalarElement(III->getOperand(0), EltNo); in findScalarElement()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMips.td89 "Subset of MIPS-III that is also in MIPS32 "
92 "Subset of MIPS-III that is also in MIPS32r2 "
95 "MIPS III ISA Support [highly experimental]",
/openbsd/src/usr.bin/calendar/calendars/
Dcalendar.space17 03/03 Gemini III launched with Virgil Grissom and John Young on board, 1965
Dcalendar.history313 08/22 Death of King Richard III, 1485, Last of the Plantagenets
336 09/04 Napoleon III is deposed and the Third Republic is declared, 1870
461 12/02 Napoleon III becomes Emperor of the French, 1852
/openbsd/src/distrib/notes/sparc64/
Dhardware90 SPARC64-I, SPARC64-II, SPARC64-III and SPARC64-IV processors.
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp148 for (unsigned III : llvm::reverse(Indices)) in FixPhis() local
149 PN->removeIncomingValue(III); in FixPhis()
/openbsd/src/etc/
Dgettytab104 e|Console-1200|Console Decwriter III:\
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparc.td47 "Enable Visual Instruction Set extensions III">;
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DREADME106 Peter J. Farley III <pjfarley@banet.net>
/openbsd/src/gnu/gcc/gcc/config/i386/
Dppro.md21 ;; The P6 family includes the Pentium Pro, Pentium II, Pentium III, Celeron
488 ;; FIXME: These are Pentium III only, but we cannot tell here if
489 ;; we're generating code for PentiumPro/Pentium II or Pentium III

123