We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4940555 commit 9c1d59eCopy full SHA for 9c1d59e
llvm/lib/Target/RISCV/RISCVInstrInfoP.td
@@ -211,15 +211,13 @@ let Predicates = [HasStdExtP] in {
211
212
def PSATI_H : RVPShiftH_ri<0b110, 0b100, "psati.h">;
213
} // Predicates = [HasStdExtP]
214
-
215
let Predicates = [HasStdExtP, IsRV32], DecoderNamespace = "RV32Only" in {
216
def USATI_RV32 : RVPShiftW_ri<0b010, 0b100, "usati">;
217
218
def SRARI_RV32 : RVPShiftW_ri<0b101, 0b100, "srari">;
219
220
def SATI_RV32 : RVPShiftW_ri<0b110, 0b100, "sati">;
221
-} // Predicates = [HasStdExtP, IsRV64]
222
+} // Predicates = [HasStdExtP, IsRV32]
223
let Predicates = [HasStdExtP, IsRV64] in {
224
def PSRLI_W : RVPShiftW_ri<0b000, 0b100, "psrli.w">;
225
def PSRAI_W : RVPShiftW_ri<0b100, 0b100, "psrai.w">;
0 commit comments