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

1 2 3 4 5 6 7

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_long/d/
T_neg_long_2.d 16 neg-long v10, v12
18 not-long v8, v12
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/d/
T_rem_double_2addr_2.d 16 rem-double/2addr v12, v14
17 return-wide v12
T_rem_double_2addr_1.d 16 rem-double/2addr v10, v12
T_rem_double_2addr_3.d 16 rem-double/2addr v11, v12
T_rem_double_2addr_4.d 16 rem-double/2addr v10, v12
T_rem_double_2addr_5.d 16 rem-double/2addr v9, v12
  /external/llvm/test/MC/AArch64/
noneon-diagnostics.s 4 fmla v3.4s, v12.4s, v17.4s
8 // CHECK-ERROR-NEXT: fmla v3.4s, v12.4s, v17.4s
17 fmls v3.4s, v12.4s, v17.4s
21 // CHECK-ERROR-NEXT: fmls v3.4s, v12.4s, v17.4s
neon-facge-facgt.s 28 facgt v3.2s, v8.2s, v12.2s
31 faclt v3.2s, v12.2s, v8.2s
35 // CHECK: facgt v3.2s, v8.2s, v12.2s // encoding: [0x03,0xed,0xac,0x2e]
38 // CHECK: facgt v3.2s, v8.2s, v12.2s // encoding: [0x03,0xed,0xac,0x2e]
neon-frsqrt-frecp.s 20 frecps v3.2s, v8.2s, v12.2s
24 // CHECK: frecps v3.2s, v8.2s, v12.2s // encoding: [0x03,0xfd,0x2c,0x0e]
neon-mul-div-instructions.s 58 sqdmulh v12.8h, v5.8h, v13.8h
62 // CHECK: sqdmulh v12.8h, v5.8h, v13.8h // encoding: [0xac,0xb4,0x6d,0x4e]
69 sqrdmulh v12.8h, v5.8h, v13.8h
73 // CHECK: sqrdmulh v12.8h, v5.8h, v13.8h // encoding: [0xac,0xb4,0x6d,0x6e]
  /external/clang/test/CodeGen/
vector-alignment.c 37 double __attribute__((vector_size(80), aligned(16))) v12; variable
38 // CHECK: @v12 {{.*}}, align 16
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/
T_rem_double_5.d 16 rem-double v0, v9, v12
  /dalvik/dx/tests/120-disable-extended-ops/
Blort.java 43 int v12 = field2; local
64 sink(v12);
  /external/libvpx/libvpx/vp8/common/ppc/
idctllm_altivec.asm 33 load_c v12, shift_16, 0, r9, r10
47 vsraw v4, v4, v12
52 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2)
58 vsraw v3, v3, v12
62 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
91 vsraw v4, v4, v12
95 vsraw v5, v5, v12 ;# ip[12] * cos(pi/8) * sqrt(2)
101 vsraw v2, v2, v12
105 vsraw v5, v5, v12 ;# ip[ 4] * cos(pi/8) * sqrt(2)
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpg_double/d/
T_cmpg_double_4.d 29 const-wide v12, 12356
30 cmpg-double v0, v12, v11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/cmpl_double/d/
T_cmpl_double_4.d 29 const-wide v12, 12356
30 cmpl-double v0, v12, v11
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double/d/
T_div_double_6.d 28 move v0, v12
29 move v1, v12
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_double_2addr/d/
T_div_double_2addr_6.d 28 move v0, v12
29 move v1, v12
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_long/d/
T_div_long_3.d 31 div-long v0, v10, v12
32 return-wide v12
T_div_long_4.d 31 div-long v0, v10, v12
32 return-wide v12
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_long_2addr/d/
T_mul_long_2addr_2.d 30 mul-long/2addr v12, v14
31 return-wide v12
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/d/
T_rem_long_2addr_2.d 30 rem-long/2addr v12, v14
31 return-wide v12
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInterval.cpp 100 ShapeInterval v12; local
101 if (v1[i1].intersect(v2[i2], v12)) {
102 if (!overlap || !v12.intersect(interval, interval)) {
105 interval = v12;
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java 85 int v10, int v11, int v12, int v13, int v14,
97 (v10 == 10) && (v11 == 11) && (v12 == 12) && (v13 == 13) &&
StaticFromNative.java 82 int v10, int v11, int v12, int v13, int v14,
94 (v10 == 10) && (v11 == 11) && (v12 == 12) && (v13 == 13) &&

Completed in 226 milliseconds

1 2 3 4 5 6 7