add addex instruction and code needed for working around LLVM not implementing addex...
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 4 Sep 2020 03:18:35 +0000 (20:18 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 4 Sep 2020 03:18:35 +0000 (20:18 -0700)
commit651216c2c90ace7fc9163c20083dbc47a79b637f
tree91adf84ce7b04529c6172933b54010299f95cdf6
parentcfac6324c82fac01d8cf4f0ca238514e1420cd62
add addex instruction and code needed for working around LLVM not implementing addex in the assembler
power-instruction-analyzer-proc-macro/src/inline_assembly.rs
power-instruction-analyzer-proc-macro/src/instructions.rs
src/instr_models.rs
src/lib.rs