summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-01-11 01:00:27 +0000
committerJuergen Ributzka <juergen@apple.com>2014-01-11 01:00:27 +0000
commit4ab3e6c16417897c5f5ec5de457644388418425c (patch)
tree57ed379ed87bf04ac71409f8cd888b74d4da11fa /docs
parentbabad8b46e5cc841592d8bb26552b0683d41cd6d (diff)
downloadllvm-4ab3e6c16417897c5f5ec5de457644388418425c.tar.gz
llvm-4ab3e6c16417897c5f5ec5de457644388418425c.tar.bz2
llvm-4ab3e6c16417897c5f5ec5de457644388418425c.tar.xz
[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')
-rw-r--r--docs/BitCodeFormat.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/BitCodeFormat.rst b/docs/BitCodeFormat.rst
index d9d1df0b8e..89531dcfea 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