HomeSort by relevance Sort by last modified time
    Searched full:add2 (Results 276 - 300 of 329) sorted by null

<<11121314

  /toolchain/binutils/binutils-2.27/opcodes/
fr30-desc.c 591 /* add2 $m4,$Ri */
593 FR30_INSN_ADD2, "add2", "add2", 16,
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
idct_msa.c 157 ADD2(tmp0, 3, tmp1, 3, out0, out1);
vp8_macros_msa.h     [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h     [all...]
avg_msa.c 25 ADD2(sum0, sum2, sum4, sum6, sum0, sum4);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 185 Output add2 = ops::Add(s.WithOpName("add2"), zeros, y); local
193 matmul2, add1, add2, bias_add1, bias_add2, sub1, sub2});
271 } else if (name == "add2") {
    [all...]
  /external/tensorflow/tensorflow/python/framework/
importer_test.py     [all...]
  /external/webp/src/dsp/
msa_macro.h     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-bad-1.s 185 add2 .M1 a1,a2,a3
186 add2 .S1 a1,a2,a3,a4
187 add2 .L1 b1,a1,a2
188 add2 .D2X b1,b2,b3
insns-c674x.d 120 [0-9a-f]+[048c] <[^>]*> 0298e060[ \t]+add2 \.S1 a7,a6,a5
121 [0-9a-f]+[048c] <[^>]*> 34255060[ \t]+\[!b0\] add2 \.S1X a10,b9,a8
122 [0-9a-f]+[048c] <[^>]*> 08464062[ \t]+add2 \.S2 b18,b17,b16
123 [0-9a-f]+[048c] <[^>]*> 4af6d062[ \t]+\[b1\] add2 \.S2X b22,a29,b21
124 [0-9a-f]+[048c] <[^>]*> 0298e0b8[ \t]+add2 \.L1 a7,a6,a5
125 [0-9a-f]+[048c] <[^>]*> 842550b8[ \t]+\[a1\] add2 \.L1X a10,b9,a8
126 [0-9a-f]+[048c] <[^>]*> 084640ba[ \t]+add2 \.L2 b18,b17,b16
127 [0-9a-f]+[048c] <[^>]*> 9af6d0ba[ \t]+\[!a1\] add2 \.L2X b22,a29,b21
128 [0-9a-f]+[048c] <[^>]*> 0298e930[ \t]+add2 \.D1 a7,a6,a5
129 [0-9a-f]+[048c] <[^>]*> 54255930[ \t]+\[!b1\] add2 \.D1X a10,b9,a
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
int-cmp-44.ll 608 %add2 = add i64 %add1, 100000
609 %ptr = inttoptr i64 %add2 to i32 *
  /external/llvm/test/CodeGen/X86/
codegen-prepare-extload.ll 389 %add2 = add nuw i32 %zextt, 12
391 %s = zext i32 %add2 to i64
haddsub-2.ll 371 %add2 = fadd double %vecext2, %vecext3
372 %vecinit2 = insertelement <2 x double> %vecinit, double %add2, i32 1
392 %add2 = fadd double %vecext2, %vecext3
393 %vecinit2 = insertelement <2 x double> %vecinit, double %add2, i32 1
    [all...]
sse-scalar-fp-arith.ll 350 %add2 = fadd float %2, %add
351 %3 = insertelement <4 x float> %a, float %add2, i32 0
  /external/llvm/test/Transforms/GVN/
rle.ll 658 %add2 = add nsw i32 %add, %conv3
662 %add3 = add nsw i32 %add2, %conv3
  /external/llvm/test/Transforms/LoopVectorize/
reduction.ll 442 %add2 = fadd fast float %add.lcssa, %add1.lcssa
443 ret float %add2
  /art/test/458-checker-instruct-simplification/src/
Main.java 85 /// CHECK-DAG: <<Add2:i\d+>> Add [<<Add1>>,<<Const2>>]
86 /// CHECK-DAG: <<Add3:i\d+>> Add [<<Add2>>,<<ConstM3>>]
705 /// CHECK-DAG: <<Add2:i\d+>> Add [<<Neg1>>,<<Neg2>>]
706 /// CHECK-DAG: <<Or:i\d+>> Or [<<Add1>>,<<Add2>>]
715 /// CHECK-DAG: <<Add2:i\d+>> Add [<<Neg1>>,<<Neg2>>]
717 /// CHECK-DAG: <<Or:i\d+>> Or [<<Add1>>,<<Add2>>]
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/
CompatibilityCheckTest.kt 436 src/test/pkg/Foo.kt:5: error: Cannot remove `infix` modifier from method test.pkg.Foo.add2(String): Incompatible change [InfixRemoval:138]
444 method public final infix void add2(String s);
456 fun add2(s: String) { }
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-codegen-prepare-extload.ll 382 %add2 = add nuw i32 %zextt, 12
384 %s = zext i32 %add2 to i64
  /external/llvm/test/Transforms/InstCombine/
fast-math.ll 118 %add2 = fadd fast float %add, %conv3
119 ret float %add2
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat4x4.inl 686 typename tmat4x4<T, P>::col_type const Add2 = Add0 + Add1;
687 return Add2;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 186 BigDecimal add2 = new BigDecimal("3849.235"); local
187 BigDecimal sum = add1.add(add2);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_mat4x4.inl 686 typename tmat4x4<T, P>::col_type const Add2 = Add0 + Add1;
687 return Add2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libgcc_s.so 
libgcc_s.so.1 

Completed in 5808 milliseconds

<<11121314