Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dfast_idiv_by_const.h121 unsigned post_shift; /* shift for the dividend after multiplying */ member
/third_party/ffmpeg/libavcodec/
Dwavpack.c82 int post_shift; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h546 unsigned post_shift; /* shift for the dividend after multiplying */ member
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c716 LLVMValueRef post_shift, LLVMValueRef increment) in ac_build_fast_udiv()
734 LLVMValueRef post_shift, LLVMValueRef increment) in ac_build_fast_udiv_nuw()
750 LLVMValueRef multiplier, LLVMValueRef post_shift) in ac_build_fast_udiv_u31_d_not_one()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp297 bool post_shift = info.post_shift != 0; in emit_v_div_u32() local