Searched refs:is8bit (Results 1 – 2 of 2) sorted by relevance
494 bool is8bit, unsigned Opcode) const;
7917 bool is8bit, // operation in EmitPartwordAtomicBinary() argument7921 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode); in EmitPartwordAtomicBinary()8000 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitPartwordAtomicBinary()8002 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitPartwordAtomicBinary()8011 if (is8bit) in EmitPartwordAtomicBinary()8646 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; in EmitInstrWithCustomInserter() local8726 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()8728 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()8739 if (is8bit) in EmitInstrWithCustomInserter()