Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:is8bit

6318                                             bool is8bit,    // operation
6398 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
6400 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
6409 if (is8bit)
6934 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8;
7015 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
7017 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
7028 if (is8bit)