aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/xnor.h
blob: ccf1c9f77bb36e7b8a8641d7111b97b365f96301 (plain)
1
2
require_either_extension(EXT_ZBB, EXT_ZBKB);
WRITE_RD(RS1 ^ ~RS2);