Home
last modified time | relevance | path

Searched refs:CRBit (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp241 Register CRBit = Br->getOperand(0).getReg(); variable
242 unsigned CRReg = getCRFromCRBit(CRBit);
246 if (It->modifiesRegister(CRBit, TRI)) {
249 It->getOperand(0).getReg() == CRBit)
253 if (It->readsRegister(CRBit, TRI))
286 // If the CRBit is not used by another instruction, we can eliminate
289 // We need to check use of the CRBit in successors.
291 if (SuccMBB->isLiveIn(CRBit) || SuccMBB->isLiveIn(CRReg)) {
H A DPPCBranchSelector.cpp344 Register CRBit = I->getOperand(0).getReg(); in runOnMachineFunction() local
345 BuildMI(MBB, I, dl, TII->get(PPC::BCn)).addReg(CRBit).addImm(2); in runOnMachineFunction()
347 Register CRBit = I->getOperand(0).getReg(); in runOnMachineFunction() local
348 BuildMI(MBB, I, dl, TII->get(PPC::BC)).addReg(CRBit).addImm(2); in runOnMachineFunction()
H A DPPCInstrInfo.cpp877 static unsigned getCRBitValue(unsigned CRBit) { in getCRBitValue() argument
879 if (CRBit == PPC::CR0LT || CRBit == PPC::CR1LT || in getCRBitValue()
880 CRBit == PPC::CR2LT || CRBit == PPC::CR3LT || in getCRBitValue()
881 CRBit == PPC::CR4LT || CRBit == PPC::CR5LT || in getCRBitValue()
882 CRBit == PPC::CR6LT || CRBit == PPC::CR7LT) in getCRBitValue()
884 if (CRBit in getCRBitValue()
[all...]
H A DPPCISelDAGToDAG.cpp2653 SDValue CRBit = in tryLogicOpOfCompares() local
2657 return CRBit.getNode(); in tryLogicOpOfCompares()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1815 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
1836 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
1859 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
1897 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h317 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit()
H A Dconstants-ppc.h2838 enum CRBit { CR_LT = 0, CR_GT = 1, CR_EQ = 2, CR_SO = 3, CR_FU = 3 }; enum
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1770 enum CRBit { CR_LT = 0, CR_GT = 1, CR_EQ = 2, CR_SO = 3, CR_FU = 3 }; enum

Completed in 33 milliseconds