Home
last modified time | relevance | path

Searched refs:CRNOR (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2784 SDValue NotCCBit(CurDAG->getMachineNode(PPC::CRNOR, dl, MVT::i1, in Select()
3502 case PPC::CRNOR: in PeepholeCROps()
3512 else if (Op.getMachineOpcode() == PPC::CRNOR && in PeepholeCROps()
3536 else if (Op.getMachineOpcode() == PPC::CRNOR && in PeepholeCROps()
3582 ResNode = CurDAG->getMachineNode(PPC::CRNOR, SDLoc(MachineNode), in PeepholeCROps()
3587 ResNode = CurDAG->getMachineNode(PPC::CRNOR, SDLoc(MachineNode), in PeepholeCROps()
3592 ResNode = CurDAG->getMachineNode(PPC::CRNOR, SDLoc(MachineNode), in PeepholeCROps()
3644 ResNode = CurDAG->getMachineNode(PPC::CRNOR, SDLoc(MachineNode), in PeepholeCROps()
3656 ResNode = CurDAG->getMachineNode(PPC::CRNOR, SDLoc(MachineNode), in PeepholeCROps()
3661 ResNode = CurDAG->getMachineNode(PPC::CRNOR, SDLoc(MachineNode), in PeepholeCROps()
[all …]
DPPCInstrInfo.td2182 def CRNOR : XLForm_1<19, 33, (outs crbitrc:$CRD),
2807 (CRNOR $in, $in)>;
3661 def : InstAlias<"crnot $bx, $by", (CRNOR crbitrc:$bx, crbitrc:$by, crbitrc:$by)>;
/external/v8/src/ppc/
Dconstants-ppc.h156 CRNOR = 33 << 1, // Condition Register NOR) enumerator
Ddisasm-ppc.cc493 case CRNOR: { in DecodeExt1()
Dsimulator-ppc.cc1636 case CRNOR: in ExecuteExt1()