Home
last modified time | relevance | path

Searched refs:CRRegs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp56 static const unsigned CRRegs[] = { variable
189 return decodeRegisterClass(Inst, RegNo, CRRegs); in DecodeCRRCRegisterClass()
195 return decodeRegisterClass(Inst, RegNo, CRRegs); in DecodeCRRC0RegisterClass()
343 Inst.addOperand(MCOperand::CreateReg(CRRegs[7 - Zeros])); in decodeCRBitMOperand()
/external/llvm/test/CodeGen/Hexagon/
Dcirc_ldd_bug.ll10 ; %vreg0 (CRRegs) = TFCR %vreg0 (IntRegs)
12 ; %vreg1 (CRRegs) = TFCR %vreg1 (IntRegs)
14 ; The scheduler would move the CRRegs to the top of the loop. The allocator
15 ; would try to spill the CRRegs after running out of them. We don't have code to
16 ; spill CRRegs and the above assertion would be triggered.
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp155 static const MCPhysReg CRRegs[8] = { variable
602 Inst.addOperand(MCOperand::CreateReg(CRRegs[getCCReg()])); in addRegCRRCOperands()
607 Inst.addOperand(MCOperand::CreateReg(CRRegs[getCRBitMask()])); in addCRBitMaskOperands()
1194 RegNo = CRRegs[IntVal]; in MatchRegisterName()