diff options
author | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-05-31 08:17:28 +0000 |
---|---|---|
committer | varobert <varobert@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-05-31 08:17:28 +0000 |
commit | 33041338ca03e3bf4f56dc59a1d38e1b7aa6232c (patch) | |
tree | b14cadc9ef85527e8964bc55684c1c21176165a9 /checklink/PPC_parsers.ml | |
parent | a387e571182a5a9c606b99a9ce7050e298146be3 (diff) |
checklink: fixed FSQRTEx parsing
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1906 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'checklink/PPC_parsers.ml')
-rw-r--r-- | checklink/PPC_parsers.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checklink/PPC_parsers.ml b/checklink/PPC_parsers.ml index 192c14a..5fb8c2d 100644 --- a/checklink/PPC_parsers.ml +++ b/checklink/PPC_parsers.ml @@ -141,7 +141,7 @@ let parse_instr bs = -> FRESx(d, b, rc) | { 63:6; d:5; 0:5; b:5; 12:10; rc:1 } -> FRSPx(d, b, rc) - | { 63:6; d:5; 0:5; b:5; 0:5; 22:5; rc:1 } + | { 63:6; d:5; 0:5; b:5; 0:5; 26:5; rc:1 } -> FRSQRTEx(d, b, rc) | { 63:6; d:5; a:5; b:5; c:5; 23:5; rc:1 } -> FSELx(d, a, b, c, rc) |