Searched refs:ac_find_lsb (Results 1 – 4 of 4) sorted by relevance
457 LLVMValueRef ac_find_lsb(struct ac_llvm_context *ctx, LLVMTypeRef dst_type, LLVMValueRef src0);
2965 LLVMValueRef ac_find_lsb(struct ac_llvm_context *ctx, LLVMTypeRef dst_type, LLVMValueRef src0) in ac_find_lsb() function
988 result = ac_find_lsb(&ctx->ac, ctx->ac.i32, src[0]); in visit_alu()
4341 - ac: fix ac_find_lsb() for 16-bit integer type4345 - ac: add 8-bit support to ac_find_lsb()