Searched refs:_64bit (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3760 bool _64bit = ac_get_type_size(LLVMTypeOf(lhs)) == 8; in ac_build_alu_op() local 3779 ctx, _64bit ? "llvm.minnum.f64" : _32bit ? "llvm.minnum.f32" : "llvm.minnum.f16", in ac_build_alu_op() 3780 _64bit ? ctx->f64 : _32bit ? ctx->f32 : ctx->f16, (LLVMValueRef[]){lhs, rhs}, 2, in ac_build_alu_op() 3790 ctx, _64bit ? "llvm.maxnum.f64" : _32bit ? "llvm.maxnum.f32" : "llvm.maxnum.f16", in ac_build_alu_op() 3791 _64bit ? ctx->f64 : _32bit ? ctx->f32 : ctx->f16, (LLVMValueRef[]){lhs, rhs}, 2, in ac_build_alu_op()
|