[xcc] minor performance tweaks
[riscv-isa-sim.git] / riscv / insns / srliw.h
1 require_xpr64;
2 RD = sext32((uint32_t)RS1 >> SHAMTW);