aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/binv.h
blob: cef5b780dd1dfc2d03d6dd09ba23afbe45cebed4 (plain)
1
2
3
require_extension(EXT_ZBS);
int shamt = RS2 & (xlen-1);
WRITE_RD(sext_xlen(RS1 ^ (1LL << shamt)));