Searched refs:CROR (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 165 CROR = 449 << 1, // Condition Register OR enumerator
|
D | disasm-ppc.cc | 529 case CROR: { in DecodeExt1()
|
D | simulator-ppc.cc | 1671 case CROR: in ExecuteExt1()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2172 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 …]
|
D | PPCISelDAGToDAG.cpp | 2794 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()
|
D | PPCInstrInfo.cpp | 916 Opc = PPC::CROR; in copyPhysReg()
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 152 #define CROR (HI(19) | LO(449)) macro
|