| /openbsd/src/sys/arch/macppc/macppc/ |
| D | ofwreal.S | 79 lis %r8,ofentry@ha 82 lis %r4,fwcall@ha /* call ofw directly until vm setup */ 86 lis %r4,ofmsr@ha /* save msr from openfirmware */ 89 lis %r0,(0x80001ffe)@ha 92 lis %r0,(0x80000022)@ha 97 lis %r3,fwsave@ha /* save the mmu values of the firmware */ 99 lis %r4,fwbatsave@ha 108 lis %r3,fwbatsave@ha 213 lis %r5,(PSL_IR|PSL_DR)@h /* turn off MMU */ 272 lis %r4,0x40000@ha [all …]
|
| D | locore0.S | 82 lis %r3, fwargsave@ha 91 lis %r8,_end@ha 93 lis %r3, fwargsave@ha 103 lis %r8,esym@ha 111 lis %r9,cpu_info@ha 117 lis %r9,proc0paddr@ha 124 lis %r3,start@ha
|
| D | locore.S | 55 lis %r3,cpu_hatch_stack@ha 141 lis %r4, ppc_cpuidle@ha 156 lis %r4, ppc_cpuidle@ha 198 lis %r4, ppc_cpuidle@ha 522 lis %r1,0x4000 /* set dsisr<1> to flag pte not found */ 580 lis %r1,0xa00 /* indicate protection violation on store */ 596 lis %r1,0x4200 /* set dsisr<1> to flag pte not found */ 649 lis rSRR0,idledone@ha; \ 673 lis %r31,kernel_pmap_@ha; \ 741 lis %r3,(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@ha; \ [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | coreamp.t | 18 sub lis($$;$) { 84 lis [&{"CORE::$o"}($in)], [$out], "&$o in list context"; 330 lis [&{"CORE::accept"}(qw{foo bar})], [undef], "&accept in list context"; 669 lis [\&mylock(\$foo)], [\$foo], '&lock in list context'; 685 lis [&mynot(0)], [!0], '¬ in list context'; 713 lis [&mypack("H*", $Perl_as_a_hex_string)], ['Perl'], '&pack in list context'; 729 lis [@a], [1..3], 'effect of &pop'; 803 lis [&myreadline($fh)], [ 841 ::lis [$b,$banana],[(undef)x2], '1-arg &reset'; 847 lis [&myreverse(qw 'dog bites man')], [qw 'man bites dog'], [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ext/VMS-Stdio/t/ |
| D | vms_stdio.t | 84 1 while unlink 'rectest.lis'; 85 END { 1 while unlink 'rectest.lis'; } 87 $fh = VMS::Stdio::vmsopen('>rectest.lis', 'rfm=var', 'rat=cr') 88 or die "Couldn't open rectest.lis: $!"; 91 open $fh, '>', 'rectest.lis' 92 or die "Couldn't open rectest.lis: $!"; 98 open $fh, '<', 'rectest.lis' 99 or die "Couldn't open rectest.lis: $!";
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | InterferenceCache.h | 103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument 108 LIS = lis; in clear() 168 SlotIndexes *indexes, LiveIntervals *lis,
|
| D | RegAllocBase.cpp | 57 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis, in init() argument 62 LIS = &lis; in init()
|
| D | RegAllocBase.h | 85 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
|
| D | SplitKit.h | 64 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum); 169 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
|
| D | InterferenceCache.cpp | 53 LiveIntervals *lis, in init() argument 60 E.clear(mf, indexes, lis); in init()
|
| D | SplitKit.cpp | 57 InsertPointAnalysis::InsertPointAnalysis(const LiveIntervals &lis, in InsertPointAnalysis() argument 59 : LIS(lis), LastInsertPoint(BBNum) {} in InsertPointAnalysis() 151 SplitAnalysis::SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis, in SplitAnalysis() argument 153 : MF(vrm.getMachineFunction()), VRM(vrm), LIS(lis), Loops(mli), in SplitAnalysis() 154 TII(*MF.getSubtarget().getInstrInfo()), IPA(lis, MF.getNumBlockIDs()) {} in SplitAnalysis()
|
| D | RegisterPressure.cpp | 265 const LiveIntervals *lis, in init() argument 280 assert(lis && "IntervalPressure requires LiveIntervals"); in init() 281 LIS = lis; in init()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | README.txt | 72 lis r2, ha16(.CPI_X_0) 74 lis r2, ha16(.CPI_X_1) 77 lis r2, ha16(.CPI_X_2) 79 lis r2, ha16(.CPI_X_3) 85 off of the register to avoid the lis's. This is even more important in PIC 98 lis r2, ha16(LCPI1_0) 100 lis r2, ha16(LCPI1_1) 101 lis r3, ha16(LCPI1_2) 132 lis r2, ha16(_a) 141 lis r2, ha16(_a+3) [all …]
|
| D | PPCMacroFusion.def | 119 // lis - ori
|
| D | README_ALTIVEC.txt | 121 lis r3, ha16(LCPI1_0)
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | LiveRangeEdit.h | 130 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm, 133 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis), in Parent()
|
| D | MachinePipeliner.h | 203 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, in SwingSchedulerDAG() argument 206 : ScheduleDAGInstrs(*P.MF, P.MLI, false), Pass(P), Loop(L), LIS(lis), in SwingSchedulerDAG()
|
| D | LiveInterval.h | 1003 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {} in ConnectedVNInfoEqClasses() argument
|
| D | RegisterPressure.h | 403 const LiveIntervals *lis, const MachineBasicBlock *mbb,
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | asm.h | 86 lis reg, (__retguard_ ## x)@ha; \
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | darwin.md | 189 "{liu|lis} %0,ha16(%1)") 196 "{liu|lis} %0,ha16(%1)")
|
| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | trap_subr.S | 387 lis %r3, SEGMENT_MASK@h 390 lis %r3, USER_ADDR@highesta
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/po/ |
| D | fi.po | 122 msgstr " r[ab][f][u] - korvaa olemassa oleva(t) tai lisää uudet tiedosto(t) arkistoon\n" 159 msgstr " [f] - katkaisee lisätyt tiedostonimet\n" 684 msgstr "Viennit lisätään tulostetiedostoon" 688 msgstr "Viennit lisätty tulostetiedostoon" 892 msgstr " -n --no-delete Pitää tilapäistiedostot (toisto lisäsäilytykseksi).\n" 1174 # Välilyöntejä lisätty ennen kaksoispistettä, jotta kaksoispiste olisi rivien 973 ja 975 kanssa sam… 1185 # DRIVER on esimerkiksi gcc eli compilation unit eli käännösyksikkö. Välilyöntejä lisätty ennen kak… 2181 msgstr "Ei voi lisätä täytettä kohteeseen %s: %s" 2783 …lisätietojen sisällyttämiseksi tiedostoon. Lisätiedot olisi ehkä merkitykseltään paras suomennos. … 3255 " O (vaatii käyttöjärjestelmäkohtaista lisäkäsittelyä) o (Käyttöjärjestelmäkohtainen),\n" [all …]
|
| /openbsd/src/sys/arch/powerpc/powerpc/ |
| D | vecast.S | 104 lis %r6, .Lzero@ha
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/romp/ |
| D | romp.md | 227 lis %0,%1 290 lis %0,%1 349 lis %0,%1 1084 "lis %0,0\;mc3%B2 %0,%1"
|