Searched defs:pre_shift (Results 1 - 9 of 9) sorted by relevance
| /third_party/mesa3d/src/util/ |
| H A D | fast_idiv_by_const.h | 120 unsigned pre_shift; /* shift for the dividend before multiplying */ member
|
| H A D | fast_idiv_by_const.c | 157 unsigned pre_shift = 0; in util_compute_fast_udiv_info() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 1024 LLVMValueRef pre_shift[LP_MAX_VECTOR_LENGTH]; in lp_build_conv() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 303 bool pre_shift = info.pre_shift != 0; in emit_v_div_u32() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | wavpackenc.c | 2141 int i, pre_shift; in pack_int32() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 552 unsigned pre_shift; /* shift for the dividend before multiplying */ member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 1536 u8 pre_shift, exp; in wrp_div_imm() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 1536 u8 pre_shift, exp; in wrp_div_imm() local
|
| /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
|
Completed in 39 milliseconds