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 D | ac_llvm_build.h | 688 ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0,
|
| H A D | ac_llvm_build.c | 4088 ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, function in typeref:typename:LLVMValueRef
|
| H A D | ac_nir_to_llvm.c | 797 result = ac_build_frexp_mant(&ctx->ac, src[0],
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 556 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
|
| H A D | ac_llvm_build.c | 4390 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) function in typeref:typename:LLVMValueRef
|
| H A D | ac_nir_to_llvm.c | 861 result = ac_build_frexp_mant(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 4331 - ac: add ac_build_frexp_mant() helper and 16-bit/32-bit support
|
Completed in 36 milliseconds