Searched refs:is8bit (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 310 bool is8bit, unsigned Opcode) const;
|
D | PPCISelLowering.cpp | 4715 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/ |
D | xmlrpclib.py | 169 def _decode(data, encoding, is8bit=re.compile("[\x80-\xff]").search): argument 171 if unicode and encoding and is8bit(data):
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 591 bool is8bit,
|
D | PPCISelLowering.cpp | 8505 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 701 bool is8bit,
|
D | PPCISelLowering.cpp | 9793 bool is8bit, // operation in EmitPartwordAtomicBinary() argument 9799 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, in EmitPartwordAtomicBinary() 9884 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitPartwordAtomicBinary() 9887 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitPartwordAtomicBinary() 9896 if (is8bit) in EmitPartwordAtomicBinary() 9928 BuildMI(BB, dl, TII->get(is8bit ? PPC::EXTSB : PPC::EXTSH), ValueSReg) in EmitPartwordAtomicBinary() 10600 bool is8bit = MI.getOpcode() == PPC::ATOMIC_CMP_SWAP_I8; in EmitInstrWithCustomInserter() local 10681 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27); in EmitInstrWithCustomInserter() 10684 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16); in EmitInstrWithCustomInserter() 10695 if (is8bit) in EmitInstrWithCustomInserter()
|