Searched refs:is8bit (Results 1 – 2 of 2) sorted by relevance
414 bool is8bit, unsigned Opcode) const;
6318 bool is8bit, // operation in EmitPartwordAtomicBinary() argument6398 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitPartwordAtomicBinary()6400 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitPartwordAtomicBinary()6409 if (is8bit) in EmitPartwordAtomicBinary()6934 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; in EmitInstrWithCustomInserter() local7015 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()7017 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()7028 if (is8bit) in EmitInstrWithCustomInserter()