commit | ef04a8467eae31bc93b9458ad3d30a6ad1303327 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Wed Sep 19 04:23:59 2012 +0400 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 22 17:59:13 2012 +0000 |
tree | d0e9a7cbe09e166e53295940772fce5d7798cf21 | |
parent | 4e273869671d78660cd709183d3c5dec3a17de79 [diff] |
target-xtensa: implement coprocessor context option In case Coprocessor Context option is enabled CPENABLE SR bits control whether access to coprocessors is allowed or would rise one of CoprocessorXDisabled exceptions. See ISA, 4.4.5 for more details. FP is coprocessor 0. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>