MIPT-ILab / mipt-mips

Cycle-accurate pre-silicon simulator of RISC-V and MIPS CPUs
http://mipt-ilab.github.io/mipt-mips/
MIT License
338 stars 138 forks source link

Revert "Add orc.b (#1500)" #1552

Closed pavelkryukov closed 2 years ago

pavelkryukov commented 2 years ago

This reverts commit d529d6b696a51f0edab05e07606648a35548baaa. orc.b is defined as pseudo-op of gorci.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1552 (3d33c1f) into main (e7d0573) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1552   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files         141      141           
  Lines       11649    11661   +12     
=======================================
+ Hits        11624    11636   +12     
  Misses         25       25           
Impacted Files Coverage Δ
simulator/func_sim/alu/shifter.h 100.00% <100.00%> (ø)
simulator/risc_v/riscv_instr.cpp 99.58% <100.00%> (ø)
simulator/risc_v/t/unit_test.cpp 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e7d0573...3d33c1f. Read the comment docs.