Home | History | Annotate | Download | only in PowerPC

Lines Matching full:cmplw

2018   def CMPLW  : XForm_16_ext<31, 32, (outs crrc:$crD), (ins gprc:$rA, gprc:$rB),
2019 "cmplw $crD, $rA, $rB", IIC_IntCompare>;
3110 (EXTRACT_SUBREG (CMPLW $s1, $s2), sub_lt)>;
3114 (EXTRACT_SUBREG (CMPLW $s1, $s2), sub_gt)>;
3121 (EXTRACT_SUBREG (CMPLW $s1, $s2), sub_lt)>;
3125 (EXTRACT_SUBREG (CMPLW $s1, $s2), sub_gt)>;
4076 def : InstAlias<"cmplw $rA, $rB", (CMPLW CR0, gprc:$rA, gprc:$rB)>;
4085 def : InstAlias<"cmpl $bf, 0, $rA, $rB", (CMPLW crrc:$bf, gprc:$rA, gprc:$rB)>;