summaryrefslogtreecommitdiff
path: root/assembler/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30assembler/skl: Add gen 9 to the -g optionDamien Lespiau1-2/+2
2013-11-06assembler/bdw: Set jip/uip offsets used by flow control instructionsXiang, Haihao1-47/+5
2013-11-06assembler/bdw: Add gen8_instruction from mesaDamien Lespiau1-2/+2
2013-03-04assembler: Remove trailing white spaceDamien Lespiau1-1/+1
2013-03-04assembler: Move struct relocation out of relocatable instructionsDamien Lespiau1-2/+2
2013-03-04assembler: Renamed the instruction field to insnDamien Lespiau1-5/+5
2013-03-04assembler: Cleanup visibility of a few global variables/functionsDamien Lespiau1-6/+6
2013-03-04assembler: Add a check for when width is 1 and hstride is not 0Damien Lespiau1-1/+6
2013-03-04assembler: Use brw_set_dest() to encode the destinationDamien Lespiau1-0/+11
2013-03-04assembler: Don't expose functions only used in main.cDamien Lespiau1-2/+2
2013-03-04assembler: Don't change the size of opcodes!Damien Lespiau1-11/+12
2013-03-04assembler: Make explicit that labels are part of the instructions listDamien Lespiau1-28/+38
2013-03-04assembler: Make print_instruction() take an instructionDamien Lespiau1-22/+22
2013-03-04assembler: Rename branch_2_offset to break_contDamien Lespiau1-4/+4
2013-03-04assembler: Rename branch to branch_gen6Damien Lespiau1-1/+1
2013-03-04build: Integrate the merged gen assembler in the build systemDamien Lespiau1-0/+493
2013-03-04Add autotools build system, and rearrange directory layout.Eric Anholt1-100/+0
2013-03-04Add input/output file command line arguments.Eric Anholt1-2/+46
2013-03-04And add a comma. This was supposed to be a minor change.Eric Anholt1-1/+1
2013-03-04actually print out last uint32_t of instruction.Eric Anholt1-1/+2
2013-03-04Start correcting the translation.Eric Anholt1-1/+1
2013-03-04Initial gen4asm code.Eric Anholt1-0/+55