aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vslide1up_vx.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vslide1up_vx.h')
-rw-r--r--riscv/insns/vslide1up_vx.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/riscv/insns/vslide1up_vx.h b/riscv/insns/vslide1up_vx.h
index 33cb9ed..256419e 100644
--- a/riscv/insns/vslide1up_vx.h
+++ b/riscv/insns/vslide1up_vx.h
@@ -6,24 +6,24 @@ if (i != 0) {
if (sew == e8) {
VI_XI_SLIDEUP_PARAMS(e8, 1);
vd = vs2;
- } else if(sew == e16) {
+ } else if (sew == e16) {
VI_XI_SLIDEUP_PARAMS(e16, 1);
vd = vs2;
- } else if(sew == e32) {
+ } else if (sew == e32) {
VI_XI_SLIDEUP_PARAMS(e32, 1);
vd = vs2;
- } else if(sew == e64) {
+ } else if (sew == e64) {
VI_XI_SLIDEUP_PARAMS(e64, 1);
vd = vs2;
}
} else {
if (sew == e8) {
P.VU.elt<uint8_t>(rd_num, 0, true) = RS1;
- } else if(sew == e16) {
+ } else if (sew == e16) {
P.VU.elt<uint16_t>(rd_num, 0, true) = RS1;
- } else if(sew == e32) {
+ } else if (sew == e32) {
P.VU.elt<uint32_t>(rd_num, 0, true) = RS1;
- } else if(sew == e64) {
+ } else if (sew == e64) {
P.VU.elt<uint64_t>(rd_num, 0, true) = RS1;
}
}