Home
last modified time | relevance | path

Searched defs:post_shift (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
H A Dfast_idiv_by_const.h121 unsigned post_shift; /* shift for the dividend after multiplying */ member
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp306 bool post_shift = info.post_shift != 0; in emit_v_div_u32() local
/third_party/ffmpeg/libavcodec/
H A Dwavpack.c83 int post_shift; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h553 unsigned post_shift; /* shift for the dividend after multiplying */ member
/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
753 ac_build_fast_udiv_u31_d_not_one(struct ac_llvm_context *ctx, LLVMValueRef num, LLVMValueRef multiplier, LLVMValueRef post_shift) ac_build_fast_udiv_u31_d_not_one() argument

Completed in 25 milliseconds