assembler: Import brw_eu_compact.c

To be able to import brw_eu.c and brw_eu_emit.c later on. This could be
used to get the assembler generate compact instructions at some point.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-19 22:52:21 +00:00
parent a66cd60f2d
commit 112075f8c2
5 changed files with 844 additions and 11 deletions
+12 -11
View File
@@ -4,17 +4,18 @@ noinst_LTLIBRARIES = libbrw.la
bin_PROGRAMS = intel-gen4asm intel-gen4disasm
libbrw_la_SOURCES = \
brw_compat.h \
brw_context.c \
brw_context.h \
brw_disasm.c \
brw_defines.h \
brw_eu.h \
brw_reg.h \
brw_structs.h \
ralloc.c \
ralloc.h \
libbrw_la_SOURCES = \
brw_compat.h \
brw_context.c \
brw_context.h \
brw_disasm.c \
brw_defines.h \
brw_eu.h \
brw_eu_compact.c \
brw_reg.h \
brw_structs.h \
ralloc.c \
ralloc.h \
$(NULL)
AM_YFLAGS = -d --warnings=all