Searched refs:is8bit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCISelLowering.h | 786 bool is8bit,
|
| HD | PPCISelLowering.cpp | 10766 bool is8bit, // operation in EmitPartwordAtomicBinary() argument 10770 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode, in EmitPartwordAtomicBinary() 10864 .addImm(is8bit ? 28 : 27); in EmitPartwordAtomicBinary() 10868 .addImm(is8bit ? 24 : 16); in EmitPartwordAtomicBinary() 10881 if (is8bit) in EmitPartwordAtomicBinary() 10920 BuildMI(BB, dl, TII->get(is8bit ? PPC::EXTSB : PPC::EXTSH), ValueSReg) in EmitPartwordAtomicBinary() 11595 bool is8bit = MI.getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; in EmitInstrWithCustomInserter() local 11685 .addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter() 11689 .addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter() 11707 if (is8bit) in EmitInstrWithCustomInserter()
|