summaryrefslogtreecommitdiff
path: root/assembler/lex.l
AgeCommit message (Expand)AuthorFilesLines
2021-02-01assembler: Fix or suppress clang warningsChris Wilson1-1/+1
2014-05-19assembler: distinguish the channel of .z from the condition of .zXiang, Haihao1-0/+45
2014-02-06assembler: define YY_NO_INPUT to prevent unused symbol warningsThomas Wood1-0/+1
2013-05-22assembler: Add support for the SENDC instruction.Matt Turner1-0/+1
2013-03-04assembler: Add location supportDamien Lespiau1-6/+18
2013-03-04build: Integrate the merged gen assembler in the build systemDamien Lespiau1-0/+428
2013-03-04Add autotools build system, and rearrange directory layout.Eric Anholt1-324/+0
2013-03-04Add support for register-indirect access in destination registers.Eric Anholt1-0/+17
2013-03-04Avoid shift/reduce conflict in predicate by making flagreg and subreg 1 token.Eric Anholt1-2/+10
2013-03-04Add support for predicate control.Eric Anholt1-0/+11
2013-03-04Add support for swizzle control on source operands.Eric Anholt1-0/+18
2013-03-04Add support for more instruction options.Eric Anholt1-0/+8
2013-03-04Add rules for more registers, and use some for destinations.Eric Anholt1-0/+52
2013-03-04Add many more opcodes.Eric Anholt1-18/+52
2013-03-04Lex the register number with the register name.Eric Anholt1-22/+19
2013-03-04Add syntax for extended math send functions, and adjust packed_yuv_sf for it.Eric Anholt1-0/+27
2013-03-04Add a syntax for urb write messages.Eric Anholt1-0/+6
2013-03-04Add support for negate and abs to source operands.Eric Anholt1-0/+2
2013-03-04C warnings cleanup.Eric Anholt1-1/+1
2013-03-04Get the wm program to parse.Eric Anholt1-4/+54
2013-03-04Initial gen4asm code.Eric Anholt1-0/+94