aosp12/external/igt-gpu-tools/assembler
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
doc/examples init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
test init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.gitignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
TODO init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_compat.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_context.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_context.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_defines.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_disasm.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_eu.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_eu.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_eu_compact.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_eu_debug.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_eu_emit.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_eu_util.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_reg.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
brw_structs.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
disasm-main.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gen4asm.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gen8_disasm.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gen8_instruction.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gen8_instruction.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
gram.y init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
intel-gen4asm.pc.in init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
lex.l init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
main.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
meson.build init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ralloc.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ralloc.h init from android-12.1.0_r8 2023-01-09 17:11:35 +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.