Lines Matching refs:Pu
463 // maps if (!Pu) jumpr Rs -> if (!Pu) jumpr:nt Rs
464 def : InstAlias<"if (!$Pu) jumpr $Rs",
465 (J2_jumprf PredRegs:$Pu, IntRegs:$Rs)>,
468 // maps if (Pu) jumpr Rs -> if (Pu) jumpr:nt Rs
469 def : InstAlias<"if ($Pu) jumpr $Rs",
470 (J2_jumprt PredRegs:$Pu, IntRegs:$Rs)>,
473 // maps if (!Pu) jump $r15_2 -> if (!Pu) jump:nt $r15_2
474 def : InstAlias<"if (!$Pu) jump $r15_2",
475 (J2_jumpf PredRegs:$Pu, brtarget:$r15_2)>,
478 // maps if (Pu) jump $r15_2 -> if (Pu) jump:nt $r15_2
479 def : InstAlias<"if ($Pu) jump $r15_2",
480 (J2_jumpt PredRegs:$Pu, brtarget:$r15_2)>,