Searched defs:post_shift (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | fast_idiv_by_const.h | 121 unsigned post_shift; /* shift for the dividend after multiplying */ member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 306 bool post_shift = info.post_shift != 0; in emit_v_div_u32() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | wavpack.c | 83 int post_shift; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.h | 553 unsigned post_shift; /* shift for the dividend after multiplying */ member
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 718 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