Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h310 bool is8bit, unsigned Opcode) const;
DPPCISelLowering.cpp4715 bool is8bit, // operation in EmitPartwordAtomicBinary() argument
4796 .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() local
5128 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()
5130 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()
5141 if (is8bit) in EmitInstrWithCustomInserter()
/external/python/cpython2/Lib/
Dxmlrpclib.py169 def _decode(data, encoding, is8bit=re.compile("[\x80-\xff]").search): argument
171 if unicode and encoding and is8bit(data):
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h591 bool is8bit,
DPPCISelLowering.cpp8505 bool is8bit, // operation in EmitPartwordAtomicBinary() argument
8509 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() local
9312 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter()
9314 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter()
9325 if (is8bit) in EmitInstrWithCustomInserter()