Home
last modified time | relevance | path

Searched refs:POP (Results 1 – 25 of 5103) sorted by relevance

12345678910>>...205

/dports/devel/dev86/dev86-0.16.20/as/asm/
H A Dpushpop.asm58 POP AX
59 POP BX
60 POP CX
61 POP DX define
62 POP SP
63 POP BP
64 POP SI
65 POP DI define
67 POP DS define
68 POP ES
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/kernel/
H A Dforth.c918 POP(); in drop()
927 POP(); in twodrop()
928 POP(); in twodrop()
939 POP(); in nip()
1112 cell tmp = POP() + POP(); in plus()
1188 POP(); in forthabs()
1526 cell tmp = (POP() == POP()); in equals()
1537 cell tmp = ((cell) POP() < (cell) POP()); in greater()
1548 cell tmp = ((cell) POP() > (cell) POP()); in less()
1559 cell tmp = ((ucell) POP() < (ucell) POP()); in ugreater()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/kernel/
H A Dforth.c918 POP(); in drop()
927 POP(); in twodrop()
928 POP(); in twodrop()
939 POP(); in nip()
1112 cell tmp = POP() + POP(); in plus()
1188 POP(); in forthabs()
1526 cell tmp = (POP() == POP()); in equals()
1537 cell tmp = ((cell) POP() < (cell) POP()); in greater()
1548 cell tmp = ((cell) POP() > (cell) POP()); in less()
1559 cell tmp = ((ucell) POP() < (ucell) POP()); in ugreater()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/kernel/
H A Dforth.c918 POP(); in drop()
927 POP(); in twodrop()
928 POP(); in twodrop()
939 POP(); in nip()
1112 cell tmp = POP() + POP(); in plus()
1188 POP(); in forthabs()
1526 cell tmp = (POP() == POP()); in equals()
1537 cell tmp = ((cell) POP() < (cell) POP()); in greater()
1548 cell tmp = ((cell) POP() > (cell) POP()); in less()
1559 cell tmp = ((ucell) POP() < (ucell) POP()); in ugreater()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/kernel/
H A Dforth.c918 POP(); in drop()
927 POP(); in twodrop()
928 POP(); in twodrop()
939 POP(); in nip()
1112 cell tmp = POP() + POP(); in plus()
1188 POP(); in forthabs()
1526 cell tmp = (POP() == POP()); in equals()
1537 cell tmp = ((cell) POP() < (cell) POP()); in greater()
1548 cell tmp = ((cell) POP() > (cell) POP()); in less()
1559 cell tmp = ((ucell) POP() < (ucell) POP()); in ugreater()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/kernel/
H A Dforth.c918 POP(); in drop()
927 POP(); in twodrop()
928 POP(); in twodrop()
939 POP(); in nip()
1112 cell tmp = POP() + POP(); in plus()
1188 POP(); in forthabs()
1526 cell tmp = (POP() == POP()); in equals()
1537 cell tmp = ((cell) POP() < (cell) POP()); in greater()
1548 cell tmp = ((cell) POP() > (cell) POP()); in less()
1559 cell tmp = ((ucell) POP() < (ucell) POP()); in ugreater()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/kernel/
H A Dforth.c918 POP(); in drop()
927 POP(); in twodrop()
928 POP(); in twodrop()
939 POP(); in nip()
1112 cell tmp = POP() + POP(); in plus()
1188 POP(); in forthabs()
1526 cell tmp = (POP() == POP()); in equals()
1537 cell tmp = ((cell) POP() < (cell) POP()); in greater()
1548 cell tmp = ((cell) POP() > (cell) POP()); in less()
1559 cell tmp = ((ucell) POP() < (ucell) POP()); in ugreater()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/kernel/
H A Dforth.c918 POP(); in drop()
927 POP(); in twodrop()
928 POP(); in twodrop()
939 POP(); in nip()
1112 cell tmp = POP() + POP(); in plus()
1188 POP(); in forthabs()
1526 cell tmp = (POP() == POP()); in equals()
1537 cell tmp = ((cell) POP() < (cell) POP()); in greater()
1548 cell tmp = ((cell) POP() > (cell) POP()); in less()
1559 cell tmp = ((ucell) POP() < (ucell) POP()); in ugreater()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/sparc64/
H A Dlib.c136 virt = POP(); in mmu_translate()
159 va = POP(); in pgmap_fetch()
182 vaddr = POP(); in dtlb_load()
184 idx = POP(); in dtlb_load()
240 idx = POP(); in itlb_load()
302 mode = POP(); in mmu_map()
303 size = POP(); in mmu_map()
304 virt = POP(); in mmu_map()
305 phys = POP(); in mmu_map()
321 size = POP(); in mmu_unmap()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/sparc64/
H A Dlib.c136 virt = POP(); in mmu_translate()
159 va = POP(); in pgmap_fetch()
182 vaddr = POP(); in dtlb_load()
184 idx = POP(); in dtlb_load()
240 idx = POP(); in itlb_load()
302 mode = POP(); in mmu_map()
303 size = POP(); in mmu_map()
304 virt = POP(); in mmu_map()
305 phys = POP(); in mmu_map()
321 size = POP(); in mmu_unmap()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/sparc64/
H A Dlib.c136 virt = POP(); in mmu_translate()
159 va = POP(); in pgmap_fetch()
182 vaddr = POP(); in dtlb_load()
184 idx = POP(); in dtlb_load()
240 idx = POP(); in itlb_load()
302 mode = POP(); in mmu_map()
303 size = POP(); in mmu_map()
304 virt = POP(); in mmu_map()
305 phys = POP(); in mmu_map()
321 size = POP(); in mmu_unmap()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/sparc64/
H A Dlib.c136 virt = POP(); in mmu_translate()
159 va = POP(); in pgmap_fetch()
182 vaddr = POP(); in dtlb_load()
184 idx = POP(); in dtlb_load()
240 idx = POP(); in itlb_load()
302 mode = POP(); in mmu_map()
303 size = POP(); in mmu_map()
304 virt = POP(); in mmu_map()
305 phys = POP(); in mmu_map()
321 size = POP(); in mmu_unmap()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/arch/sparc64/
H A Dlib.c136 virt = POP(); in mmu_translate()
159 va = POP(); in pgmap_fetch()
182 vaddr = POP(); in dtlb_load()
184 idx = POP(); in dtlb_load()
240 idx = POP(); in itlb_load()
302 mode = POP(); in mmu_map()
303 size = POP(); in mmu_map()
304 virt = POP(); in mmu_map()
305 phys = POP(); in mmu_map()
321 size = POP(); in mmu_unmap()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/sparc64/
H A Dlib.c136 virt = POP(); in mmu_translate()
159 va = POP(); in pgmap_fetch()
182 vaddr = POP(); in dtlb_load()
184 idx = POP(); in dtlb_load()
240 idx = POP(); in itlb_load()
302 mode = POP(); in mmu_map()
303 size = POP(); in mmu_map()
304 virt = POP(); in mmu_map()
305 phys = POP(); in mmu_map()
321 size = POP(); in mmu_unmap()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/sparc64/
H A Dlib.c136 virt = POP(); in mmu_translate()
159 va = POP(); in pgmap_fetch()
182 vaddr = POP(); in dtlb_load()
184 idx = POP(); in dtlb_load()
240 idx = POP(); in itlb_load()
302 mode = POP(); in mmu_map()
303 size = POP(); in mmu_map()
304 virt = POP(); in mmu_map()
305 phys = POP(); in mmu_map()
321 size = POP(); in mmu_unmap()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/ppc/briq/
H A Dmethods.c71 int len = POP(); in stdout_write()
189 int size = POP(); in mem_claim()
190 int phys = POP(); in mem_claim()
205 POP(); POP(); in mem_release()
213 int size = POP(); in mmu_claim()
214 int phys = POP(); in mmu_claim()
229 POP(); POP(); in mmu_release()
236 int mode = POP(); in mmu_map()
256 POP(); POP(); in mmu_unmap()
293 POP(); in ciface_release()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/ppc/briq/
H A Dmethods.c71 int len = POP(); in stdout_write()
189 int size = POP(); in mem_claim()
190 int phys = POP(); in mem_claim()
205 POP(); POP(); in mem_release()
213 int size = POP(); in mmu_claim()
214 int phys = POP(); in mmu_claim()
229 POP(); POP(); in mmu_release()
236 int mode = POP(); in mmu_map()
256 POP(); POP(); in mmu_unmap()
293 POP(); in ciface_release()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/ppc/briq/
H A Dmethods.c71 int len = POP(); in stdout_write()
189 int size = POP(); in mem_claim()
190 int phys = POP(); in mem_claim()
205 POP(); POP(); in mem_release()
213 int size = POP(); in mmu_claim()
214 int phys = POP(); in mmu_claim()
229 POP(); POP(); in mmu_release()
236 int mode = POP(); in mmu_map()
256 POP(); POP(); in mmu_unmap()
293 POP(); in ciface_release()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/ppc/briq/
H A Dmethods.c71 int len = POP(); in stdout_write()
189 int size = POP(); in mem_claim()
190 int phys = POP(); in mem_claim()
205 POP(); POP(); in mem_release()
213 int size = POP(); in mmu_claim()
214 int phys = POP(); in mmu_claim()
229 POP(); POP(); in mmu_release()
236 int mode = POP(); in mmu_map()
256 POP(); POP(); in mmu_unmap()
293 POP(); in ciface_release()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/arch/ppc/briq/
H A Dmethods.c71 int len = POP(); in stdout_write()
189 int size = POP(); in mem_claim()
190 int phys = POP(); in mem_claim()
205 POP(); POP(); in mem_release()
213 int size = POP(); in mmu_claim()
214 int phys = POP(); in mmu_claim()
229 POP(); POP(); in mmu_release()
236 int mode = POP(); in mmu_map()
256 POP(); POP(); in mmu_unmap()
293 POP(); in ciface_release()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/arch/ppc/briq/
H A Dmethods.c71 int len = POP(); in stdout_write()
189 int size = POP(); in mem_claim()
190 int phys = POP(); in mem_claim()
205 POP(); POP(); in mem_release()
213 int size = POP(); in mmu_claim()
214 int phys = POP(); in mmu_claim()
229 POP(); POP(); in mmu_release()
236 int mode = POP(); in mmu_map()
256 POP(); POP(); in mmu_unmap()
293 POP(); in ciface_release()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/ppc/briq/
H A Dmethods.c71 int len = POP(); in stdout_write()
189 int size = POP(); in mem_claim()
190 int phys = POP(); in mem_claim()
205 POP(); POP(); in mem_release()
213 int size = POP(); in mmu_claim()
214 int phys = POP(); in mmu_claim()
229 POP(); POP(); in mmu_release()
236 int mode = POP(); in mmu_map()
256 POP(); POP(); in mmu_unmap()
293 POP(); in ciface_release()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/arch/ppc/pearpc/
H A Dmethods.c38 int physbase = POP(); in rtas_instantiate()
71 int len = POP(); in stdout_write()
96 int ch, len = POP(); in tty_read()
116 int i, len = POP(); in tty_write()
185 ucell size = POP(); in mem_claim()
186 ucell phys = POP(); in mem_claim()
201 POP(); POP(); in mem_release()
225 POP(); POP(); in mmu_release()
252 POP(); POP(); in mmu_unmap()
289 POP(); in ciface_release()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/arch/ppc/pearpc/
H A Dmethods.c38 int physbase = POP(); in rtas_instantiate()
71 int len = POP(); in stdout_write()
96 int ch, len = POP(); in tty_read()
116 int i, len = POP(); in tty_write()
185 ucell size = POP(); in mem_claim()
186 ucell phys = POP(); in mem_claim()
201 POP(); POP(); in mem_release()
225 POP(); POP(); in mmu_release()
252 POP(); POP(); in mmu_unmap()
289 POP(); in ciface_release()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/arch/ppc/pearpc/
H A Dmethods.c38 int physbase = POP(); in rtas_instantiate()
71 int len = POP(); in stdout_write()
96 int ch, len = POP(); in tty_read()
116 int i, len = POP(); in tty_write()
185 ucell size = POP(); in mem_claim()
186 ucell phys = POP(); in mem_claim()
201 POP(); POP(); in mem_release()
225 POP(); POP(); in mmu_release()
252 POP(); POP(); in mmu_unmap()
289 POP(); in ciface_release()
[all …]

12345678910>>...205