assembler: Import brw_eu_emit.c

Finally importing the meaty brw_eu_emit.c code that emit instructions.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2013-01-19 23:27:46 +00:00
parent 7902f2c08c
commit 042e9353e9
3 changed files with 2551 additions and 0 deletions

View File

@ -13,6 +13,7 @@ libbrw_la_SOURCES = \
brw_eu.h \
brw_eu.c \
brw_eu_compact.c \
brw_eu_emit.c \
brw_reg.h \
brw_structs.h \
ralloc.c \

View File

@ -58,6 +58,7 @@ extern "C" {
#endif
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
#define Elements(x) ARRAY_SIZE(x)
#ifdef __cplusplus
} /* end of extern "C" */

2549
assembler/brw_eu_emit.c Normal file

File diff suppressed because it is too large Load Diff