HomeSort by relevance Sort by last modified time
    Searched refs:V3 (Results 26 - 50 of 73) sorted by null

12 3

  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 267 SDNode *createQuadSRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3);
268 SDNode *createQuadDRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3);
269 SDNode *createQuadQRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3);
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 92 int V1, V2, V3;
97 set3(I3<&V3, &V2>());
100 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'I3<&V3, [...]>' to 'I3<&V1, [...]>' for 1st argument
102 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'I3<&V3, &V2>' to 'I3<&V1, &V2>' for 1st argument
106 // CHECK-ELIDE-TREE: [&V3 != &V1]
111 // CHECK-NOELIDE-TREE: [&V3 != &V1]
    [all...]
  /external/mesa3d/src/mesa/main/
macros.h 349 #define ASSIGN_4V( V, V0, V1, V2, V3 ) \
354 V[3] = V3; \
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CertInfo.java 92 // X509.v2 & v3 extensions
96 // X509.v3 extensions
309 // optional v2, v3 extras
697 if (version.compare(CertificateVersion.V3) != 0) {
705 // verify X.509 V3 Certificate
711 * Verify if X.509 V3 Certificate is compliant with RFC 3280.
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
arith_amd64.s 156 JL V3 // if n < 4 goto V3
179 V3: ADDQ $4, DI // n += 4
  /prebuilts/go/linux-x86/src/math/big/
arith_amd64.s 156 JL V3 // if n < 4 goto V3
179 V3: ADDQ $4, DI // n += 4
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 313 __declspec(property(ptu)) int V3; // expected-error {{missing 'get=' or 'put='}}
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 103 SystemZ::V0, SystemZ::V1, SystemZ::V2, SystemZ::V3,
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 320 Hexagon::V2, Hexagon::V3,
    [all...]
HexagonHardwareLoops.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/v8/tools/
SourceMap.js 69 * Implements Source Map V3 model. See http://code.google.com/p/closure-compiler/wiki/SourceMaps
  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 405 #define ATTR( A, N, T, V0, V1, V2, V3 ) \
420 if (N>3) dest[3] = V3; \
    [all...]
vbo_save_api.c 697 #define ATTR(A, N, T, V0, V1, V2, V3) \
709 if (N>3) dest[3] = V3; \
    [all...]
  /external/deqp/framework/common/
tcuAstcUtil.cpp 799 void decodeHDREndpointMode7 (UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3)
813 deInt32 scale = (deInt32)getBits(v3, 0, 4);
817 #define ASSIGN_X_BITS(V0,S0, V1,S1, V2,S2, V3,S3, V4,S4, V5,S5, V6,S6) do { SHOR(V0,S0,x0); SHOR(V1,S1,x1); SHOR(V2,S2,x2); SHOR(V3,S3,x3); SHOR(V4,S4,x4); SHOR(V5,S5,x5); SHOR(V6,S6,x6); } while (false)
823 const deUint32 x4 = getBit(v3, 7);
824 const deUint32 x5 = getBit(v3, 6);
825 const deUint32 x6 = getBit(v3, 5);
878 void decodeHDREndpointMode11 (UVec4& e0, UVec4& e1, deUint32 v0, deUint32 v1, deUint32 v2, deUint32 v3, deUint32 v4, deUint32 v5)
885 e1 = UVec4(v1<<4, v3<<4, getBits(v5,0,6)<<5, 0x780);
889 const deUint32 mode = (getBit(v3, 7) << 2) | (getBit(v2, 7) << 1) | getBit(v1, 7)
    [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 93 PPC::V0, PPC::V1, PPC::V2, PPC::V3,
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 508 Hexagon::V0, Hexagon::V1, Hexagon::V2, Hexagon::V3, Hexagon::V4,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 34 PPC::V0 , PPC::V1 , PPC::V2 , PPC::V3 , PPC::V4 , PPC::V5 , PPC::V6 , PPC::V7 ,
    [all...]
PPCISelLowering.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 219 V3 = VALUE_VEC3,
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 89 PPC::V0, PPC::V1, PPC::V2, PPC::V3,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 263 V3 = VALUE_VEC3,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 283 V3 = VALUE_VEC3,
    [all...]

Completed in 1755 milliseconds

12 3