1
0
mirror of https://github.com/tiagovignatti/intel-gpu-tools.git synced 2025-08-04 23:56:43 +00:00
Homer Hsing b1ef3bc209 Supporting integer subtraction with borrow
subb: subtract unsigned integer src1 from src0. store the result
in dst and store the borrow (0 or 1) as a 32-bit value in acc.
2013-03-04 15:54:31 +00:00
..
2013-03-04 15:54:29 +00:00
2013-03-04 15:54:26 +00:00
2013-03-04 15:54:26 +00:00

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.