Searched defs:pre_shift (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dfast_idiv_by_const.h120 unsigned pre_shift; /* shift for the dividend before multiplying */ member in struct:util_fast_udiv_info
H A Dfast_idiv_by_const.c157 unsigned pre_shift = 0; local in function:util_compute_fast_udiv_info
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_idiv_by_const.h120 unsigned pre_shift; /* shift for the dividend before multiplying */ member in struct:util_fast_udiv_info
H A Dfast_idiv_by_const.c157 unsigned pre_shift = 0; local in function:util_compute_fast_udiv_info
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c994 LLVMValueRef pre_shift[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_conv
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c1024 LLVMValueRef pre_shift[LP_MAX_VECTOR_LENGTH]; local in function:lp_build_conv
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h545 unsigned pre_shift; /* shift for the dividend before multiplying */ member in struct:si_fast_udiv_info32
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c4416 unsigned pre_shift; /* shift for the dividend before multiplying */ member in struct:util_fast_udiv_info32
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c659 ac_build_fast_udiv(struct ac_llvm_context * ctx,LLVMValueRef num,LLVMValueRef multiplier,LLVMValueRef pre_shift,LLVMValueRef post_shift,LLVMValueRef increment) argument
682 ac_build_fast_udiv_nuw(struct ac_llvm_context * ctx,LLVMValueRef num,LLVMValueRef multiplier,LLVMValueRef pre_shift,LLVMValueRef post_shift,LLVMValueRef increment) argument
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c714 ac_build_fast_udiv(struct ac_llvm_context * ctx,LLVMValueRef num,LLVMValueRef multiplier,LLVMValueRef pre_shift,LLVMValueRef post_shift,LLVMValueRef increment) argument
732 ac_build_fast_udiv_nuw(struct ac_llvm_context * ctx,LLVMValueRef num,LLVMValueRef multiplier,LLVMValueRef pre_shift,LLVMValueRef post_shift,LLVMValueRef increment) argument
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp294 bool pre_shift = info.pre_shift != 0; local in function:aco::__anon562fcc110110::emit_v_div_u32

Completed in 49 milliseconds