Home
last modified time | relevance | path

Searched refs:getConstantInt8 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h211 Constant *getConstantInt8(int8_t ConstantInt8) { in getConstantInt8() function
DIceGlobalContext.cpp677 return getConstantInt8(Value); in getConstantInt()
DIceTargetLoweringX86BaseImpl.h2916 Constant *ShiftConstant = Ctx->getConstantInt8(ShiftAmount);
6893 _psll(xmm0, Ctx->getConstantInt8(31));
7783 _psll(Reg, Ctx->getConstantInt8(Shift));
7806 _psrl(Reg, Ctx->getConstantInt8(1));
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp2060 return V(::context->getConstantInt8(i)); in createConstantByte()
2066 return V(::context->getConstantInt8(i)); in createConstantByte()