Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dfast_idiv_by_const.h120 unsigned pre_shift; /* shift for the dividend before multiplying */ member
H A Dfast_idiv_by_const.c157 unsigned pre_shift = 0; in util_compute_fast_udiv_info() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c1024 LLVMValueRef pre_shift[LP_MAX_VECTOR_LENGTH]; in lp_build_conv() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp303 bool pre_shift = info.pre_shift != 0; in emit_v_div_u32() local
/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c2141 int i, pre_shift; in pack_int32() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h552 unsigned pre_shift; /* shift for the dividend before multiplying */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1536 u8 pre_shift, exp; in wrp_div_imm() local
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1536 u8 pre_shift, exp; in wrp_div_imm() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c718 ac_build_fast_udiv(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef multiplier, LLVMValueRef pre_shift, LLVMValueRef post_shift, LLVMValueRef increment) ac_build_fast_udiv() argument
736 ac_build_fast_udiv_nuw(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef multiplier, LLVMValueRef pre_shift, LLVMValueRef post_shift, LLVMValueRef increment) ac_build_fast_udiv_nuw() argument

Completed in 40 milliseconds