Lines Matching refs:XS
1338 def : Pat<(store f128:$XS, (PPCmatpcreladdr PCRelForm:$ga)),
1339 (PSTXVpc (COPY_TO_REGCLASS $XS, VSRC), $ga, 0)>;
1345 def : Pat<(store v4i32:$XS, (PPCmatpcreladdr PCRelForm:$ga)),
1346 (PSTXVpc $XS, $ga, 0)>;
1352 def : Pat<(store v2i64:$XS, (PPCmatpcreladdr PCRelForm:$ga)),
1353 (PSTXVpc $XS, $ga, 0)>;
1359 def : Pat<(store v4f32:$XS, (PPCmatpcreladdr PCRelForm:$ga)),
1360 (PSTXVpc $XS, $ga, 0)>;
1366 def : Pat<(store v2f64:$XS, (PPCmatpcreladdr PCRelForm:$ga)),
1367 (PSTXVpc $XS, $ga, 0)>;
2271 def : Pat<(store f128:$XS, PDForm:$dst),
2272 (PSTXV (COPY_TO_REGCLASS $XS, VSRC), memri34:$dst)>;
2276 def : Pat<(store v4i32:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>;
2280 def : Pat<(store v2i64:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>;
2284 def : Pat<(store v4f32:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>;
2288 def : Pat<(store v2f64:$XS, PDForm:$dst), (PSTXV $XS, memri34:$dst)>;