• Home
Name Date Size #Lines LOC

..--

doc/examples/03-May-2024-180172

test/03-May-2024-157106

.gitignoreD03-May-2024188 2018

READMED03-May-2024460 107

TODOD03-May-2024565 1514

brw_compat.hD03-May-20242.1 KiB7029

brw_context.cD03-May-20241.5 KiB4517

brw_context.hD03-May-20242.1 KiB7936

brw_defines.hD03-May-202465.8 KiB1,6531,299

brw_disasm.cD03-May-202439.7 KiB1,3491,181

brw_eu.cD03-May-20247.6 KiB269175

brw_eu.hD03-May-202412.2 KiB428297

brw_eu_compact.cD03-May-202422.6 KiB811656

brw_eu_debug.cD03-May-20242.7 KiB9352

brw_eu_emit.cD03-May-202481.8 KiB2,6281,856

brw_eu_util.cD03-May-20243.1 KiB12671

brw_reg.hD03-May-202420.5 KiB809592

brw_structs.hD03-May-202434.3 KiB1,4941,228

disasm-main.cD03-May-20244.6 KiB178141

gen4asm.hD03-May-20245.9 KiB232151

gen8_disasm.cD03-May-202429.2 KiB989846

gen8_instruction.cD03-May-202414.8 KiB446308

gen8_instruction.hD03-May-20249.6 KiB363221

gram.yD03-May-2024102.6 KiB3,3972,780

intel-gen4asm.pc.inD03-May-2024198 119

lex.lD03-May-202412.7 KiB488425

main.cD03-May-202412.1 KiB479381

meson.buildD03-May-20242.5 KiB10490

ralloc.cD03-May-202410.2 KiB478341

ralloc.hD03-May-202413.1 KiB40848

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