Searched refs:CROR (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 531 case CROR: { in DecodeExt1()
|
D | constants-ppc.h | 2126 V(cror, CROR, 0x4C000382) \
|
D | simulator-ppc.cc | 1671 case CROR: in ExecuteExt1()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2241 def CROR : XLForm_1<19, 449, (outs crbitrc:$CRD), 3352 (CROR (CRAND $cond , $tval), 3359 (CROR (CRAND (CRANDC $lhs, $rhs), $tval), 3362 (CROR (CRAND (CRANDC $rhs, $lhs), $tval), 3365 (CROR (CRAND (CRORC $lhs, $rhs), $tval), 3368 (CROR (CRAND (CRORC $rhs, $lhs), $tval), 3371 (CROR (CRAND (CREQV $lhs, $rhs), $tval), 3374 (CROR (CRAND (CRORC $rhs, $lhs), $tval), 3377 (CROR (CRAND (CRORC $lhs, $rhs), $tval), 3380 (CROR (CRAND (CRANDC $rhs, $lhs), $tval), [all …]
|
D | PPCISelDAGToDAG.cpp | 2819 CurDAG->SelectNodeTo(N, PPC::CROR, MVT::i1, CAndT, NotCAndF); in Select() 3549 case PPC::CROR: in PeepholeCROps() 3668 case PPC::CROR: in PeepholeCROps() 3769 ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode), in PeepholeCROps() 3876 ResNode = CurDAG->getMachineNode(PPC::CROR, SDLoc(MachineNode), in PeepholeCROps()
|
D | PPCInstrInfo.cpp | 942 Opc = PPC::CROR; in copyPhysReg()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 318 Opc = PPC::CROR; in copyPhysReg()
|
D | PPCInstrInfo.td | 1047 def CROR : XLForm_1<19, 449, (outs CRBITRC:$CRD),
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 156 #define CROR (HI(19) | LO(449)) macro
|