Move ISA definitions into cdsl.isa.

The cretonne package is now split into two: cdsl and base.
This commit is contained in:
Jakob Stoklund Olesen
2016-11-08 13:21:05 -08:00
parent cc86964ab3
commit 8846cb8105
4 changed files with 29 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ instruction formats described in the reference:
Version 2.1
"""
from __future__ import absolute_import
from cretonne import EncRecipe
from cdsl.isa import EncRecipe
from cdsl.predicates import IsSignedInt
from base.formats import Binary, BinaryImm