Move formats, entities, and immediates to the base package.

- base.formats defines instruction formats.
- base.entities defines kinds of entity references.
- base.immediates defines kinds of imediate operands.
This commit is contained in:
Jakob Stoklund Olesen
2016-11-08 11:02:07 -08:00
parent bb28dc6686
commit 6eaa8eb382
7 changed files with 8 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ indicated with an instance of :class:`ImmediateKind`.
.. autoclass:: ImmediateKind
.. automodule:: cretonne.immediates
.. automodule:: base.immediates
:members:
Entity references
@@ -149,7 +149,7 @@ can be extended basic blocks, or entities declared in the function preamble.
.. currentmodule:: cdsl.operands
.. autoclass:: EntityRefKind
.. automodule:: cretonne.entities
.. automodule:: base.entities
:members:
Value types