commit | 19b7bec4a37b081ed326293148fd793f04896b59 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sun Jul 19 09:49:00 2015 +0300 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Wed Oct 21 21:29:25 2015 +0300 |
tree | 97058af758983de0f2df5190105d1f1b637d4229 | |
parent | 5eeb40c5b1f00c4ee4fcf2f33087697d7ba6f5f6 [diff] |
target-xtensa: implement S32NB S32NB provides the same functionality as S32I with two exceptions. First, when its operation leaves the processor, the external transaction is marked Non-Bufferable. Second, it may not be used to write to Instruction RAM. In QEMU S32NB is equivalent to S32I. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>