Searched refs:ac_build_frexp_mant (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h688 ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0,
H A Dac_llvm_build.c4088 ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c797 result = ac_build_frexp_mant(&ctx->ac, src[0],
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h556 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
H A Dac_llvm_build.c4390 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c861 result = ac_build_frexp_mant(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4331 - ac: add ac_build_frexp_mant() helper and 16-bit/32-bit support

Completed in 36 milliseconds