Searched refs:VRSHRs (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 119 VRSHRs, // ...right (signed) enumerator
|
D | ARMISelLowering.cpp | 886 case ARMISD::VRSHRs: return "ARMISD::VRSHRs"; in getTargetNodeName() 7642 VShiftOpc = ARMISD::VRSHRs; break; in PerformIntrinsicCombine()
|
D | ARMInstrNEON.td | 80 def NEONvrshrs : SDNode<"ARMISD::VRSHRs", SDTARMVSH>; 4157 defm VRSHRs : N2VShR_QHSD<0,1,0b0010,1, IIC_VSHLi4D, "vrshr", "s",NEONvrshrs>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 114 VRSHRs, // ...right (signed) enumerator
|
D | ARMInstrNEON.td | 522 def NEONvrshrs : SDNode<"ARMISD::VRSHRs", SDTARMVSH>; 5485 defm VRSHRs : N2VShR_QHSD<0,1,0b0010,1, IIC_VSHLi4D, "vrshr", "s", "VRSHRs",
|
D | ARMISelLowering.cpp | 1186 case ARMISD::VRSHRs: return "ARMISD::VRSHRs"; in getTargetNodeName() 10634 VShiftOpc = ARMISD::VRSHRs; break; in PerformIntrinsicCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 142 VRSHRs, // ...right (signed) enumerator
|
D | ARMInstrNEON.td | 512 def NEONvrshrs : SDNode<"ARMISD::VRSHRs", SDTARMVSH>; 5761 defm VRSHRs : N2VShR_QHSD<0,1,0b0010,1, IIC_VSHLi4D, "vrshr", "s", "VRSHRs",
|
D | ARMISelLowering.cpp | 1315 case ARMISD::VRSHRs: return "ARMISD::VRSHRs"; in getTargetNodeName() 12291 VShiftOpc = ARMISD::VRSHRs; break; in PerformIntrinsicCombine()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenFastISel.inc | 5222 // FastEmit functions for ARMISD::VRSHRs. 5757 case ARMISD::VRSHRs: return fastEmit_ARMISD_VRSHRs_ri(VT, RetVT, Op0, Op0IsKill, imm1);
|
D | ARMGenDAGISel.inc | 6627 /* 13585*/ /*SwitchOpcode*/ 66|128,1/*194*/, TARGET_VAL(ARMISD::VRSHRs),// ->13783 6952 /* 14384*/ /*SwitchOpcode*/ 67|128,1/*195*/, TARGET_VAL(ARMISD::VRSHRs),// ->14583 36877 /* 81234*/ /*SwitchOpcode*/ 57|128,1/*185*/, TARGET_VAL(ARMISD::VRSHRs),// ->81423
|