You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microwatt/scripts
Paul Mackerras ca872faede core: Consolidate several OP_* values into a single OP_COMPUTE
This replaces OP_ADDG6S, OP_BCD, OP_BREV, OP_CMPB, OP_CMPEQB,
OP_CMPRB, OP_CROP, OP_EXTS, OP_EXTSWSLI, OP_ISEL, OP_LOGIC, OP_MFCR,
OP_PRTY, OP_RLC, OP_RLCL, OP_RLCR, OP_SETB, OP_SHL, OP_SHR,
and OP_XOR with a single OP_COMPUTE.  The replaced operations are all
ones which just compute a result value (for GPR or CR) in execute1,
don't have any other side effects, and aren't used in decode2 to
determine other signals.  The operation to be performed is
sufficiently defined by the result and subresult fields in the decode
table.  With the elimination of OP_SPARE, this reduces the number of
insn_type_t values to 44.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
5 months ago
..
fmt_log core: Consolidate several OP_* values into a single OP_COMPUTE 5 months ago
mw_debug core: Implement LPCR register 10 months ago
bin2hex.py
dependencies.py
gen_icache_tb.py
make_version.sh syscon: Implement a register for storing git hash info 3 years ago
make_version_fusesoc.py syscon: Implement a register for storing git hash info 3 years ago
run_test.sh scripts/run_test: Use grep -E instead of egrep 2 years ago
run_test_console.sh test: Add test for metavalues 4 years ago
test_micropython.py
test_micropython_long.py
test_micropython_verilator.py
test_micropython_verilator_long.py
vhdltags