File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/xenia/cpu/backend/a64 Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2111,11 +2111,6 @@ struct DOT_PRODUCT_3_V128
2111
2111
e.MOV (dest.toQ ().Selem ()[3 ], WZR);
2112
2112
e.FADDP (dest.toQ ().S4 (), dest.toQ ().S4 (), dest.toQ ().S4 ());
2113
2113
e.FADDP (dest.toS (), dest.toD ().S2 ());
2114
-
2115
- // Isolate lower lane
2116
- e.MOVI (Q0.D2 (), RepImm (0b00'00'00'00 ));
2117
- e.INS (Q0.Selem ()[0 ], dest.toQ ().Selem ()[0 ]);
2118
- e.MOV (dest.toQ ().B16 (), Q0.B16 ());
2119
2114
});
2120
2115
}
2121
2116
};
@@ -2134,11 +2129,6 @@ struct DOT_PRODUCT_4_V128
2134
2129
e.FMUL (dest.toQ ().S4 (), src1.S4 (), src2.S4 ());
2135
2130
e.FADDP (dest.toQ ().S4 (), dest.toQ ().S4 (), dest.toQ ().S4 ());
2136
2131
e.FADDP (dest.toS (), dest.toD ().S2 ());
2137
-
2138
- // Isolate lower lane
2139
- e.MOVI (Q0.D2 (), RepImm (0b00'00'00'00 ));
2140
- e.INS (Q0.Selem ()[0 ], dest.toQ ().Selem ()[0 ]);
2141
- e.MOV (dest.toQ ().B16 (), Q0.B16 ());
2142
2132
});
2143
2133
}
2144
2134
};
You can’t perform that action at this time.
0 commit comments