Lines Matching full:dspr
1283 def : BitconvertPat<i32, v2i16, GPR32, DSPR>;
1284 def : BitconvertPat<i32, v4i8, GPR32, DSPR>;
1285 def : BitconvertPat<v2i16, i32, DSPR, GPR32>;
1286 def : BitconvertPat<v4i8, i32, DSPR, GPR32>;
1289 (v2i16 (COPY_TO_REGCLASS (LW addr:$a), DSPR))>;
1291 (v4i8 (COPY_TO_REGCLASS (LW addr:$a), DSPR))>;
1292 def : DSPPat<(store (v2i16 DSPR:$val), addr:$a),
1293 (SW (COPY_TO_REGCLASS DSPR:$val, GPR32), addr:$a)>;
1294 def : DSPPat<(store (v4i8 DSPR:$val), addr:$a),
1295 (SW (COPY_TO_REGCLASS DSPR:$val, GPR32), addr:$a)>;
1340 (ValTy (COPY_TO_REGCLASS (ADDiu ZERO, -1), DSPR)),
1348 (ValTy (COPY_TO_REGCLASS (ADDiu ZERO, -1), DSPR))))>;