From 4ab3e6c16417897c5f5ec5de457644388418425c Mon Sep 17 00:00:00 2001 From: Juergen Ributzka Date: Sat, 11 Jan 2014 01:00:27 +0000 Subject: [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 --- docs/BitCodeFormat.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3