Home | History | Annotate | Download | only in PowerPC

Lines Matching full:xori

1928 def XORI  : DForm_4<26, (outs gprc:$dst), (ins gprc:$src1, u16imm:$src2),
1929 "xori $dst, $src1, $src2", IIC_IntSimple,
2595 (XORIS (XORI $in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
2980 // (xori x, 1) because on the A2 nor has single-cycle latency while xori
3717 def : InstAlias<"xnop", (XORI R0, R0, 0)>;