aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/bclri.h
blob: 546dcaa9f3e8e38f276174f62bc2c2125ff53a9b (plain)
1
2
3
require_extension('B');
int shamt = SHAMT & (xlen-1);
WRITE_RD(sext_xlen(RS1 & ~(1LL << shamt)));