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