aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/sspush_x1.h
blob: 67ad9bb64c19095428483bd96190d11ee80a4ee4 (plain)
1
2
3
4
5
6
7
#include "zicfiss.h"

if (xSSE()) {
  PUSH_VALUE_TO_SS(RS2);
} else {
  #include "mop_rr_N.h"
}