summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/llvm/instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Implement arl, lerp opcodes and do a first stab at if/endifZack Rusin2007-10-241-0/+12
* Implement cross product and abs opcodeZack Rusin2007-10-241-0/+2
* Implement SGE and SLTZack Rusin2007-10-241-0/+2
* Align the load/stores. Reduce the amount of debugging output.Zack Rusin2007-10-241-0/+2
* Make lit work but in a very lame way - will have to be rewritten.Zack Rusin2007-10-241-1/+0
* Muchos fixos. gears kinda works. and cases don't crash.Zack Rusin2007-10-241-1/+9
* implement min and maxZack Rusin2007-10-241-0/+2
* Fix some warnings and implement lg2Zack Rusin2007-10-241-6/+9
* Implement frc and floorZack Rusin2007-10-241-1/+5
* Implement ex2 opcodeZack Rusin2007-10-241-0/+1
* Implement dst opcodeZack Rusin2007-10-241-0/+1
* Implement dph opcodeZack Rusin2007-10-241-0/+1
* Implement dot4 opcodeZack Rusin2007-10-241-0/+1
* Implement pow/rcp and sub opcodesZack Rusin2007-10-241-2/+8
* Implement basic opcode translation and storage translation.Zack Rusin2007-10-241-0/+43