Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h1798 _shr(T_2, ReducedShift);
1877 _shr(T_3, ConstantShiftAmount);
1936 _shr(T_3, T_1);
2360 _shr(T, Src1);
2430 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv));
2534 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv));
DIceTargetLoweringX86Base.h954 void _shr(Variable *Dest, Operand *Src0) { in _shr() function