Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h212 Constant *getConstantInt8(int8_t ConstantInt8) { in getConstantInt8() function
DIceGlobalContext.cpp759 return getConstantInt8(Value); in getConstantInt()
DIceTargetLoweringX86BaseImpl.h2843 Constant *ShiftConstant = Ctx->getConstantInt8(ShiftAmount);
6840 _psll(xmm0, Ctx->getConstantInt8(31));
7727 _psll(Reg, Ctx->getConstantInt8(Shift));
7750 _psrl(Reg, Ctx->getConstantInt8(1));
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1352 return V(::context->getConstantInt8(i)); in createConstantByte()
1357 return V(::context->getConstantInt8(i)); in createConstantByte()