diff doc/manual/callconvs/callconv_arm64.tex @ 68:b36a2fe30602

- cleanup
author cslag
date Sun, 06 Mar 2016 12:53:02 +0100
parents 3e629dc19168
children 7ca46969e0ad
line wrap: on
line diff
--- a/doc/manual/callconvs/callconv_arm64.tex	Tue Jan 12 08:17:50 2016 +0100
+++ b/doc/manual/callconvs/callconv_arm64.tex	Sun Mar 06 12:53:02 2016 +0100
@@ -36,7 +36,11 @@
 
 \paragraph{Registers and register usage}
 
-ARM64 features thirty-one 64 bit general purpose registers, namely x0-x30. Also, there is SP, a register with restricted use, used for the stack pointer, and PC dedicated as program counter. Additionally, there are thirty-two 128 bit registers v0-v31, to be used as SIMD and floating point registers, referred to as q0-q31, d0-d31 and s0-s31, respectively, depending on their use:\\
+ARM64 features thirty-one 64 bit general purpose registers, namely x0-x30.
+Also, there is SP, a register with restricted use, used for the stack pointer,
+and PC dedicated as program counter. Additionally, there are thirty-two 128 bit
+registers v0-v31, to be used as SIMD and floating point registers, referred to
+as q0-q31, d0-d31 and s0-s31, respectively, depending on their use:\\
 
 \begin{table}[h]
 \begin{tabular}{3 B}