Home
last modified time | relevance | path

Searched refs:lp_build_shl (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_bitarit.h60 lp_build_shl(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
Dlp_bld_bitarit.c173 lp_build_shl(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_shl() function
223 return lp_build_shl(bld, a, b); in lp_build_shl_imm()
Dlp_bld_tgsi_action.c1337 emit_data->output[emit_data->chan] = lp_build_shl(&bld_base->uint_bld, in shl_emit_cpu()