summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-26Fix a typo in src/main.c: "in unit of type" -> "in unit of byte"Homer Hsing1-1/+1
2012-09-26Reduce hash value collision probability in src/main.cHomer Hsing1-3/+3
2012-09-26Move program_defaults init statement into variable declarationHomer Hsing1-3/+1
2012-09-26Better comment text. Change "c like" to "C style" in main.cHomer Hsing1-1/+1
2012-09-26Replace bzero by memset.Homer Hsing1-25/+25
2012-09-17Supporting integer subtraction with borrowHomer Hsing3-2/+4
2012-09-17Supporting find first bit instructionsHomer Hsing3-2/+6
2012-09-17Supporting half precision to single precision float convertionHomer Hsing3-1/+6
2012-09-17Supporting count bit set instructionHomer Hsing3-2/+4
2012-09-17Supporting instruction "reverse bits"Homer Hsing3-2/+4
2012-09-17Supporting instruction Bit Field Insert 1Homer Hsing3-2/+4
2012-09-17Delete an extra space character in brw_defines.hHomer Hsing1-1/+1
2012-09-17Supporting addc instructionHomer Hsing3-0/+4
2012-09-13Supporting bit field extract and bit field insert 2Homer Hsing3-2/+6
2012-09-12Supporting LRP: dest = src0 * src1 + (1-src0) * src2Homer Hsing3-2/+4
2012-09-12Support trinary source instruction "multiply add".Homer Hsing3-3/+120
2012-09-12add data structure in src/brw_structs.h for supporting three-source-operator ...Homer Hsing1-0/+42
2012-09-12Comment magic words "da1", "da16", "ia1", and "ia16"Homer Hsing1-13/+13
2012-09-07close File yyin before calling yylex_destroyHomer Hsing1-3/+3
2012-09-07Call yylex_destroy() to free memory after yyparse()Homer Hsing2-0/+3
2012-09-07Close input file handler yyin after yyparseHomer Hsing1-0/+3
2012-09-07Fix a typo ... lable -> labelHomer Hsing1-1/+1
2012-08-22fix the label checking logicsLu Guanqun1-1/+3
2012-07-17Waring if both predication and conditional modifier are enabled but use diffe...Xiang, Haihao1-0/+15
2012-07-17Add support for flag register f1 on Ivy bridgeXiang, Haihao4-9/+26
2012-07-17s/flag_reg_nr/flag_subreg_nr for an instructionXiang, Haihao4-18/+18
2012-07-17Remove flag_reg_nr from the DW3 of an instructionXiang, Haihao1-4/+2
2012-07-17Change the rule for flag registerXiang, Haihao2-13/+19
2012-06-29Accept symbol register as the leading register of the requestXiang, Haihao1-1/+8
2012-06-24disasm: decode SENDC like SENDBen Widawsky1-3/+6
2012-06-24disasm: add gen6 style send decodingBen Widawsky1-2/+2
2012-06-24disasm: add sendcBen Widawsky2-0/+2
2012-06-23disasm: add pln instructionBen Widawsky1-0/+1
2011-08-11A new syntax of SEND intruction on IvybridgeXiang, Haihao1-8/+58
2011-06-21bump version to 1.2Xiang, Haihao1-1/+1
2011-06-10Support VME on IvybridgeXiang, Haihao1-1/+1
2011-06-10Support DP for sampler/render/constant/data cacheXiang, Haihao4-2/+54
2011-05-30sampler/render/constant cache unit since SandybridgeXiang, Haihao2-7/+10
2011-05-30fix an error in commit cf76278Xiang, Haihao1-1/+1
2011-05-25SEND uses GRFs instead of MRFs on IvybridgeXiang, Haihao1-2/+12
2011-05-23Add support for sample (00000) on IvybridgeXiang, Haihao2-1/+19
2011-05-23Add support for data port read/write on IvybridgeXiang, Haihao2-3/+36
2011-05-23Add -g 7 for IvybridgeXiang, Haihao1-2/+2
2011-04-19Send instruction on PRE-ILKFeng, Boqun1-0/+39
2011-04-14Add VME support in SENDZhou Chang4-1/+30
2011-03-23intel-gen4asm: add byte array style disasmBen Widawsky1-4/+42
2011-03-18intel-gen4asm: have a C-like binary outputBen Widawsky1-6/+47
2011-03-01fix the parameters of register regionXiang, Haihao1-0/+6
2011-02-17send instruction on GEN6Xiang, Haihao1-0/+37
2011-02-16fix notification count registerXiang, Haihao1-11/+13