Home
last modified time | relevance | path

Searched refs:_64bit (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c3607 bool _64bit = ac_get_type_size(LLVMTypeOf(lhs)) == 8; in ac_build_alu_op() local
3626 ctx, _64bit ? "llvm.minnum.f64" : _32bit ? "llvm.minnum.f32" : "llvm.minnum.f16", in ac_build_alu_op()
3627 _64bit ? ctx->f64 : _32bit ? ctx->f32 : ctx->f16, (LLVMValueRef[]){lhs, rhs}, 2, in ac_build_alu_op()
3637 ctx, _64bit ? "llvm.maxnum.f64" : _32bit ? "llvm.maxnum.f32" : "llvm.maxnum.f16", in ac_build_alu_op()
3638 _64bit ? ctx->f64 : _32bit ? ctx->f32 : ctx->f16, (LLVMValueRef[]){lhs, rhs}, 2, in ac_build_alu_op()