Searched defs:CRBit (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp204 unsigned CRBit = I->getOperand(0).getReg(); local
205 BuildMI(MBB, I, dl, TII->get(PPC::BCn)).addReg(CRBit).addImm(2);
207 unsigned CRBit = I->getOperand(0).getReg(); local
208 BuildMI(MBB, I, dl, TII->get(PPC::BC)).addReg(CRBit).addImm(2);
H A DPPCInstrInfo.cpp813 static unsigned getCRBitValue(unsigned CRBit) { argument
815 if (CRBit == PPC::CR0LT || CRBit == PPC::CR1LT ||
816 CRBit == PPC::CR2LT || CRBit == PPC::CR3LT ||
817 CRBit == PPC::CR4LT || CRBit == PPC::CR5LT ||
818 CRBit == PPC::CR6LT || CRBit == PPC::CR7LT)
820 if (CRBit
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h2670 enum CRBit { CR_LT = 0, CR_GT = 1, CR_EQ = 2, CR_SO = 3, CR_FU = 3 }; enum in namespace:v8::internal
/external/v8/src/s390/
H A Dconstants-s390.h1816 enum CRBit { CR_LT = 0, CR_GT = 1, CR_EQ = 2, CR_SO = 3, CR_FU = 3 }; enum in namespace:v8::internal

Completed in 433 milliseconds