Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:is8bit

5747                                             bool is8bit,    // operation
5828 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
5830 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
5839 if (is8bit)
6104 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8;
6186 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
6188 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
6199 if (is8bit)