HomeSort by relevance Sort by last modified time
    Searched refs:v5 (Results 51 - 75 of 482) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/d/
T_if_nez_9.d 16 if-nez v5, Label8
17 const/4 v5, 0
18 return v5
22 return v5
  /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 12 int64x1x4_t v5; local
46 v5 = vld4_dup_s64(v7);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_14.d 33 const v5, 2
34 invoke-interface {v8, v4, v5}, dot/junit/opcodes/invoke_interface/ITest/testArgsOrder(II)I
36 const v5, 32
37 if-ne v4, v5, Label0
39 const v5, 123
40 if-ne v5, v1, Label0
42 const v5, 345
43 if-ne v5, v2, Label0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
T_invoke_interface_range_14.d 33 const v5, 2
35 invoke-interface/range {v3..v5}, dot/junit/opcodes/invoke_interface_range/ITest/testArgsOrder(II)I
37 const v5, 32
38 if-ne v4, v5, Label0
40 const v5, 123
41 if-ne v5, v1, Label0
43 const v5, 345
44 if-ne v5, v2, Label0
  /external/clang/test/SemaCXX/
type-convert-construct.cpp 9 int v5 = int; // expected-error {{expected '(' for function-style cast or type construction}} local
  /frameworks/av/media/libstagefright/codecs/common/
Config.mk 11 VOTT := v5
  /external/libvpx/libvpx/vp8/common/ppc/
idctllm_altivec.asm 51 vmulosh v5, v1, v9
52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2)
53 vaddsws v5, v5, v1
55 vsubsws v4, v4, v5 ;# c1
61 vmulosh v5, v0, v9
62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
63 vaddsws v5, v5, v
    [all...]
sad_altivec.asm 46 ;# v6 = abs (v4 - v5)
47 vsububs v6, v4, v5
48 vsububs v7, v5, v4
51 ;# v8 += abs (v4 - v5)
66 vperm v5, v1, v2, v3
71 vsububs v6, v4, v5
72 vsububs v7, v5, v4
87 vperm v5, v1, v2, v3
92 vsububs v6, v9, v5
94 vsububs v7, v5, v
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KrbConfigTest.java 18 package org.apache.harmony.auth.tests.internal.kerberos.v5;
25 import org.apache.harmony.auth.internal.kerberos.v5.KrbConfig;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float_2addr/d/
T_mul_float_2addr_5.d 16 mul-float/2addr v5, v7
17 return v5
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_int_2addr/d/
T_shl_int_2addr_3.d 16 shl-int/2addr v5, v7
17 return v5
T_shl_int_2addr_4.d 16 shl-int/2addr v5, v7
17 return v5
T_shl_int_2addr_5.d 16 shl-int/2addr v5, v7
17 return v5
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_2addr/d/
T_shr_int_2addr_3.d 16 shr-int/2addr v5, v7
17 return v5
T_shr_int_2addr_4.d 16 shr-int/2addr v5, v7
17 return v5
T_shr_int_2addr_5.d 16 shr-int/2addr v5, v7
17 return v5
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-gap.js 39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
45 v4 = v5;
46 v5 = v6;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
63 v4 = v5;
64 v5 = v6;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
81 v4 = v5;
82 v5 = tmp;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5)
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-gap.js 39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
45 v4 = v5;
46 v5 = v6;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
63 v4 = v5;
64 v5 = v6;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
81 v4 = v5;
82 v5 = tmp;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_pred_impl.h 316 const T5& v5) {
317 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
330 << "\n" << e5 << " evaluates to " << v5; local
336 #define GTEST_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5, on_failure)\
337 GTEST_ASSERT(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
342 #define GTEST_PRED5(pred, v1, v2, v3, v4, v5, on_failure)\
348 #v5, \
354 v5), on_failure)
357 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest_pred_impl.h 308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest_pred_impl.h 308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5), \
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest_pred_impl.h 308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
    [all...]
  /external/gtest/include/gtest/
gtest_pred_impl.h 308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 308 const T5& v5) {
309 if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess();
321 << "\n" << e5 << " evaluates to " << v5;
326 #define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\
327 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\
332 #define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\
338 #v5, \
344 v5), on_failure)
347 #define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \
    [all...]

Completed in 2329 milliseconds

1 23 4 5 6 7 8 91011>>