Searched defs:is8bit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5910 bool is8bit, // operation
5991 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
5993 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
6002 if (is8bit)
6511 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; local
6593 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
6595 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
6606 if (is8bit)
5908 EmitPartwordAtomicBinary(MachineInstr *MI, MachineBasicBlock *BB, bool is8bit, unsigned BinOpcode) const argument

Completed in 221 milliseconds