Searched refs:CROR (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2703 return CurDAG->SelectNodeTo(N, PPC::CROR, MVT::i1, CAndT, NotCAndF); in Select() 3398 case PPC::CROR: in PeepholeCROps() 3514 case PPC::CROR: in PeepholeCROps() 3613 ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode), in PeepholeCROps() 3717 ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode), in PeepholeCROps()
|
D | PPCInstrInfo.td | 2126 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD), 3157 (CROR (CRAND $cond , $tval), 3164 (CROR (CRAND (CRANDC $rhs, $lhs), $tval), 3167 (CROR (CRAND (CRORC $rhs, $lhs), $tval), 3170 (CROR (CRAND (CREQV $lhs, $rhs), $tval), 3173 (CROR (CRAND (CRORC $lhs, $rhs), $tval), 3176 (CROR (CRAND (CRANDC $lhs, $rhs), $tval), 3179 (CROR (CRAND (CREQV $lhs, $rhs), $fval), 3491 def : InstAlias<"crmove $bx, $by", (CROR crbitrc:$bx, crbitrc:$by, crbitrc:$by)>;
|
D | PPCInstrInfo.cpp | 827 Opc = PPC::CROR; in copyPhysReg()
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 152 #define CROR (HI(19) | LO(449)) macro
|