Searched refs:EXTSW_32 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 95 EXTSW_32, enumerator
|
D | PPCInstr64Bit.td | 421 /// 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),
|
D | PPCISelLowering.cpp | 447 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()
|
D | PPCInstrInfo.td | 102 def PPCextsw_32 : SDNode<"PPCISD::EXTSW_32" , SDTIntUnaryOp>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCMIPeephole.cpp | 567 case PPC::EXTSW_32: in simplifyCode()
|
D | PPCFastISel.cpp | 2338 case PPC::EXTSW_32: in tryToFoldLoadIntoMI()
|
D | PPCInstr64Bit.td | 712 def EXTSW_32 : XForm_11<31, 986, (outs gprc:$rA), (ins gprc:$rS),
|
D | PPCInstrInfo.cpp | 291 case PPC::EXTSW_32: in isCoalescableExtInstr()
|