NetBSD/sys/arch/evbarm/ifpga
bjh21 d599df9587 Continue the " - . - 8" purge. Specifically:
add	rd, pc, #foo - . - 8		->	adr	rd, foo
ldr	rd, [pc, #foo - . - 8]		->	ldr	rd, foo

Also, when saving the return address for a function pointer call, use
"mov lr, pc" just before the call unless the return address is somewhere
other than just after the call site.

Finally, a few obvious little micro-optimisations like using LDR directly
rather than ADR followed by LDR, and loading directly into PC rather than
bouncing via R0.
2002-10-14 22:32:50 +00:00
..
genassym.cf New interrupt framework for NetBSD/evbarm, and accompanying new 2002-01-30 03:59:39 +00:00
ifpga.c Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
ifpga_clock.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
ifpga_io.c Make this compile with strict prototypes. 2002-10-06 17:13:58 +00:00
ifpga_irq.S Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
ifpga_irqhandler.c Make this compile with strict prototypes. 2002-10-06 17:13:58 +00:00
ifpga_pci.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
ifpga_pcivar.h
ifpgamem.h
ifpgareg.h
ifpgavar.h Make this compile with strict prototypes. 2002-10-06 17:13:58 +00:00
irqhandler.h Centralize ARM CPU configuration information by adding a new header 2002-04-12 18:50:29 +00:00
pl030_rtc.c Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
plcom_ifpga.c Use CFATTACH_DECL(). 2002-10-02 04:55:47 +00:00
plcom_ifpgavar.h