Searched refs:CRAND (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 162 CRAND = 257 << 1, // Condition Register AND enumerator
|
D | disasm-ppc.cc | 517 case CRAND: { in DecodeExt1()
|
D | simulator-ppc.cc | 1669 case CRAND: in ExecuteExt1()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2162 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 …]
|
D | PPCISelDAGToDAG.cpp | 2789 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()
|