Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h1745 _shr(T_2, ReducedShift);
1824 _shr(T_3, ConstantShiftAmount);
1883 _shr(T_3, T_1);
2303 _shr(T, Src1);
2373 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv));
2477 _shr(T, Ctx->getConstantInt(Ty, TypeWidth - LogDiv));
DIceTargetLoweringX86Base.h951 void _shr(Variable *Dest, Operand *Src0) { in _shr() function