Lines Matching refs:Pv
354 // Alias of: if ($Pv.new) memX($Rs) = $Rt
356 def : InstAlias<"if ($Pv.new) memb($Rs) = $Rt",
357 (S4_pstorerbtnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
359 def : InstAlias<"if ($Pv.new) memh($Rs) = $Rt",
360 (S4_pstorerhtnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
362 def : InstAlias<"if ($Pv.new) memh($Rs) = $Rt.h",
363 (S4_pstorerftnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
365 def : InstAlias<"if ($Pv.new) memw($Rs) = $Rt",
366 (S4_pstoreritnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
368 def : InstAlias<"if ($Pv.new) memd($Rs) = $Rtt",
370 PredRegs:$Pv, IntRegs:$Rs, 0, DoubleRegs:$Rtt), 0>;
372 def : InstAlias<"if (!$Pv.new) memb($Rs) = $Rt",
373 (S4_pstorerbfnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
375 def : InstAlias<"if (!$Pv.new) memh($Rs) = $Rt",
376 (S4_pstorerhfnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
378 def : InstAlias<"if (!$Pv.new) memh($Rs) = $Rt.h",
379 (S4_pstorerffnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
381 def : InstAlias<"if (!$Pv.new) memw($Rs) = $Rt",
382 (S4_pstorerifnew_io PredRegs:$Pv, IntRegs:$Rs, 0, IntRegs:$Rt), 0>;
384 def : InstAlias<"if (!$Pv.new) memd($Rs) = $Rtt",
386 PredRegs:$Pv, IntRegs:$Rs, 0, DoubleRegs:$Rtt), 0>;