Home
last modified time | relevance | path

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

/third_party/spirv-tools/test/val/
Dval_ext_inst_test.cpp3310 << " %f64_0 %f64_0\n";
3372 << " %f64_0 %f64_0 %f64_1\n";
4085 %val1 = OpExtInst %f32 %extinst Modf %f64_0 %f32_output
4184 %val1 = OpExtInst %struct_f32_f32 %extinst ModfStruct %f64_0
4402 %val1 = OpExtInst %struct_f32_u32 %extinst FrexpStruct %f64_0
5722 ss << "%val4 = OpExtInst %f64 %extinst " << ext_inst_name << " %f64_0\n";
5783 << " %f64_0 %f64_0\n";
5846 << " %f64_0 %f64_0 %f64_1\n";
6906 << " %f64_0 %u32_2 %ptr" << rounding_mode << "\n";
6931 << " %f64_0 %u64_2 %ptr" << rounding_mode << "\n";
[all …]
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h111 LLVMValueRef f64_0; member
Dac_llvm_build.c114 ctx->f64_0 = LLVMConstReal(ctx->f64, 0.0); in ac_llvm_context_init()
2628 pos = LLVMBuildFCmp(ctx->builder, LLVMRealOGT, src, ctx->f64_0, ""); in ac_build_fsign()
2629 neg = LLVMBuildFCmp(ctx->builder, LLVMRealOLT, src, ctx->f64_0, ""); in ac_build_fsign()
3811 return ctx->f64_0; in get_reduction_identity()
Dac_nir_to_llvm.c296 return LLVMBuildSelect(ctx->builder, src0, ctx->f64_1, ctx->f64_0, ""); in emit_b2f()