Home | History | Annotate | Download | only in PowerPC

Lines Matching full:adde

2504 defm ADDE  : XOForm_1rc<31, 138, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
2505 "adde", "$rT, $rA, $rB", IIC_IntGeneral,
2506 [(set i32:$rT, (adde i32:$rA, i32:$rB))]>;
2509 [(set i32:$rT, (adde i32:$rA, -1))]>;
2512 [(set i32:$rT, (adde i32:$rA, 0))]>;