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 D | PPCPreEmitPeephole.cpp | 241 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 D | PPCBranchSelector.cpp | 344 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 D | PPCInstrInfo.cpp | 877 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 D | PPCISelDAGToDAG.cpp | 2653 SDValue CRBit = in tryLogicOpOfCompares() local 2657 return CRBit.getNode(); in tryLogicOpOfCompares()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1815 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 D | assembler-ppc.h | 317 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit()
|
H A D | constants-ppc.h | 2838 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 D | constants-s390.h | 1770 enum CRBit { CR_LT = 0, CR_GT = 1, CR_EQ = 2, CR_SO = 3, CR_FU = 3 }; enum
|
Completed in 34 milliseconds