Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:CR6

3072   // Set CR6 to true if this is a vararg call with floating args passed in
4441 DAG.getRegister(PPC::CR6, MVT::i32),
4445 unsigned BitNo; // Bit # of CR6.
4449 case 0: // Return the value of the EQ bit of CR6.
4452 case 1: // Return the inverted value of the EQ bit of CR6.
4455 case 2: // Return the value of the LT bit of CR6.
4458 case 3: // Return the inverted value of the LT bit of CR6.
5387 // node, use its result instead of this node (VCMPo computes both a CR6 and
5438 // that we don't have to do a MFCR: instead, branch directly on CR6. This
5479 case 0: // Branch on the value of the EQ bit of CR6.
5482 case 1: // Branch on the inverted value of the EQ bit of CR6.
5485 case 2: // Branch on the value of the LT bit of CR6.
5488 case 3: // Branch on the inverted value of the LT bit of CR6.
5495 DAG.getRegister(PPC::CR6, MVT::i32),