Home
last modified time | relevance | path

Searched refs:lis (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/sys/arch/macppc/macppc/
H A Dofwreal.S79 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 …]
H A Dlocore0.S82 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
H A Dlocore.S55 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
[all...]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dcoreamp.t18 sub lis($$;$) {
84 lis [&{"CORE::$o"}($in)], [$out], "&$o in list context";
330 lis [&{"CORE::accept"}(qw{foo bar})], [undef], "&accept in list context";
354 lis [&CORE::bind('foo', 'bear')], [undef], "&bind in list context";
363 lis [&CORE::binmode(qw[foo bar])], [undef], "&binmode in list context";
392 lis [&CORE::caller], [caller], '&caller in list context';
395 # parison (which lis() uses for convenience) won’t work. So just
401 lis \@ampcaller, \@caller, '&caller(1) in list context';
412 lis [&CORE::chmod(0666)], [0], '&chmod in list context';
419 lis [
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/t/
H A Dvms_stdio.t84 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/
H A DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument
108 LIS = lis; in clear()
168 SlotIndexes *indexes, LiveIntervals *lis,
H A DRegAllocBase.cpp57 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis, in init() argument
62 LIS = &lis; in init()
H A DRegAllocBase.h85 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
H A DSplitKit.h64 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum);
169 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
H A DInterferenceCache.cpp53 LiveIntervals *lis, in init() argument
60 E.clear(mf, indexes, lis); in init()
H A DSplitKit.cpp57 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()
H A DRegisterPressure.cpp265 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/
H A DREADME.txt72 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 …]
H A DPPCMacroFusion.def119 // lis - ori
H A DREADME_ALTIVEC.txt121 lis r3, ha16(LCPI1_0)
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h130 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm,
133 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis), in Parent()
H A DMachinePipeliner.h203 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()
H A DLiveInterval.h1003 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {} in ConnectedVNInfoEqClasses() argument
H A DRegisterPressure.h403 const LiveIntervals *lis, const MachineBasicBlock *mbb,
/openbsd-src/sys/arch/powerpc/include/
H A Dasm.h86 lis reg, (__retguard_ ## x)@ha; \
/openbsd-src/sys/arch/powerpc64/powerpc64/
H A Dtrap_subr.S387 lis %r3, SEGMENT_MASK@h
390 lis %r3, USER_ADDR@highesta
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Ddarwin.md189 "{liu|lis} %0,ha16(%1)")
196 "{liu|lis} %0,ha16(%1)")
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/po/
H A Dfi.po122 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"
2783lisä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/
H A Dvecast.S104 lis %r6, .Lzero@ha
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.md227 lis %0,%1
290 lis %0,%1
349 lis %0,%1
1084 "lis %0,0\;mc3%B2 %0,%1"

12