Home
last modified time | relevance | path

Searched refs:EXTSW_32 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h95 EXTSW_32, enumerator
DPPCInstr64Bit.td421 /// EXTSW_32 - Just like EXTSW, but works on '32-bit' registers.
422 def EXTSW_32 : XForm_11<31, 986, (outs GPRC:$rA), (ins GPRC:$rS),
DPPCISelLowering.cpp447 case PPCISD::EXTSW_32: return "PPCISD::EXTSW_32"; in getTargetNodeName()
3708 SDValue Ext64 = DAG.getNode(PPCISD::EXTSW_32, dl, MVT::i32, in LowerSINT_TO_FP()
DPPCInstrInfo.td102 def PPCextsw_32 : SDNode<"PPCISD::EXTSW_32" , SDTIntUnaryOp>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp567 case PPC::EXTSW_32: in simplifyCode()
DPPCFastISel.cpp2338 case PPC::EXTSW_32: in tryToFoldLoadIntoMI()
DPPCInstr64Bit.td712 def EXTSW_32 : XForm_11<31, 986, (outs gprc:$rA), (ins gprc:$rS),
DPPCInstrInfo.cpp291 case PPC::EXTSW_32: in isCoalescableExtInstr()