Home
last modified time | relevance | path

Searched refs:_sar (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h1758 _sar(T_3, SignExtend);
1798 _sar(T_3, SignExtend);
1831 _sar(T_3, ConstantShiftAmount);
1902 _sar(T_3, T_1);
1910 _sar(T_3, SignExtend);
2311 _sar(T, Src1);
2372 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1));
2375 _sar(T, Ctx->getConstantInt(Ty, LogDiv));
2476 _sar(T, Ctx->getConstantInt(Ty, TypeWidth - 1));
2861 _sar(T_Lo, Shift);
[all …]
DIceTargetLoweringX86Base.h928 void _sar(Variable *Dest, Operand *Src0) { in _sar() function