This commit is contained in:
julianb0 2019-07-01 00:52:37 +02:00
parent 094c61954d
commit a336937994
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
2 changed files with 2 additions and 2 deletions

2
ka/ABI
View File

@ -81,7 +81,7 @@ their address in an appropriate register.
Return values are passed in 'rax'. If the return value does not fit Return values are passed in 'rax'. If the return value does not fit
and require more registers, use the following registers, in that order: and require more registers, use the following registers, in that order:
rax, rdx, r24-r31 rax, rdx, a16-a31
The following registers are volatile; the calling function cannot assume The following registers are volatile; the calling function cannot assume
that they will be left unmodified by the called function: that they will be left unmodified by the called function:

View File

@ -66,7 +66,7 @@
<keyword>[re]?[sbi]pl?</keyword> <keyword>[re]?[sbi]pl?</keyword>
<keyword>[x-z]mm[0-9]+</keyword> <keyword>[x-z]mm[0-9]+</keyword>
<keyword>[re]?[a-d][xhl]</keyword> <keyword>[re]?[a-d][xhl]</keyword>
<keyword>r[0-9]+[bwdlq]?</keyword> <keyword>[a-z][0-9]+[bwdlq]?</keyword>
<keyword>(s[at]|[dc]r)[0-9]+</keyword> <keyword>(s[at]|[dc]r)[0-9]+</keyword>
</keyword-list> </keyword-list>