android13/external/igt-gpu-tools/assembler
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
doc/examples initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
TODO initial 2024-06-22 20:45:49 +08:00
brw_compat.h initial 2024-06-22 20:45:49 +08:00
brw_context.c initial 2024-06-22 20:45:49 +08:00
brw_context.h initial 2024-06-22 20:45:49 +08:00
brw_defines.h initial 2024-06-22 20:45:49 +08:00
brw_disasm.c initial 2024-06-22 20:45:49 +08:00
brw_eu.c initial 2024-06-22 20:45:49 +08:00
brw_eu.h initial 2024-06-22 20:45:49 +08:00
brw_eu_compact.c initial 2024-06-22 20:45:49 +08:00
brw_eu_debug.c initial 2024-06-22 20:45:49 +08:00
brw_eu_emit.c initial 2024-06-22 20:45:49 +08:00
brw_eu_util.c initial 2024-06-22 20:45:49 +08:00
brw_reg.h initial 2024-06-22 20:45:49 +08:00
brw_structs.h initial 2024-06-22 20:45:49 +08:00
disasm-main.c initial 2024-06-22 20:45:49 +08:00
gen4asm.h initial 2024-06-22 20:45:49 +08:00
gen8_disasm.c initial 2024-06-22 20:45:49 +08:00
gen8_instruction.c initial 2024-06-22 20:45:49 +08:00
gen8_instruction.h initial 2024-06-22 20:45:49 +08:00
gram.y initial 2024-06-22 20:45:49 +08:00
intel-gen4asm.pc.in initial 2024-06-22 20:45:49 +08:00
lex.l initial 2024-06-22 20:45:49 +08:00
main.c initial 2024-06-22 20:45:49 +08:00
meson.build initial 2024-06-22 20:45:49 +08:00
ralloc.c initial 2024-06-22 20:45:49 +08:00
ralloc.h initial 2024-06-22 20:45:49 +08:00

README

intel-gen4asm is a program to compile an assembly language for the Intel 965
Express Chipset.  It has been used to construct programs for textured video in
the 2d driver.

Some examples of gen4 assembly programs are in the doc/examples directory.

Note that the language parsed by this assembler is not exactly what the final
language is going to look like.  In particular, the send instructions need to
be cleaned up and made more reasonable to program with.