Searched refs:emit_uint_carry (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 287 static LLVMValueRef emit_uint_carry(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef 934 result = emit_uint_carry(&ctx->ac, "llvm.uadd.with.overflow.i32", src[0], src[1]); 937 result = emit_uint_carry(&ctx->ac, "llvm.usub.with.overflow.i32", src[0], src[1]);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_nir_to_llvm.c | 260 static LLVMValueRef emit_uint_carry(struct ac_llvm_context *ctx, const char *intrin, function in typeref:typename:LLVMValueRef 1057 result = emit_uint_carry(&ctx->ac, "llvm.uadd.with.overflow.i32", src[0], src[1]); 1060 result = emit_uint_carry(&ctx->ac, "llvm.usub.with.overflow.i32", src[0], src[1]);
|
Completed in 16 milliseconds