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

1 2 3 4 5 6

  /ndk/tests/build/cortex-a53-835769/
build.sh 24 grep -w madd cortex-a53-835769-1.s | grep -qw w0,
26 grep -w madd cortex-a53-835769-2.s | grep -qw w0,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-ifunc-1.d 1 #as: --64 -madd-bnd-prefix
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips4010.s 8 madd $4,$5
mips4010.d 12 0+000c <stuff\+0xc> madd a0,a1
set-arch.s 11 madd $4,$5
49 madd.d $f0,$f2,$f4,$f6
50 madd.s $f0,$f2,$f4,$f6
128 madd.ps $f20, $f22, $f24, $f26
157 madd $5, $6
mips4-fp.s 11 madd.d $f0,$f2,$f4,$f6
13 madd.s $f10,$f8,$f2,$f0
r5900.d 78 [0-9a-f]+ <[^>]*> 701f0000 madd \$0,\$31
79 [0-9a-f]+ <[^>]*> 73e0f800 madd \$31,\$31,\$0
80 [0-9a-f]+ <[^>]*> 701f0000 madd \$0,\$31
81 [0-9a-f]+ <[^>]*> 73e00000 madd \$31,\$0
mips4-fp.d 19 [0-9a-f]+ <[^>]*> madd.d \$f0,\$f2,\$f4,\$f6
20 [0-9a-f]+ <[^>]*> madd.s \$f10,\$f8,\$f2,\$f0
mips32.d 12 0+0008 <[^>]*> 70a60000 madd a1,a2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
mpx-add-bnd-prefix.s 1 # Check -madd-bnd-prefix option
17 # -madd-bnd-prefix is specified
x86-64-mpx-add-bnd-prefix.s 1 # Check -madd-bnd-prefix option
17 # -madd-bnd-prefix is specified
mpx-add-bnd-prefix.d 1 #as: -madd-bnd-prefix
3 #name: Check -madd-bnd-prefix
x86-64-mpx-add-bnd-prefix.d 1 #as: -madd-bnd-prefix
3 #name: Check -madd-bnd-prefix (x86-64)
  /system/core/libpixelflinger/arch-arm64/
col32cb16blend.S 71 madd w6, w6, w5, w10 // dest red * alpha + src red
72 madd w7, w7, w5, w12 // dest green * alpha + src green
73 madd w8, w8, w5, w4 // dest blue * alpha + src blue
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 106 #define MADD(CJ,A,B,C,T) C = CJ.pmadd(A,B,C);
131 #define MADD(CJ,A,B,C,T) gebp_madd(CJ,A,B,C,T);
132 // #define MADD(CJ,A,B,C,T) T = B; T = CJ.pmul(A,T); C = padd(C,T);
206 EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, AccPacket& c, AccPacket& tmp) const function in class:Eigen::internal::gebp_traits
277 EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, AccPacket& c, RhsPacket& tmp) const function in class:Eigen::internal::gebp_traits
379 EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, DoublePacket& c, RhsPacket& /*tmp*/) const function in class:Eigen::internal::gebp_traits
385 EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, ResPacket& c, RhsPacket& /*tmp*/) const function in class:Eigen::internal::gebp_traits
482 EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, AccPacket& c, RhsPacket& tmp) const function in class:Eigen::internal::gebp_traits
606 traits.madd(A0,B_0,C0,T0);
607 traits.madd(A1,B_0,C4,B_0)
    [all...]
  /external/llvm/test/MC/Mips/
micromips-multiply-instructions.s 12 # CHECK-EL: madd $4, $5 # encoding: [0xa4,0x00,0x3c,0xcb]
19 # CHECK-EB: madd $4, $5 # encoding: [0x00,0xa4,0xcb,0x3c]
23 madd $4, $5
  /build/core/combo/arch/mips/
mips32r2-fp-xburst.mk 3 # support for the Madd family of instructions.
11 -mno-fused-madd \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
erratum835769.s 36 madd x5, x2, x3, x6
60 madd x5, x4, x3, x6
72 madd x5, x4, x3, x6
erratum835769.d 24 [ \t0-9a-f]+:[ \t]+9b031885[ \t]+madd[ \t]+x5, x4, x3, x6
38 [ \t0-9a-f]+:[ \t]+9b031885[ \t]+madd[ \t]+x5, x4, x3, x6
46 [ \t0-9a-f]+:[ \t]+9b031845[ \t]+madd[ \t]+x5, x2, x3, x6
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips32r2.s 8 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /build/core/clang/
mips.mk 16 -mno-fused-madd
mips64.mk 16 -mno-fused-madd
  /external/valgrind/none/tests/mips64/
fpu_arithmetic.stdout.exp     [all...]
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64.s 16 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/clang/test/SemaCXX/
vector-casts.cpp 61 void madd(const testvec& rhs) { function in struct:testvec

Completed in 1823 milliseconds

1 2 3 4 5 6