Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / decoder / test / test_decoder_gas.py
2021-04-24 Luke Kenneth Casso... remove code moved to openpower-isa repo
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2020-12-13 Cesar StraussAllow more test cases to be run with CXXSim
2020-07-12 Luke Kenneth Casso... rename InternalOp to MicrOp
2020-06-04 Luke Kenneth Casso... use copy of FHDLTestCase
2020-05-21 Michael NolanAdd third cr register select field to decoder
2020-05-21 Michael NolanAdd cr output decoder to power_decoder2.py
2020-05-21 Michael NolanAdd CR In decoder to power_decoder2.py
2020-04-17 Jacob Lifshayfix tests
2020-04-01 Michael NolanFix bug in test_decoder_gas
2020-03-30 Michael NolanFix bug in GAS test where it would load and update...
2020-03-30 Michael NolanFix tests broken by df295b5
2020-03-24 Luke Kenneth Casso... whitespace cleanup
2020-03-23 Michael NolanProperly sign extend immediates
2020-03-23 Michael NolanMove gnu assembler interface to separate file
2020-03-21 Luke Kenneth Casso... whoops cut/paste error
2020-03-21 Luke Kenneth Casso... shorten variables, add comments
2020-03-21 Luke Kenneth Casso... add option to switch endianness on gnu as
2020-03-20 Michael NolanMinor cleanup
2020-03-20 Michael NolanAdd test for branch to lr/ctr
2020-03-20 Michael NolanAdd tests for branch instructions
2020-03-20 Michael NolanAdd test for rotate/shift instructions
2020-03-20 Michael NolanRemove unneeded condition register decoder
2020-03-19 Michael NolanAdd test for cmp with register
2020-03-19 Michael NolanAdd tests for load/store with immediate offset
2020-03-19 Michael NolanAdd ld and st instructions to the reg/reg 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