/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/poly1305/ |
H A D | poly1305-ppcfp.s | 335 fmadd 0,30,13,0 336 fmadd 1,31,13,1 356 fmadd 0,26,31,0 357 fmadd 1,27,31,1 358 fmadd 4,22,31,4 359 fmadd 5,23,31,5 360 fmadd 2,20,31,2 361 fmadd 3,21,31,3 362 fmadd 6,14,31,6 363 fmadd [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/poly1305/ |
H A D | poly1305-ppcfp.s | 335 fmadd 0,30,13,0 336 fmadd 1,31,13,1 356 fmadd 0,26,31,0 357 fmadd 1,27,31,1 358 fmadd 4,22,31,4 359 fmadd 5,23,31,5 360 fmadd 2,20,31,2 361 fmadd 3,21,31,3 362 fmadd 6,14,31,6 363 fmadd [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/poly1305/ |
H A D | poly1305-ppcfp.s | 342 fmadd 0,30,13,0 343 fmadd 1,31,13,1 363 fmadd 0,26,31,0 364 fmadd 1,27,31,1 365 fmadd 4,22,31,4 366 fmadd 5,23,31,5 367 fmadd 2,20,31,2 368 fmadd 3,21,31,3 369 fmadd 6,14,31,6 370 fmadd [all...] |
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/poly1305/ |
H A D | poly1305-ppcfp.s | 342 fmadd 0,30,13,0 343 fmadd 1,31,13,1 363 fmadd 0,26,31,0 364 fmadd 1,27,31,1 365 fmadd 4,22,31,4 366 fmadd 5,23,31,5 367 fmadd 2,20,31,2 368 fmadd 3,21,31,3 369 fmadd 6,14,31,6 370 fmadd [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 433 fmadd $T1a,$A0,$bc,$T1a 434 fmadd $T1b,$A0,$bd,$T1b 435 fmadd $T2a,$A1,$bc,$T2a 436 fmadd $T2b,$A1,$bd,$T2b 437 fmadd $T3a,$A2,$bc,$T3a 438 fmadd $T3b,$A2,$bd,$T3b 442 fmadd $T1a,$N1,$na,$T1a 443 fmadd $T1b,$N1,$nb,$T1b 444 fmadd $T2a,$N2,$na,$T2a 445 fmadd [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 433 fmadd $T1a,$A0,$bc,$T1a 434 fmadd $T1b,$A0,$bd,$T1b 435 fmadd $T2a,$A1,$bc,$T2a 436 fmadd $T2b,$A1,$bd,$T2b 437 fmadd $T3a,$A2,$bc,$T3a 438 fmadd $T3b,$A2,$bd,$T3b 442 fmadd $T1a,$N1,$na,$T1a 443 fmadd $T1b,$N1,$nb,$T1b 444 fmadd $T2a,$N2,$na,$T2a 445 fmadd [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 416 fmadd $h0lo,$c3lo,$five_two130,$h0lo 417 fmadd $h0hi,$c3hi,$five_two130,$h0hi 437 fmadd $h0lo,$s1lo,$x3,$h0lo 438 fmadd $h0hi,$s1hi,$x3,$h0hi 439 fmadd $h2lo,$s3lo,$x3,$h2lo 440 fmadd $h2hi,$s3hi,$x3,$h2hi 441 fmadd $h1lo,$s2lo,$x3,$h1lo 442 fmadd $h1hi,$s2hi,$x3,$h1hi 443 fmadd $h3lo,$r0lo,$x3,$h3lo 444 fmadd [all...] |
H A D | poly1305-sparcv9.pl | 1116 s/\b(fmadd[sd])\s+(%f[0-9]+),\s*(%f[0-9]+),\s*(%f[0-9]+),\s*(%f[0-9]+)/
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 416 fmadd $h0lo,$c3lo,$five_two130,$h0lo 417 fmadd $h0hi,$c3hi,$five_two130,$h0hi 437 fmadd $h0lo,$s1lo,$x3,$h0lo 438 fmadd $h0hi,$s1hi,$x3,$h0hi 439 fmadd $h2lo,$s3lo,$x3,$h2lo 440 fmadd $h2hi,$s3hi,$x3,$h2hi 441 fmadd $h1lo,$s2lo,$x3,$h1lo 442 fmadd $h1hi,$s2hi,$x3,$h1hi 443 fmadd $h3lo,$r0lo,$x3,$h3lo 444 fmadd [all...] |
H A D | poly1305-sparcv9.pl | 1116 s/\b(fmadd[sd])\s+(%f[0-9]+),\s*(%f[0-9]+),\s*(%f[0-9]+),\s*(%f[0-9]+)/
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 172 COMPARE(fmadd(h4, h5, h6, h10), "fmadd h4, h5, h6, h10"); in TEST() 173 COMPARE(fmadd(s7, s8, s9, s10), "fmadd s7, s8, s9, s10"); in TEST() 174 COMPARE(fmadd(d10, d11, d12, d10), "fmadd d10, d11, d12, d10"); in TEST()
|
H A D | test-assembler-fp-aarch64.cc | 744 double fmadd, in FmaddFmsubHelper() 764 ASSERT_EQUAL_FP64(fmadd, d28); in FmaddFmsubHelper() 781 // n m a fmadd fmsub fnmadd fnmsub in TEST() 826 float fmadd, in FmaddFmsubHelper() 846 ASSERT_EQUAL_FP32(fmadd, s28); in FmaddFmsubHelper() 863 // n m a fmadd fmsub fnmadd fnmsub in TEST() 741 FmaddFmsubHelper(double n, double m, double a, double fmadd, double fmsub, double fnmadd, double fnmsub) FmaddFmsubHelper() argument 823 FmaddFmsubHelper(float n, float m, float a, float fmadd, float fmsub, float fnmadd, float fnmsub) FmaddFmsubHelper() argument
|
H A D | test-cpu-features-aarch64.cc | 605 TEST_FP(fmadd_0, fmadd(d0, d1, d2, d3)) 606 TEST_FP(fmadd_1, fmadd(s0, s1, s2, s3)) 3482 TEST_FP_FPHALF(fmadd_0, fmadd(h0, h1, h2, h3))
|
H A D | test-simulator-aarch64.cc | 2903 DEFINE_TEST_FP_FP16(fmadd, 3Op, Basic)
|
H A D | test-trace-aarch64.cc | 532 __ fmadd(d18, d26, d12, d30); in GenerateTestSequenceFP() 533 __ fmadd(s13, s9, s28, s4); in GenerateTestSequenceFP()
|
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 1385 Format(instr, "fmadd.s 'fd, 'fs1, 'fs2, 'fs3"); in DecodeR4Type() 1398 Format(instr, "fmadd.d 'fd, 'fs1, 'fs2, 'fs3"); in DecodeR4Type()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 2473 Format(instr, "fmadd.'t 'wd, 'ws, 'wt"); in DecodeTypeMsa3RF()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 619 fmadd(fd, fn, fm, fa); in Fmadd()
|
H A D | assembler-arm64.h | 1621 void fmadd(const VRegister& vd, const VRegister& vn, const VRegister& vm,
|
H A D | assembler-arm64.cc | 2666 void Assembler::fmadd(const VRegister& fd, const VRegister& fn, in fmadd() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1110 void fmadd(const DoubleRegister frt, const DoubleRegister fra,
|
H A D | constants-ppc.h | 1923 V(fmadd, FMADD, 0xFC00003A) \
|
H A D | assembler-ppc.cc | 1894 void Assembler::fmadd(const DoubleRegister frt, const DoubleRegister fra, in fmadd() function in v8::internal::Assembler
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1652 FMA4_INSTR fmadd, pd, ps, sd, ss
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 3270 V(fmadd, FMADD) \
|