Searched refs:lp_build_mul_32_lohi (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.h | 93 lp_build_mul_32_lohi(struct lp_build_context *bld,
|
| H A D | lp_bld_tgsi_action.c | 753 lp_build_mul_32_lohi(int_bld, emit_data->args[0], 788 lp_build_mul_32_lohi(uint_bld, emit_data->args[0],
|
| H A D | lp_bld_arit.c | 1268 return lp_build_mul_32_lohi(bld, a, b, res_hi); 1280 lp_build_mul_32_lohi(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.h | 94 lp_build_mul_32_lohi(struct lp_build_context *bld,
|
| H A D | lp_bld_tgsi_action.c | 753 lp_build_mul_32_lohi(int_bld, emit_data->args[0], 788 lp_build_mul_32_lohi(uint_bld, emit_data->args[0],
|
| H A D | lp_bld_arit.c | 1143 return lp_build_mul_32_lohi(bld, a, b, res_hi); 1155 lp_build_mul_32_lohi(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
|
| H A D | lp_bld_nir.c | 894 lp_build_mul_32_lohi(get_int_bld(bld_base, false, src_bit_size[0]), src[0], src[1], &hi_bits); 1032 lp_build_mul_32_lohi(get_int_bld(bld_base, true, src_bit_size[0]), src[0], src[1], &hi_bits);
|
Completed in 23 milliseconds