about summary refs log tree commit diff stats
path: root/test/arch/mep/ir/test_datacache.py
blob: 7d92f9c721f0f0b36def14ece01b6171adae8fc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Toshiba MeP-c4 - Data cache instructions unit tests
# Guillaume Valadon <guillaume@valadon.net>

from ut_helpers_ir import exec_instruction


class TestDataCache(object):

    def test_cache(self):
        """Test CACHE execution"""

        # CACHE imm4, (Rm)
        exec_instruction("CACHE 0x0, (R0)", [], [])