Home
last modified time | relevance | path

Searched refs:is8bit (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h414 bool is8bit, unsigned Opcode) const;
DPPCISelLowering.cpp6318 bool is8bit, // operation in EmitPartwordAtomicBinary() argument
6398 .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() local
7015 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()
7017 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()
7028 if (is8bit) in EmitInstrWithCustomInserter()