Searched refs:fp64 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dupdate-module-level-options.s1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,-nooddspreg 2>&1 | \
H A Dmips-reginfo-fp64.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa,+fp64 -filetype=obj -o - | \
5 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n32 -filetype=obj -o - | \
9 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n64 -filetype=obj -o - | \
H A Dnooddspreg-error.s1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 2> %t0 | \
H A Dnooddspreg-cmdarg.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg -filetype=obj -o - | \
H A Dnooddspreg.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
H A Doddspreg.s1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
24 # RUN: llvm-mc /dev/null -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp529 fp64(const _mesa_glsl_parse_state *state) function
1151 _##NAME(fp64, glsl_type::double_type), \
1152 _##NAME(fp64, glsl_type::dvec2_type), \
1153 _##NAME(fp64, glsl_type::dvec3_type), \
1154 _##NAME(fp64, glsl_type::dvec4_type), \
1163 _##NAME(fp64, glsl_type::double_type), \
1164 _##NAME(fp64, glsl_type::dvec2_type), \
1165 _##NAME(fp64, glsl_type::dvec3_type), \
1166 _##NAME(fp64, glsl_type::dvec4_type), \
1175 _##NAME(fp64, glsl_typ
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c497 boolean fp64 = format_desc->channel[0].size == 64; local
510 * fp64 are treated like fp32 except we fetch twice wide values
518 if (fp64) {
613 if (fp64) {
647 if (!fp64) {
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h179 bool fp64; /* program uses fp64 math */ member in struct:nv50_ir_prog_info::__anon16280
H A Dnv50_ir_target.cpp396 info->io.fp64 = true;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c676 if (info->io.fp64)
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp15536 TestCaseGroup* fp64 = new TestCaseGroup(m_context, "fp64", ""); local
15537 fp64->addChild(new GPUShaderFP64Test1(m_context));
15538 fp64->addChild(new GPUShaderFP64Test2(m_context));
15539 fp64->addChild(new GPUShaderFP64Test3(m_context));
15540 fp64->addChild(new GPUShaderFP64Test4(m_context));
15541 fp64->addChild(new GPUShaderFP64Test5(m_context));
15542 fp64->addChild(new GPUShaderFP64Test6(m_context));
15543 fp64->addChild(new GPUShaderFP64Test7(m_context));
15544 fp64
[all...]

Completed in 665 milliseconds