summaryrefslogtreecommitdiff
path: root/assembler
AgeCommit message (Expand)Author
2013-03-04Fix a typo in src/main.c: "in unit of type" -> "in unit of byte"Homer Hsing
2013-03-04Reduce hash value collision probability in src/main.cHomer Hsing
2013-03-04Move program_defaults init statement into variable declarationHomer Hsing
2013-03-04Better comment text. Change "c like" to "C style" in main.cHomer Hsing
2013-03-04Replace bzero by memset.Homer Hsing
2013-03-04Supporting integer subtraction with borrowHomer Hsing
2013-03-04Supporting find first bit instructionsHomer Hsing
2013-03-04Supporting half precision to single precision float convertionHomer Hsing
2013-03-04Supporting count bit set instructionHomer Hsing
2013-03-04Supporting instruction "reverse bits"Homer Hsing
2013-03-04Supporting instruction Bit Field Insert 1Homer Hsing
2013-03-04Delete an extra space character in brw_defines.hHomer Hsing
2013-03-04Supporting addc instructionHomer Hsing
2013-03-04Supporting bit field extract and bit field insert 2Homer Hsing
2013-03-04Supporting LRP: dest = src0 * src1 + (1-src0) * src2Homer Hsing
2013-03-04Support trinary source instruction "multiply add".Homer Hsing
2013-03-04add data structure in src/brw_structs.h for supporting three-source-operator ...Homer Hsing
2013-03-04Comment magic words "da1", "da16", "ia1", and "ia16"Homer Hsing
2013-03-04close File yyin before calling yylex_destroyHomer Hsing
2013-03-04Call yylex_destroy() to free memory after yyparse()Homer Hsing
2013-03-04Close input file handler yyin after yyparseHomer Hsing
2013-03-04Fix a typo ... lable -> labelHomer Hsing
2013-03-04fix the label checking logicsLu Guanqun
2013-03-04Waring if both predication and conditional modifier are enabled but use diffe...Xiang, Haihao
2013-03-04Add support for flag register f1 on Ivy bridgeXiang, Haihao
2013-03-04s/flag_reg_nr/flag_subreg_nr for an instructionXiang, Haihao
2013-03-04Remove flag_reg_nr from the DW3 of an instructionXiang, Haihao
2013-03-04Change the rule for flag registerXiang, Haihao
2013-03-04Accept symbol register as the leading register of the requestXiang, Haihao
2013-03-04disasm: decode SENDC like SENDBen Widawsky
2013-03-04disasm: add gen6 style send decodingBen Widawsky
2013-03-04disasm: add sendcBen Widawsky
2013-03-04disasm: add pln instructionBen Widawsky
2013-03-04A new syntax of SEND intruction on IvybridgeXiang, Haihao
2013-03-04bump version to 1.2Xiang, Haihao
2013-03-04Support VME on IvybridgeXiang, Haihao
2013-03-04Support DP for sampler/render/constant/data cacheXiang, Haihao
2013-03-04sampler/render/constant cache unit since SandybridgeXiang, Haihao
2013-03-04fix an error in commit cf76278Xiang, Haihao
2013-03-04SEND uses GRFs instead of MRFs on IvybridgeXiang, Haihao
2013-03-04Add support for sample (00000) on IvybridgeXiang, Haihao
2013-03-04Add support for data port read/write on IvybridgeXiang, Haihao
2013-03-04Add -g 7 for IvybridgeXiang, Haihao
2013-03-04Send instruction on PRE-ILKFeng, Boqun
2013-03-04Add VME support in SENDZhou Chang
2013-03-04intel-gen4asm: add byte array style disasmBen Widawsky
2013-03-04intel-gen4asm: have a C-like binary outputBen Widawsky
2013-03-04fix the parameters of register regionXiang, Haihao
2013-03-04send instruction on GEN6Xiang, Haihao
2013-03-04fix notification count registerXiang, Haihao