Searched refs:_sar (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 1811 _sar(T_3, SignExtend); 1851 _sar(T_3, SignExtend); 1884 _sar(T_3, ConstantShiftAmount); 1955 _sar(T_3, T_1); 1963 _sar(T_3, SignExtend); 2368 _sar(T, Src1); 2429 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1)); 2432 _sar(T, Ctx->getConstantInt(Ty, LogDiv)); 2533 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1)); 2934 _sar(T_Lo, Shift); [all …]
|
D | IceTargetLoweringX86Base.h | 931 void _sar(Variable *Dest, Operand *Src0) { in _sar() function
|