Add checks for the decoding of RC (the . in some instructions)
[soc.git] / src / soc / decoder / test /
2020-03-19 Michael NolanAdd checks for the decoding of RC (the . in some instru...
2020-03-19 Michael NolanAdd tests for register+immediate ops
2020-03-19 Michael NolanFactor out instruction generation and testing from...
2020-03-19 Michael NolanCleanup test_decoder_gas.py
2020-03-19 Michael NolanAdd assertions for input registers
2020-03-19 Luke Kenneth Casso... fix silly errors in power_fieldsn.py
2020-03-18 Michael NolanBegin adding a test using GNU AS
2020-03-18 Luke Kenneth Casso... import absolute paths
2020-03-09 Michael NolanFix test
2020-03-09 Luke Kenneth Casso... add __init__.py files to decoder
2020-03-09 Luke Kenneth Casso... move all source directories to soc so that "import...