Searched refs:CRNOR (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2784 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 …]
|
D | PPCInstrInfo.td | 2182 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/ |
D | constants-ppc.h | 156 CRNOR = 33 << 1, // Condition Register NOR) enumerator
|
D | disasm-ppc.cc | 493 case CRNOR: { in DecodeExt1()
|
D | simulator-ppc.cc | 1636 case CRNOR: in ExecuteExt1()
|