Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h162 CRAND = 257 << 1, // Condition Register AND enumerator
Ddisasm-ppc.cc517 case CRAND: { in DecodeExt1()
Dsimulator-ppc.cc1669 case CRAND: in ExecuteExt1()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2162 def CRAND : XLForm_1<19, 257, (outs crbitrc:$CRD),
2817 (CRAND $a, $b)>;
3263 (CROR (CRAND $cond , $tval),
3264 (CRAND (crnot $cond), $fval))>;
3270 (CROR (CRAND (CRANDC $lhs, $rhs), $tval),
3271 (CRAND (CRORC $rhs, $lhs), $fval))>;
3273 (CROR (CRAND (CRANDC $rhs, $lhs), $tval),
3274 (CRAND (CRORC $lhs, $rhs), $fval))>;
3276 (CROR (CRAND (CRORC $lhs, $rhs), $tval),
3277 (CRAND (CRANDC $rhs, $lhs), $fval))>;
[all …]
DPPCISelDAGToDAG.cpp2789 SDValue CAndT(CurDAG->getMachineNode(PPC::CRAND, dl, MVT::i1, in Select()
2791 SDValue NotCAndF(CurDAG->getMachineNode(PPC::CRAND, dl, MVT::i1, in Select()
3498 case PPC::CRAND: in PeepholeCROps()
3547 case PPC::CRAND: in PeepholeCROps()
3612 ResNode = CurDAG->getMachineNode(PPC::CRAND, SDLoc(MachineNode), in PeepholeCROps()
3785 ResNode = CurDAG->getMachineNode(PPC::CRAND, SDLoc(MachineNode), in PeepholeCROps()