Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 9.0
  • 8.0
  • 7.8
  • 7.6
  • 7.4
  • 7.2
  • 7.0
  • 0.6
  • rosuav/latex-markdown-renderer
  • rxnpatch/rxnpatch
  • marcus/gobject-introspection
  • rxnpatch/8.0
  • rosuav/pre-listening-ports
  • nt-tools
  • rosuav/async-annotations
  • rosuav/pgsql-ssl
  • rxnpatch/rxnpatch-broken/2023-10-06T094250
  • grubba/fdlib
  • grubba/wip/sakura/8.0
  • v8.0.2000
  • v8.0.1998
  • v8.0.1996
  • v8.0.1994
  • v8.0.1992
  • v8.0.1990
  • v8.0.1988
  • v8.0.1986
  • rxnpatch/clusters/8.0/2025-04-29T124414
  • rxnpatch/2025-04-29T124414
  • v8.0.1984
  • v8.0.1982
  • v8.0.1980
  • v8.0.1978
  • v8.0.1976
  • v8.0.1974
  • v8.0.1972
  • v8.0.1970
  • v8.0.1968
  • v8.0.1966
40 results

pike

  • Clone with SSH
  • Clone with HTTPS
  • Currently, code in this directory is written for arm cortex-a9.
    
    For efficient loads and stores, use ldmia, stmia and friends. Can do
    two loads or stores per cycle with 8-byte aligned addresses, or three
    loads or stores in two cycles, regardless of alignment.
    
    12 usable registers (if we exclude r9).
    
    ABI gnueabi(hf) (not depending on the floating point conventions)
    
    Registers	May be		Argument
    		clobbered	number
    
    r0		Y		1
    r1		Y		2
    r2		Y		3
    r3		Y		4
    r4		N
    r5		N
    r6		N
    r7		N
    r8		N
    r9 (sl)
    r10		N
    r11		N
    r12 (ip)	Y
    r13 (sp)
    r14 (lr)        N
    r15 (pc)
    
    q0 (d0, d1)	Y		1 (for "hf" abi)
    q1 (d2, d3)	Y		2
    q2 (d4, d5)	Y		3
    q3 (d6, d7)	Y		4
    q4 (d8, d9)	N
    q5 (d10, d11)	N
    q6 (d12, d13)	N
    q7 (d14, d15)	N
    q8 (d16, d17)	Y
    q9 (d18, d19)	Y
    q10 (d20, d21)	Y
    q11 (d22, d23)	Y
    q12 (d24, d25)	Y
    q13 (d26, d27)	Y
    q14 (d28, d29)	Y
    q15 (d30, d31)	Y