/frameworks/native/libs/ui/tests/ |
vec_test.cpp | 43 vec4 v0; local 44 EXPECT_EQ(v0.x, 0); 45 EXPECT_EQ(v0.y, 0); 46 EXPECT_EQ(v0.z, 0); 47 EXPECT_EQ(v0.w, 0); 87 vec4 v0(1,2,3,4); 88 v0.x = 10; 89 v0.y = 20; 90 v0.z = 30; 91 v0.w = 40 [all...] |
/external/clang/test/Sema/ |
2010-05-31-palignr.c | 16 vSInt16 v0; local 17 v0 = *vdtbl; 18 v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{argument to '__builtin_ia32_palignr128' must be a constant integer}}
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/shaders/compiled/ |
flipyvs.h | 20 dcl_position v0 21 add oPos, v0, c0 22 mad oT0, v0, c1.xxyy, c1.xxzz
|
standardvs.h | 20 dcl_position v0 21 add oPos, v0, c0 22 mad oT0, v0, c1.xyzz, c1.xxww
|
/external/llvm/test/MC/AArch64/ |
neon-bitwise-instructions.s | 8 and v0.8b, v1.8b, v2.8b 9 and v0.16b, v1.16b, v2.16b 11 // CHECK: and v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0x22,0x0e] 12 // CHECK: and v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0x22,0x4e] 18 orr v0.8b, v1.8b, v2.8b 19 orr v0.16b, v1.16b, v2.16b 21 // CHECK: orr v0.8b, v1.8b, v2.8b // encoding: [0x20,0x1c,0xa2,0x0e] 22 // CHECK: orr v0.16b, v1.16b, v2.16b // encoding: [0x20,0x1c,0xa2,0x4e] 28 eor v0.8b, v1.8b, v2.8b 29 eor v0.16b, v1.16b, v2.16 [all...] |
neon-mov.s | 9 movi v0.2s, #1 14 movi v0.4s, #1 15 movi v0.4s, #1, lsl #8 16 movi v0.4s, #1, lsl #16 17 movi v0.4s, #1, lsl #24 18 movi v0.4h, #1 19 movi v0.4h, #1, lsl #8 20 movi v0.8h, #1 21 movi v0.8h, #1, lsl #8 23 // CHECK: movi v0.2s, #0x1 // encoding: [0x20,0x04,0x00,0x0f [all...] |
neon-rounding-shift.s | 9 srshl v0.8b, v1.8b, v2.8b 10 srshl v0.16b, v1.16b, v2.16b 11 srshl v0.4h, v1.4h, v2.4h 12 srshl v0.8h, v1.8h, v2.8h 13 srshl v0.2s, v1.2s, v2.2s 14 srshl v0.4s, v1.4s, v2.4s 15 srshl v0.2d, v1.2d, v2.2d 17 // CHECK: srshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x54,0x22,0x0e] 18 // CHECK: srshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x54,0x22,0x4e] 19 // CHECK: srshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x54,0x62,0x0e [all...] |
neon-shift.s | 9 sshl v0.8b, v1.8b, v2.8b 10 sshl v0.16b, v1.16b, v2.16b 11 sshl v0.4h, v1.4h, v2.4h 12 sshl v0.8h, v1.8h, v2.8h 13 sshl v0.2s, v1.2s, v2.2s 14 sshl v0.4s, v1.4s, v2.4s 15 sshl v0.2d, v1.2d, v2.2d 17 // CHECK: sshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x44,0x22,0x0e] 18 // CHECK: sshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x44,0x22,0x4e] 19 // CHECK: sshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x44,0x62,0x0e [all...] |
neon-add-sub-instructions.s | 9 add v0.8b, v1.8b, v2.8b 10 add v0.16b, v1.16b, v2.16b 11 add v0.4h, v1.4h, v2.4h 12 add v0.8h, v1.8h, v2.8h 13 add v0.2s, v1.2s, v2.2s 14 add v0.4s, v1.4s, v2.4s 15 add v0.2d, v1.2d, v2.2d 17 // CHECK: add v0.8b, v1.8b, v2.8b // encoding: [0x20,0x84,0x22,0x0e] 18 // CHECK: add v0.16b, v1.16b, v2.16b // encoding: [0x20,0x84,0x22,0x4e] 19 // CHECK: add v0.4h, v1.4h, v2.4h // encoding: [0x20,0x84,0x62,0x0e [all...] |
neon-add-pairwise.s | 9 addp v0.8b, v1.8b, v2.8b 10 addp v0.16b, v1.16b, v2.16b 11 addp v0.4h, v1.4h, v2.4h 12 addp v0.8h, v1.8h, v2.8h 13 addp v0.2s, v1.2s, v2.2s 14 addp v0.4s, v1.4s, v2.4s 15 addp v0.2d, v1.2d, v2.2d 17 // CHECK: addp v0.8b, v1.8b, v2.8b // encoding: [0x20,0xbc,0x22,0x0e] 18 // CHECK: addp v0.16b, v1.16b, v2.16b // encoding: [0x20,0xbc,0x22,0x4e] 19 // CHECK: addp v0.4h, v1.4h, v2.4h // encoding: [0x20,0xbc,0x62,0x0e [all...] |
neon-mla-mls-instructions.s | 8 mla v0.8b, v1.8b, v2.8b 9 mla v0.16b, v1.16b, v2.16b 10 mla v0.4h, v1.4h, v2.4h 11 mla v0.8h, v1.8h, v2.8h 12 mla v0.2s, v1.2s, v2.2s 13 mla v0.4s, v1.4s, v2.4s 15 // CHECK: mla v0.8b, v1.8b, v2.8b // encoding: [0x20,0x94,0x22,0x0e] 16 // CHECK: mla v0.16b, v1.16b, v2.16b // encoding: [0x20,0x94,0x22,0x4e] 17 // CHECK: mla v0.4h, v1.4h, v2.4h // encoding: [0x20,0x94,0x62,0x0e] 18 // CHECK: mla v0.8h, v1.8h, v2.8h // encoding: [0x20,0x94,0x62,0x4e [all...] |
neon-rounding-halving-add.s | 9 srhadd v0.8b, v1.8b, v2.8b 10 srhadd v0.16b, v1.16b, v2.16b 11 srhadd v0.4h, v1.4h, v2.4h 12 srhadd v0.8h, v1.8h, v2.8h 13 srhadd v0.2s, v1.2s, v2.2s 14 srhadd v0.4s, v1.4s, v2.4s 16 // CHECK: srhadd v0.8b, v1.8b, v2.8b // encoding: [0x20,0x14,0x22,0x0e] 17 // CHECK: srhadd v0.16b, v1.16b, v2.16b // encoding: [0x20,0x14,0x22,0x4e] 18 // CHECK: srhadd v0.4h, v1.4h, v2.4h // encoding: [0x20,0x14,0x62,0x0e] 19 // CHECK: srhadd v0.8h, v1.8h, v2.8h // encoding: [0x20,0x14,0x62,0x4e [all...] |
neon-max-min-pairwise.s | 8 smaxp v0.8b, v1.8b, v2.8b 9 smaxp v0.16b, v1.16b, v2.16b 10 smaxp v0.4h, v1.4h, v2.4h 11 smaxp v0.8h, v1.8h, v2.8h 12 smaxp v0.2s, v1.2s, v2.2s 13 smaxp v0.4s, v1.4s, v2.4s 15 // CHECK: smaxp v0.8b, v1.8b, v2.8b // encoding: [0x20,0xa4,0x22,0x0e] 16 // CHECK: smaxp v0.16b, v1.16b, v2.16b // encoding: [0x20,0xa4,0x22,0x4e] 17 // CHECK: smaxp v0.4h, v1.4h, v2.4h // encoding: [0x20,0xa4,0x62,0x0e] 18 // CHECK: smaxp v0.8h, v1.8h, v2.8h // encoding: [0x20,0xa4,0x62,0x4e [all...] |
neon-max-min.s | 8 smax v0.8b, v1.8b, v2.8b 9 smax v0.16b, v1.16b, v2.16b 10 smax v0.4h, v1.4h, v2.4h 11 smax v0.8h, v1.8h, v2.8h 12 smax v0.2s, v1.2s, v2.2s 13 smax v0.4s, v1.4s, v2.4s 15 // CHECK: smax v0.8b, v1.8b, v2.8b // encoding: [0x20,0x64,0x22,0x0e] 16 // CHECK: smax v0.16b, v1.16b, v2.16b // encoding: [0x20,0x64,0x22,0x4e] 17 // CHECK: smax v0.4h, v1.4h, v2.4h // encoding: [0x20,0x64,0x62,0x0e] 18 // CHECK: smax v0.8h, v1.8h, v2.8h // encoding: [0x20,0x64,0x62,0x4e [all...] |
neon-aba-abd.s | 8 uaba v0.8b, v1.8b, v2.8b 9 uaba v0.16b, v1.16b, v2.16b 10 uaba v0.4h, v1.4h, v2.4h 11 uaba v0.8h, v1.8h, v2.8h 12 uaba v0.2s, v1.2s, v2.2s 13 uaba v0.4s, v1.4s, v2.4s 15 // CHECK: uaba v0.8b, v1.8b, v2.8b // encoding: [0x20,0x7c,0x22,0x2e] 16 // CHECK: uaba v0.16b, v1.16b, v2.16b // encoding: [0x20,0x7c,0x22,0x6e] 17 // CHECK: uaba v0.4h, v1.4h, v2.4h // encoding: [0x20,0x7c,0x62,0x2e] 18 // CHECK: uaba v0.8h, v1.8h, v2.8h // encoding: [0x20,0x7c,0x62,0x6e [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_STRING_INDEXOF.S | 5 * return index of match of a1 in v0. 20 lw v0, STRING_FIELDOFF_VALUE(a0) 24 * v0: object pointer 32 addu v0, 16 # point to contents[0] 36 addu v0, v0, t7 39 move v1, v0 49 addu v0, v0, t7 56 * v0: start of data to tes [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
T_invoke_virtual_range_2.d | 29 const v0, 10 30 if-ne v0, v10, Label0 31 const v0, 9 32 if-ne v0, v9, Label0 33 const v0, 8 34 if-ne v0, v8, Label0 35 const v0, 7 36 if-ne v0, v7, Label0 37 const v0, 6 38 if-ne v0, v6, Label [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
cfb64enc.c | 70 register DES_LONG v0,v1; local 83 c2l(iv,v0); ti[0]=v0; 87 v0=ti[0]; l2c(v0,iv); 88 v0=ti[1]; l2c(v0,iv); 103 c2l(iv,v0); ti[0]=v0; 107 v0=ti[0]; l2c(v0,iv) [all...] |
/external/openssl/crypto/des/ |
cfb64enc.c | 70 register DES_LONG v0,v1; local 83 c2l(iv,v0); ti[0]=v0; 87 v0=ti[0]; l2c(v0,iv); 88 v0=ti[1]; l2c(v0,iv); 103 c2l(iv,v0); ti[0]=v0; 107 v0=ti[0]; l2c(v0,iv) [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
T_invoke_static_range_4.d | 28 const v0, 10 29 if-ne v0, v10, Label0 30 const v0, 9 31 if-ne v0, v9, Label0 32 const v0, 8 33 if-ne v0, v8, Label0 34 const v0, 7 35 if-ne v0, v7, Label0 36 const v0, 6 37 if-ne v0, v6, Label [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.hlsl.vs.h | 24 dcl_input v0.xyz 26 mov o0.xyz, v0.xyzx
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.hlsl.vs.h | 24 dcl_input v0.xyz 26 mov o0.xyz, v0.xyzx
|
/ndk/tests/build/issue34613-neon/jni/ |
issue34613-neon.cpp | 4 void x(float32x4_t v0, float32_t f) 6 float32x4_t vv = vmulq_n_f32( v0, f);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_points.h | 37 const SWvertex *v0 );
|
/external/clang/test/Modules/Inputs/ |
linkage-merge-sub.h | 6 extern int v0;
|