Searched refs:is8bit (Results 1 – 5 of 5) sorted by relevance
310 bool is8bit, unsigned Opcode) const;
4715 bool is8bit, // operation in EmitPartwordAtomicBinary() argument4796 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitPartwordAtomicBinary()4798 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitPartwordAtomicBinary()4807 if (is8bit) in EmitPartwordAtomicBinary()5046 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; in EmitInstrWithCustomInserter() local5128 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()5130 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()5141 if (is8bit) in EmitInstrWithCustomInserter()
169 def _decode(data, encoding, is8bit=re.compile("[\x80-\xff]").search): argument171 if unicode and encoding and is8bit(data):
591 bool is8bit,
8505 bool is8bit, // operation in EmitPartwordAtomicBinary() argument8509 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode); in EmitPartwordAtomicBinary()8587 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitPartwordAtomicBinary()8589 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitPartwordAtomicBinary()8598 if (is8bit) in EmitPartwordAtomicBinary()9232 bool is8bit = MI.getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; in EmitInstrWithCustomInserter() local9312 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()9314 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()9325 if (is8bit) in EmitInstrWithCustomInserter()