mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Change the signext language in LangRef to closer match zeroext.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4457968011
commit
9e69ff914d
@ -1023,8 +1023,9 @@ declare signext i8 @returns_signed_char()
|
|||||||
|
|
||||||
<dt><tt><b>signext</b></tt></dt>
|
<dt><tt><b>signext</b></tt></dt>
|
||||||
<dd>This indicates to the code generator that the parameter or return value
|
<dd>This indicates to the code generator that the parameter or return value
|
||||||
should be sign-extended to a 32-bit value by the caller (for a parameter)
|
should be sign-extended to the extent required by the target's ABI (which
|
||||||
or the callee (for a return value).</dd>
|
is usually 32-bits) by the caller (for a parameter) or the callee (for a
|
||||||
|
return value).</dd>
|
||||||
|
|
||||||
<dt><tt><b>inreg</b></tt></dt>
|
<dt><tt><b>inreg</b></tt></dt>
|
||||||
<dd>This indicates that this parameter or return value should be treated in a
|
<dd>This indicates that this parameter or return value should be treated in a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user