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

1 2 3

  /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
mips-dsp-instructions.s 31 # CHECK: madd $ac1, $6, $7 # encoding: [0x70,0xc7,0x08,0x00]
42 # CHECK: madd $6, $7 # encoding: [0x70,0xc7,0x00,0x00]
79 madd $ac1, $6, $7
90 madd $6, $7
micromips-fpu-instructions.s 64 # CHECK-EL: madd.s $f2, $f4, $f6, $f8 # encoding: [0x06,0x55,0x01,0x11]
65 # CHECK-EL: madd.d $f2, $f4, $f6, $f8 # encoding: [0x06,0x55,0x09,0x11]
127 # CHECK-EB: madd.s $f2, $f4, $f6, $f8 # encoding: [0x55,0x06,0x11,0x01]
128 # CHECK-EB: madd.d $f2, $f4, $f6, $f8 # encoding: [0x55,0x06,0x11,0x09]
186 madd.s $f2, $f4, $f6, $f8
187 madd.d $f2, $f4, $f6, $f8
mips-alu-instructions.s 82 # CHECK: madd $6, $7 # encoding: [0x00,0x00,0xc7,0x70]
107 madd $6,$7
mips64-alu-instructions.s 78 # CHECK: madd $6, $7 # encoding: [0x00,0x00,0xc7,0x70]
103 madd $6,$7
  /build/core/clang/
mips.mk 15 -mno-fused-madd
mips64.mk 15 -mno-fused-madd
  /build/core/combo/arch/mips/
mips32r2-fp-xburst.mk 3 # support for the Madd family of instructions.
11 -mno-fused-madd \
  /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
invalid-mips32.s 8 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/valgrind/main/none/tests/mips64/
fpu_arithmetic.stdout.exp     [all...]
  /external/clang/test/SemaCXX/
vector-casts.cpp 43 void madd(const testvec& rhs) { function in struct:testvec
  /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
invalid-mips64r2.s 22 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
23 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
24 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
invalid-mips64r2.s 18 madd $s6,$t5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 madd $zero,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
20 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips64.s 15 madd $s6,$t5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 madd $zero,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32/
invalid-mips32r2.s 15 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips2/
invalid-mips32r2.s 21 madd $s6,$t5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
22 madd $zero,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
23 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
24 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips32.s 17 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips5-wrong-error.s 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /external/llvm/test/MC/Mips/mips32r2/
valid.s 76 madd $s6,$13
77 madd $zero,$9
78 madd.d $f18,$f19,$f26,$f20
79 madd.s $f1,$f31,$f19,$f25
  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s 17 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips1/
invalid-mips5-wrong-error.s 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction

Completed in 1961 milliseconds

1 2 3