Searched refs:VSHRs (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 111 VSHRs, // ...right (signed) enumerator
|
D | ARMISelLowering.cpp | 880 case ARMISD::VSHRs: return "ARMISD::VSHRs"; in getTargetNodeName() 7580 ARMISD::VSHRs : ARMISD::VSHRu); in PerformIntrinsicCombine() 7728 ARMISD::VSHRs : ARMISD::VSHRu); in PerformShiftCombine()
|
D | ARMInstrNEON.td | 73 def NEONvshrs : SDNode<"ARMISD::VSHRs", SDTARMVSH>; 4122 defm VSHRs : N2VShR_QHSD<0, 1, 0b0000, 1, IIC_VSHLiD, "vshr", "s",NEONvshrs>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 110 VSHRs, // ...right (signed) enumerator
|
D | ARMISelLowering.cpp | 1184 case ARMISD::VSHRs: return "ARMISD::VSHRs"; in getTargetNodeName() 10589 ARMISD::VSHRs : ARMISD::VSHRu); in PerformIntrinsicCombine() 10736 ARMISD::VSHRs : ARMISD::VSHRu); in PerformShiftCombine()
|
D | ARMInstrNEON.td | 518 def NEONvshrs : SDNode<"ARMISD::VSHRs", SDTARMVSH>; 5425 defm VSHRs : N2VShR_QHSD<0, 1, 0b0000, 1, IIC_VSHLiD, "vshr", "s", "VSHRs",
|