Closed jnk0le closed 1 year ago
branch if rs1 & rs2 is zero or not
rs1 & rs2
equivalent to tio.bfextracti + c.beqz/bnez (compared to immediate load + test and branch)
tio.bfextracti
c.beqz/bnez
doesn't do a bitmaksk match anyway. not worth the encoding space
branch if
rs1 & rs2
is zero or not