Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CR6

5972                                 DAG.getRegister(PPC::CR6, MVT::i32),
5976 unsigned BitNo; // Bit # of CR6.
5980 case 0: // Return the value of the EQ bit of CR6.
5983 case 1: // Return the inverted value of the EQ bit of CR6.
5986 case 2: // Return the value of the LT bit of CR6.
5989 case 3: // Return the inverted value of the LT bit of CR6.
8321 // node, use its result instead of this node (VCMPo computes both a CR6 and
8391 // that we don't have to do a MFOCRF: instead, branch directly on CR6. This
8463 case 0: // Branch on the value of the EQ bit of CR6.
8466 case 1: // Branch on the inverted value of the EQ bit of CR6.
8469 case 2: // Branch on the value of the LT bit of CR6.
8472 case 3: // Branch on the inverted value of the LT bit of CR6.
8479 DAG.getRegister(PPC::CR6, MVT::i32),