|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| doc/examples/ | | 03-May-2024 | - | 180 | 172 |
| test/ | | 03-May-2024 | - | 157 | 106 |
| .gitignore | D | 03-May-2024 | 188 | 20 | 18 |
| README | D | 03-May-2024 | 460 | 10 | 7 |
| TODO | D | 03-May-2024 | 565 | 15 | 14 |
| brw_compat.h | D | 03-May-2024 | 2.1 KiB | 70 | 29 |
| brw_context.c | D | 03-May-2024 | 1.5 KiB | 45 | 17 |
| brw_context.h | D | 03-May-2024 | 2.1 KiB | 79 | 36 |
| brw_defines.h | D | 03-May-2024 | 65.8 KiB | 1,653 | 1,299 |
| brw_disasm.c | D | 03-May-2024 | 39.7 KiB | 1,349 | 1,181 |
| brw_eu.c | D | 03-May-2024 | 7.6 KiB | 269 | 175 |
| brw_eu.h | D | 03-May-2024 | 12.2 KiB | 428 | 297 |
| brw_eu_compact.c | D | 03-May-2024 | 22.6 KiB | 811 | 656 |
| brw_eu_debug.c | D | 03-May-2024 | 2.7 KiB | 93 | 52 |
| brw_eu_emit.c | D | 03-May-2024 | 81.8 KiB | 2,628 | 1,856 |
| brw_eu_util.c | D | 03-May-2024 | 3.1 KiB | 126 | 71 |
| brw_reg.h | D | 03-May-2024 | 20.5 KiB | 809 | 592 |
| brw_structs.h | D | 03-May-2024 | 34.3 KiB | 1,494 | 1,228 |
| disasm-main.c | D | 03-May-2024 | 4.6 KiB | 178 | 141 |
| gen4asm.h | D | 03-May-2024 | 5.9 KiB | 232 | 151 |
| gen8_disasm.c | D | 03-May-2024 | 29.2 KiB | 989 | 846 |
| gen8_instruction.c | D | 03-May-2024 | 14.8 KiB | 446 | 308 |
| gen8_instruction.h | D | 03-May-2024 | 9.6 KiB | 363 | 221 |
| gram.y | D | 03-May-2024 | 102.6 KiB | 3,397 | 2,780 |
| intel-gen4asm.pc.in | D | 03-May-2024 | 198 | 11 | 9 |
| lex.l | D | 03-May-2024 | 12.7 KiB | 488 | 425 |
| main.c | D | 03-May-2024 | 12.1 KiB | 479 | 381 |
| meson.build | D | 03-May-2024 | 2.5 KiB | 104 | 90 |
| ralloc.c | D | 03-May-2024 | 10.2 KiB | 478 | 341 |
| ralloc.h | D | 03-May-2024 | 13.1 KiB | 408 | 48 |
README
1intel-gen4asm is a program to compile an assembly language for the Intel 965
2Express Chipset. It has been used to construct programs for textured video in
3the 2d driver.
4
5Some examples of gen4 assembly programs are in the doc/examples directory.
6
7Note that the language parsed by this assembler is not exactly what the final
8language is going to look like. In particular, the send instructions need to
9be cleaned up and made more reasonable to program with.
10