Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h494 bool is8bit, unsigned Opcode) const;
DPPCISelLowering.cpp7917 bool is8bit, // operation in EmitPartwordAtomicBinary() argument
7921 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() local
8726 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()
8728 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()
8739 if (is8bit) in EmitInstrWithCustomInserter()