diff options
Diffstat (limited to 'constants.py')
-rw-r--r-- | constants.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/constants.py b/constants.py index fa59aa7..7959a4b 100644 --- a/constants.py +++ b/constants.py @@ -144,8 +144,15 @@ latex_mapping = { "c_uimm9sphi": "uimm[5]", "c_uimm10sp_s": "uimm[5:4$\\vert$9:6]", "c_uimm9sp_s": "uimm[5:3$\\vert$8:6]", + "rd_p_e": "rd\\,$'$, even values only", + "rs2_p_e": "rs2\\,$'$, even values only", + "rd_n0_e": "rd$\\neq$0, even values only", + "c_rs2_e": "rs2, even values only", + "rd_e": "rd, even values only", + "rs2_e": "rs2, even values only", } + # created a dummy instruction-dictionary like dictionary for all the instruction # types so that the same logic can be used to create their tables latex_inst_type = { |