HomeSort by relevance Sort by last modified time
    Searched refs:v7 (Results 1 - 25 of 410) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
BuildConfig.java 2 package android.support.v7.gridlayout;
  /dalvik/dx/tests/096-dex-giant-catch/
Blort.java 19 long v5, long v6, long v7, long v8) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/d/
T_if_gt_4.d 16 if-gt v7, v8, Label11
17 const/16 v7, 1234
18 return v7
21 const/4 v7, 1
22 return v7
  /external/clang/test/CodeGen/
mmx-inline-asm.c 9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
vld_dup.c 14 int64_t v7[4]; local
46 v5 = vld4_dup_s64(v7);
vector-alignment.c 23 double __attribute__((vector_size(32), aligned(16))) v7; variable
24 // CHECK: @v7 {{.*}}, align 16
  /frameworks/av/media/libstagefright/codecs/common/
Config.mk 9 # Using v7 breaks generic build
18 VOTT := v7
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/clang/test/CXX/class/class.mem/
p1.cpp 55 void v7() { } function in struct:S5
56 void v7(int) { } //expected-note{{previous definition is here}} function in struct:S5
57 static int v7; //expected-error{{redefinition of 'v7' as different kind of symbol}} member in struct:S5
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_1.d 34 monitor-enter v7
36 iget v1, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
41 iget v2, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
46 iput v1, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
47 monitor-exit v7
52 iput v5, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
53 monitor-exit v7
58 monitor-exit v7
60 iput v5, v7, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_1.counter I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
T_return_object_6.d 43 move-result-object v7
46 if-ne v7, v8, Label43
48 const-string v7, "a"
49 if-ne v1, v7, Label43
51 const-string v7, "b"
52 if-ne v2, v7, Label43
54 const-string v7, "c"
55 if-ne v3, v7, Label43
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_2addr/d/
T_shl_int_2addr_2.d 16 shl-int/2addr v7, v8
17 return v7
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/d/
T_shl_long_2addr_3.d 16 shl-long/2addr v7, v9
17 return-wide v7
T_shl_long_2addr_6.d 16 shl-long/2addr v7, v10
17 return-wide v7
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_3.d 16 shr-long/2addr v7, v9
17 return-wide v7
T_shr_long_2addr_6.d 16 shr-long/2addr v7, v10
17 return-wide v7
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 48 vsububs v7, v5, v4
49 vor v6, v6, v7
72 vsububs v7, v5, v4
80 vor v6, v6, v7
94 vsububs v7, v5, v9
96 vor v6, v6, v7
104 vspltisw v7, 0
106 vsumsws v8, v8, v7
125 load_aligned_16 v7, r5, r10
132 vmrghb v5, v5, v7
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-1.js 39 v7 = { a: 0 };
codegen-temporaries-multiple-global-blocks-2.js 34 var v7 = o7; variable
35 v7[assign7()] += 1;
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java 76 char v4, short v5, byte v6, boolean v7, String v8) {
78 && (v4 == 4) && (v5 == 5) && (v6 == 6) && v7 &&
84 int v5, int v6, int v7, int v8, int v9,
95 (v4 == 4) && (v5 == 5) && (v6 == 6) && (v7 == 7) &&
StaticFromNative.java 73 char v4, short v5, byte v6, boolean v7, String v8) {
75 && (v4 == 4) && (v5 == 5) && (v6 == 6) && v7 &&
81 int v5, int v6, int v7, int v8, int v9,
92 (v4 == 4) && (v5 == 5) && (v6 == 6) && (v7 == 7) &&
InstanceNonce.java 69 char v3, int v4, long v5, String v6, float v7, double v8,
73 int v5, int v6, int v7, int v8, int v9,
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
T_aget_wide_11.d 29 aget-wide v7, v6, v7
30 return-wide v7
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/d/
T_filled_new_array_8.d 27 const v7, 0
30 filled-new-array {v5, v6, v7, v8, v9}, [I
37 filled-new-array {v5, v6, v7, v8, v9}, [I
  /external/libvpx/vp8/common/ppc/
idctllm_altivec.asm 43 vsubsws v7, v2, v3 ;# b1 = ip[0]-ip[8]
70 vaddsws v1, v7, v4 ;# b1 + c1
71 vsubsws v2, v7, v4 ;# b1 - c1
78 vmrglw v7, v2, v3 ;# c2 d2 c3 d3
83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
84 vperm v3, v6, v7, v11 ;# a3 b3 c3 d3
88 vsubsws v7, v0, v2 ;# b1 = ip[0]-ip[8]
113 vaddsws v1, v7, v4 ;# b1 + c1
114 vsubsws v2, v7, v4 ;# b1 - c1
117 vspltish v7,
    [all...]

Completed in 365 milliseconds

1 2 3 4 5 6 7 8 91011>>