Searched refs:v2s (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/Sema/ |
D | vector-ops.c | 3 typedef int v2s __attribute__ ((vector_size (8))); typedef 6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() 26 v2s *v2s_ptr; in test1()
|
D | vector-assign.c | 3 typedef signed int v2s __attribute__ ((vector_size (8))); typedef 9 v2s v1; in test1()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedKryoDetails.td | 1030 (instregex "LD1One(v8b|v4h|v2s|v1d)$")>; 1054 (instregex "LD1One(v8b|v4h|v2s|v1d)_POST$")>; 1072 (instregex "LD1Three(v8b|v4h|v2s|v1d)$")>; 1084 (instregex "LD1Four(v8b|v4h|v2s|v1d)$")>; 1090 (instregex "LD1Three(v8b|v4h|v2s|v1d)_POST$")>; 1096 (instregex "LD1Four(v8b|v4h|v2s|v1d)_POST$")>; 1108 (instregex "LD(1|2)Two(v8b|v4h|v2s|v1d)$")>; 1120 (instregex "LD(1|2)Two(v8b|v4h|v2s|v1d)_POST$")>; 1132 (instregex "LD1R(v8b|v4h|v2s|v1d)$")>; 1144 (instregex "LD1R(v8b|v4h|v2s|v1d)_POST$")>; [all …]
|
D | AArch64SchedFalkorDetails.td | 994 …(instregex "^ST1(One(v8b|v4h|v2s|v1d)|(i8|i16|i32|i64)|One(v16b|v8h|v4s|v2d)|Two(v8b|v4h|v2s|v1d))… 996 … (instregex "^ST1(One(v8b|v4h|v2s|v1d)_POST|(i8|i16|i32|i64)_POST)$")>; 998 (instregex "^ST2(Two(v8b|v4h|v2s)|(i8|i16|i32|i64))$")>; 1000 … (instregex "^ST1(One(v16b|v8h|v4s|v2d)|Two(v8b|v4h|v2s|v1d))_POST$")>; 1002 (instregex "^ST2(Two(v8b|v4h|v2s)|(i8|i16|i32|i64))_POST$")>; 1005 … (instregex "^ST1(Two(v16b|v8h|v4s|v2d)|(Three|Four)(v8b|v4h|v2s|v1d))$")>; 1014 … (instregex "^ST1(Two(v16b|v8h|v4s|v2d)|(Three|Four)(v8b|v4h|v2s|v1d))_POST$")>; 1026 (instregex "^ST3Three(v8b|v4h|v2s)$")>; 1029 (instregex "^ST3Three(v8b|v4h|v2s)_POST$")>; 1043 (instregex "^ST4Four(v8b|v4h|v2s)$")>; [all …]
|
D | AArch64InstrFormats.td | 8795 def v2s : BaseSIMDLdSt<0, 1, opcode, 0b10, asm, 8868 def v2s : BaseSIMDLdSt<0, 0, opcode, 0b10, asm, (outs), 9110 def v2s : BaseSIMDLdR<0, R, opcode, S, 0b10, asm,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedKryoDetails.td | 1012 (instregex "LD1One(v8b|v4h|v2s|v1d)$")>; 1036 (instregex "LD1One(v8b|v4h|v2s|v1d)_POST$")>; 1054 (instregex "LD1Three(v8b|v4h|v2s|v1d)$")>; 1066 (instregex "LD1Four(v8b|v4h|v2s|v1d)$")>; 1072 (instregex "LD1Three(v8b|v4h|v2s|v1d)_POST$")>; 1078 (instregex "LD1Four(v8b|v4h|v2s|v1d)_POST$")>; 1090 (instregex "LD(1|2)Two(v8b|v4h|v2s|v1d)$")>; 1102 (instregex "LD(1|2)Two(v8b|v4h|v2s|v1d)_POST$")>; 1114 (instregex "LD1R(v8b|v4h|v2s|v1d)$")>; 1126 (instregex "LD1R(v8b|v4h|v2s|v1d)_POST$")>; [all …]
|
D | AArch64InstrFormats.td | 8317 def v2s : BaseSIMDLdSt<0, 1, opcode, 0b10, asm, 8390 def v2s : BaseSIMDLdSt<0, 0, opcode, 0b10, asm, (outs), 8632 def v2s : BaseSIMDLdR<0, R, opcode, S, 0b10, asm,
|
/external/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 460 SkDVector v2s = quad2[1] - quad2[0]; in testQuadAngles() local 462 double vDir[2] = { v1s.cross(v1e), v2s.cross(v2e) }; in testQuadAngles() 463 bool ray1In2 = v1s.cross(v2s) * vDir[1] <= 0 && v1s.cross(v2e) * vDir[1] >= 0; in testQuadAngles() 464 bool ray2In1 = v2s.cross(v1s) * vDir[0] <= 0 && v2s.cross(v1e) * vDir[0] >= 0; in testQuadAngles() 469 bool ctrl1In2 = v1e.cross(v2s) * vDir[1] <= 0 && v1e.cross(v2e) * vDir[1] >= 0; in testQuadAngles()
|
/external/skqp/tests/ |
D | PathOpsAngleIdeas.cpp | 460 SkDVector v2s = quad2[1] - quad2[0]; in testQuadAngles() local 462 double vDir[2] = { v1s.cross(v1e), v2s.cross(v2e) }; in testQuadAngles() 463 bool ray1In2 = v1s.cross(v2s) * vDir[1] <= 0 && v1s.cross(v2e) * vDir[1] >= 0; in testQuadAngles() 464 bool ray2In1 = v2s.cross(v1s) * vDir[0] <= 0 && v2s.cross(v1e) * vDir[0] >= 0; in testQuadAngles() 469 bool ctrl1In2 = v1e.cross(v2s) * vDir[1] <= 0 && v1e.cross(v2e) * vDir[1] >= 0; in testQuadAngles()
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey_dump.c | 95 #define GETMSGV2S(v2s, num) \ argument 98 for (p = (v2s); p && p->str; p++) { \
|
/external/python/cpython2/Modules/ |
D | cstubs | 1336 void v2s short s[2]
|
D | glmodule.c | 6936 v2s( arg1 ); in gl_v2s()
|