Searched refs:CRBit (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 813 static unsigned getCRBitValue(unsigned CRBit) { in getCRBitValue() argument 815 if (CRBit == PPC::CR0LT || CRBit == PPC::CR1LT || in getCRBitValue() 816 CRBit == PPC::CR2LT || CRBit == PPC::CR3LT || in getCRBitValue() 817 CRBit == PPC::CR4LT || CRBit == PPC::CR5LT || in getCRBitValue() 818 CRBit == PPC::CR6LT || CRBit == PPC::CR7LT) in getCRBitValue() 820 if (CRBit == PPC::CR0GT || CRBit == PPC::CR1GT || in getCRBitValue() 821 CRBit == PPC::CR2GT || CRBit == PPC::CR3GT || in getCRBitValue() 822 CRBit == PPC::CR4GT || CRBit == PPC::CR5GT || in getCRBitValue() 823 CRBit == PPC::CR6GT || CRBit == PPC::CR7GT) in getCRBitValue() 825 if (CRBit == PPC::CR0EQ || CRBit == PPC::CR1EQ || in getCRBitValue() [all …]
|
D | PPCBranchSelector.cpp | 204 unsigned CRBit = I->getOperand(0).getReg(); in runOnMachineFunction() local 205 BuildMI(MBB, I, dl, TII->get(PPC::BCn)).addReg(CRBit).addImm(2); in runOnMachineFunction() 207 unsigned CRBit = I->getOperand(0).getReg(); in runOnMachineFunction() local 208 BuildMI(MBB, I, dl, TII->get(PPC::BC)).addReg(CRBit).addImm(2); in runOnMachineFunction()
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 382 CRBit cond = static_cast<CRBit>(bi & (CRWIDTH - 1)); in DecodeExt1() 1199 CRBit cond = static_cast<CRBit>(bi & (CRWIDTH - 1)); in InstructionDecode()
|
D | assembler-ppc.h | 552 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit()
|
D | constants-ppc.h | 2670 enum CRBit { CR_LT = 0, CR_GT = 1, CR_EQ = 2, CR_SO = 3, CR_FU = 3 }; enum
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1763 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction() 1790 cr, static_cast<CRBit>(VXCVI % CRWIDTH)); in AssembleArchInstruction()
|
/external/v8/src/s390/ |
D | assembler-s390.h | 535 static inline int encode_crbit(const CRegister& cr, enum CRBit crbit) { in encode_crbit()
|
D | constants-s390.h | 1816 enum CRBit { CR_LT = 0, CR_GT = 1, CR_EQ = 2, CR_SO = 3, CR_FU = 3 }; enum
|