mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
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:
+12
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user