add cdtbcd, cbcdtd, and addg6s
[power-instruction-analyzer.git] / src /
2021-09-07 Jacob Lifshayadd cdtbcd, cbcdtd, and addg6s master
2021-09-02 Jacob Lifshayworking on changing to use Rust's new asm! syntax since...
2021-09-01 Jacob Lifshayadd correct __all__ to module
2020-10-16 Jacob Lifshayfix cmprb_0
2020-10-16 Jacob Lifshayadd cmprb_0
2020-10-16 Jacob Lifshayadd cmp and cmpl
2020-10-16 Jacob Lifshayadd cmpli
2020-10-16 Jacob Lifshayadd cmpi
2020-10-14 Jacob Lifshayadd mulli
2020-10-14 Jacob Lifshayfix subfic
2020-10-14 Jacob Lifshayadd subfic
2020-10-14 Jacob Lifshayadd addis and addic[.]
2020-10-13 Jacob Lifshaychange immediate test values to be less redundant
2020-10-13 Jacob Lifshayworking on adding support for immediate operands
2020-10-12 Jacob Lifshayworking on adding instructions that take immediates
2020-09-04 Jacob Lifshayadd neg* instructions
2020-09-04 Jacob Lifshayfix addex again
2020-09-04 Jacob Lifshayfix addex
2020-09-04 Jacob Lifshayadd addex instruction and code needed for working aroun...
2020-09-04 Jacob Lifshayadd addme*, subfme*, addze*, and subfze*
2020-09-03 Jacob Lifshayadd more test values around i32 and i64 overflow
2020-09-03 Jacob Lifshayadd adde* and subfe*
2020-09-03 Jacob Lifshayfix subfc* to calculate correct carries
2020-09-03 Jacob Lifshayadd addc* and subfc* instructions
2020-09-03 Jacob Lifshayadd SO propagation
2020-09-03 Jacob Lifshayexpose methods to python for conversion between SPR...
2020-09-03 Jacob Lifshaycode compiles
2020-08-29 Jacob Lifshayworking on adding proc-macro that replaces macro_rules...
2020-08-28 Jacob LifshayWIP: adding support for carry input/outputs and simplif...
2020-08-28 Jacob Lifshayadd subf[o][.] instructions
2020-08-28 Jacob Lifshayworking on add[o][.] implementation
2020-08-27 Jacob Lifshaycomment out add* code until it can be tested
2020-08-27 Jacob Lifshayadd add[o][.]
2020-07-09 Jacob Lifshayworking on instruction model
2020-07-09 Jacob Lifshayworking on instruction models
2020-07-09 Jacob Lifshayupdating instruction models
2020-07-09 Jacob Lifshayswap assembly argument order to be the correct order
2020-07-09 Jacob Lifshayadd initial implementation of mul* and madd* instructions
2020-07-09 Jacob Lifshayrefactor API and add support for more instructions
2020-07-08 Jacob Lifshayadd python bindings
2020-05-28 Jacob Lifshayadd more test cases
2020-05-28 Jacob Lifshayworking on instruction model
2020-05-28 Jacob Lifshayworking on instruction models
2020-05-28 Jacob Lifshayworking on instruction models
2020-05-28 Jacob Lifshayworking on adding instruction models
2020-05-28 Jacob Lifshayadd newline to end of output
2020-05-28 Jacob Lifshayswitch output format to JSON to allow easier parsing
2020-05-26 Jacob Lifshaychange loop order
2020-05-26 Jacob Lifshayadd more instructions and test cases
2020-05-26 Jacob Lifshayinitial commit initial