about summary refs log tree commit diff stats
path: root/test/arch/mep/ir/test_datacache.py
blob: a462315df70d718c09781e658c0fb2e484a9e112 (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:

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

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