diff options
author | Juergen Ributzka <juergen@apple.com> | 2014-01-11 01:00:27 +0000 |
---|---|---|
committer | Juergen Ributzka <juergen@apple.com> | 2014-01-11 01:00:27 +0000 |
commit | 4ab3e6c16417897c5f5ec5de457644388418425c (patch) | |
tree | 57ed379ed87bf04ac71409f8cd888b74d4da11fa /docs/BitCodeFormat.rst | |
parent | babad8b46e5cc841592d8bb26552b0683d41cd6d (diff) | |
download | llvm-4ab3e6c16417897c5f5ec5de457644388418425c.tar.gz |
[anyregcc] Fix callee-save mask for anyregcc
Use separate callee-save masks for XMM and YMM registers for anyregcc on X86 and
select the proper mask depending on the target cpu we compile for.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/BitCodeFormat.rst')
-rw-r--r-- | docs/BitCodeFormat.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/BitCodeFormat.rst b/docs/BitCodeFormat.rst index d9d1df0b8e6f..89531dcfea69 100644 --- a/docs/BitCodeFormat.rst +++ b/docs/BitCodeFormat.rst @@ -729,6 +729,8 @@ function. The operand fields are: * ``ccc``: code 0 * ``fastcc``: code 8 * ``coldcc``: code 9 + * ``webkit_jscc``: code 12 + * ``anyregcc``: code 13 * ``x86_stdcallcc``: code 64 * ``x86_fastcallcc``: code 65 * ``arm_apcscc``: code 66 |