Home
last modified time | relevance | path

Searched refs:CROR (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h165 CROR = 449 << 1, // Condition Register OR enumerator
Ddisasm-ppc.cc529 case CROR: { in DecodeExt1()
Dsimulator-ppc.cc1671 case CROR: in ExecuteExt1()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2172 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD),
3263 (CROR (CRAND $cond , $tval),
3270 (CROR (CRAND (CRANDC $lhs, $rhs), $tval),
3273 (CROR (CRAND (CRANDC $rhs, $lhs), $tval),
3276 (CROR (CRAND (CRORC $lhs, $rhs), $tval),
3279 (CROR (CRAND (CRORC $rhs, $lhs), $tval),
3282 (CROR (CRAND (CREQV $lhs, $rhs), $tval),
3285 (CROR (CRAND (CRORC $rhs, $lhs), $tval),
3288 (CROR (CRAND (CRORC $lhs, $rhs), $tval),
3291 (CROR (CRAND (CRANDC $rhs, $lhs), $tval),
[all …]
DPPCISelDAGToDAG.cpp2794 return CurDAG->SelectNodeTo(N, PPC::CROR, MVT::i1, CAndT, NotCAndF); in Select()
3500 case PPC::CROR: in PeepholeCROps()
3617 case PPC::CROR: in PeepholeCROps()
3716 ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode), in PeepholeCROps()
3820 ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode), in PeepholeCROps()
DPPCInstrInfo.cpp916 Opc = PPC::CROR; in copyPhysReg()
/external/pcre/dist/sljit/
DsljitNativePPC_common.c152 #define CROR (HI(19) | LO(449)) macro