On 4/25/25 05:01, Djordje Todorovic wrote:
+# Fields +%rs3 27:5 +%rs2 20:5 +%rs1 15:5 +%rd 7:5 + +# Argument sets + +# Formats +@r4 ..... .. ..... ..... ... ..... ....... %rs3 %rs2 %rs1 %rd + +# *** RV64 MIPS Extension *** +ccmov .....11 ..... ..... 011 ..... 0001011 @r4
Just write ccmov rs3:5 11 rs2:5 rs1:5 011 rd:5 0001011 since none of the fields or argument sets are reused. r~