Home
last modified time | relevance | path

Searched defs:pre_shift (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/util/
Dfast_idiv_by_const.h120 unsigned pre_shift; /* shift for the dividend before multiplying */ member
Dfast_idiv_by_const.c157 unsigned pre_shift = 0; in util_compute_fast_udiv_info() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c1013 LLVMValueRef pre_shift[LP_MAX_VECTOR_LENGTH]; in lp_build_conv() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h548 unsigned pre_shift; /* shift for the dividend before multiplying */ member
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c666 LLVMValueRef multiplier, LLVMValueRef pre_shift, in ac_build_fast_udiv()
684 LLVMValueRef multiplier, LLVMValueRef pre_shift, in ac_build_fast_udiv_nuw()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp277 bool pre_shift = info.pre_shift != 0; in emit_v_div_u32() local