| /openbsd-src/sys/arch/macppc/macppc/ |
| H A 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 …]
|
| H A 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
|
| H A 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 [all...] |
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A 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"; 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 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/ |
| H A 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,
|
| H A D | RegAllocBase.cpp | 57 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis, in init() argument 62 LIS = &lis; in init()
|
| H A D | RegAllocBase.h | 85 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
|
| H A D | SplitKit.h | 64 InsertPointAnalysis(const LiveIntervals &lis, unsigned BBNum); 169 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
|
| H A D | InterferenceCache.cpp | 53 LiveIntervals *lis, in init() argument 60 E.clear(mf, indexes, lis); in init()
|
| H A 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()
|
| H A 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/ |
| H A 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 …]
|
| H A D | PPCMacroFusion.def | 119 // lis - ori
|
| H A D | README_ALTIVEC.txt | 121 lis r3, ha16(LCPI1_0)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveRangeEdit.h | 130 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm, 133 : Parent(parent), NewRegs(newRegs), MRI(MF.getRegInfo()), LIS(lis), in Parent()
|
| H A 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()
|
| H A D | LiveInterval.h | 1003 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {} in ConnectedVNInfoEqClasses() argument
|
| H A D | RegisterPressure.h | 403 const LiveIntervals *lis, const MachineBasicBlock *mbb,
|
| /openbsd-src/sys/arch/powerpc/include/ |
| H A D | asm.h | 86 lis reg, (__retguard_ ## x)@ha; \
|
| /openbsd-src/sys/arch/powerpc64/powerpc64/ |
| H A D | trap_subr.S | 387 lis %r3, SEGMENT_MASK@h 390 lis %r3, USER_ADDR@highesta
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | darwin.md | 189 "{liu|lis} %0,ha16(%1)") 196 "{liu|lis} %0,ha16(%1)")
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/po/ |
| H A 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/ |
| H A D | vecast.S | 104 lis %r6, .Lzero@ha
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/ |
| H A D | romp.md | 227 lis %0,%1 290 lis %0,%1 349 lis %0,%1 1084 "lis %0,0\;mc3%B2 %0,%1"
|