summaryrefslogtreecommitdiff
path: root/instruction.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-04Add dp_instructionHEADmasterTom Stellard1-0/+35
2011-01-04Add max_instructionTom Stellard1-0/+4
2011-01-04add min_instruction()Tom Stellard1-0/+4
2011-01-04Add rcp_instructionTom Stellard1-0/+4
2011-01-04Add sat_instructionTom Stellard1-0/+4
2011-01-01queue writes and commit them after an instruction has finished executingTom Stellard1-5/+5
2010-12-29add sub_instructionTom Stellard1-0/+4
2010-12-29Add abs_instructionTom Stellard1-0/+23
2010-12-28Remove instruction::trim_dst_regs()Tom Stellard1-10/+0
2010-12-28Add MAD instructionTom Stellard1-0/+18
2010-12-28Add mul instructionTom Stellard1-0/+16
2010-12-28instruction: Add trim_dst_regs()Tom Stellard1-0/+10
2010-12-28instruction: Add MOV instructionTom Stellard1-0/+14
2010-12-16Rename inst_loader -> program_loader plus some interface changes toTom Stellard1-7/+23
2010-12-09Get basic functionality working with a simple test case.Tom Stellard1-7/+19
2010-12-07Initial commitTom Stellard1-0/+22