Searched refs:ac_build_frexp_mant (Results 1 – 4 of 4) sorted by relevance
539 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize);
4307 LLVMValueRef ac_build_frexp_mant(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) in ac_build_frexp_mant() function
822 result = ac_build_frexp_mant(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size); in visit_alu()
4331 - ac: add ac_build_frexp_mant() helper and 16-bit/32-bit support